Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
BrianChevalier
/
StructPy
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
93
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 31, 2019
Added Python 3.8 testing
Brian Chevalier
committed
6b25b36
View commit details
Copy full SHA for 6b25b36
Browse repository at this point
moved caching code to @cached_property decorator
Brian Chevalier
committed
ddbe173
View commit details
Copy full SHA for ddbe173
Browse repository at this point
Commits on Oct 30, 2019
Added caching for 6x gain in K and 124x gain in reducedK
Brian Chevalier
committed
d81db67
View commit details
Copy full SHA for d81db67
Browse repository at this point
Commits on Sep 16, 2019
Generalized direct stiffness method and moved it to Structure base class
Brian Chevalier
committed
02f41c5
View commit details
Copy full SHA for 02f41c5
Browse repository at this point
Simplified global BC array construction. Truss and Frame both have a Node subclass.
Brian Chevalier
committed
8d38a9a
View commit details
Copy full SHA for 8d38a9a
Browse repository at this point
Recombined addMember method. Renamed some methods. Unified and reduced code.
Brian Chevalier
committed
839e6b8
View commit details
Copy full SHA for 839e6b8
Browse repository at this point
Commits on Sep 15, 2019
Global stiffness matrix now uses array slicing for more efficient assembly
Brian Chevalier
committed
e9ae3c8
View commit details
Copy full SHA for e9ae3c8
Browse repository at this point
Mostly small refactoring and code clean up
Brian Chevalier
committed
ca34f37
View commit details
Copy full SHA for ca34f37
Browse repository at this point
Many smaller improvements. Moved structure stiffness assembly to base class and made code more consistent.
Brian Chevalier
committed
2f33c71
View commit details
Copy full SHA for 2f33c71
Browse repository at this point
Removed steel classes.
Brian Chevalier
committed
c82f96f
View commit details
Copy full SHA for c82f96f
Browse repository at this point
Added a few frame tests. moved reduced K to its own method
Brian Chevalier
committed
3ac72bc
View commit details
Copy full SHA for 3ac72bc
Browse repository at this point
Verbose pytest printing
Brian Chevalier
committed
b1928da
View commit details
Copy full SHA for b1928da
Browse repository at this point
Commits on Sep 14, 2019
Updated Node fixity code to use a dictionary instead of if, and added better exception
Brian Chevalier
committed
4454e61
View commit details
Copy full SHA for 4454e61
Browse repository at this point
Removed np.matrix in Truss.py, and moved to np.array since np.matrix is deprecated.
Brian Chevalier
committed
1ddf62e
View commit details
Copy full SHA for 1ddf62e
Browse repository at this point
Moved frame specific methods to Frame.py. Removed extraneous 3D code.
Brian Chevalier
committed
27e59ed
View commit details
Copy full SHA for 27e59ed
Browse repository at this point
Added Example Truss test and a docstring to Truss Tests. Added from_yaml_file class method to Structure to read in .yaml as Structures
Brian Chevalier
committed
2671afd
View commit details
Copy full SHA for 2671afd
Browse repository at this point
Added basic stability detection for Truss to help with debugging
Brian Chevalier
committed
cf9b88b
View commit details
Copy full SHA for cf9b88b
Browse repository at this point
Commits on Sep 13, 2019
Moved truss specific code to Truss.py. In the process of making structural_classes only abstract base classes in preparation for frame support.
Brian Chevalier
committed
1f4ec49
View commit details
Copy full SHA for 1f4ec49
Browse repository at this point
Added more Trusses to testing. Added yaml format for testing trusses, will be expanded and documented later.
Brian Chevalier
committed
77e08c3
View commit details
Copy full SHA for 77e08c3
Browse repository at this point
Updated to properly exit with status code
Brian Chevalier
committed
05bffe3
View commit details
Copy full SHA for 05bffe3
Browse repository at this point
Commits on Sep 12, 2019
Added basic doctest support, added 3.7 for Travis to test, added run_tests script, Added more info to README
Brian Chevalier
committed
2131791
View commit details
Copy full SHA for 2131791
Browse repository at this point
Commits on Apr 16, 2019
Fixed project logo
BrianChevalier
committed
af48678
View commit details
Copy full SHA for af48678
Browse repository at this point
Commits on Apr 14, 2019
Updated formatting, added tests bash script
Brian Chevalier
committed
642fcbe
View commit details
Copy full SHA for 642fcbe
Browse repository at this point
Commits on Mar 18, 2019
Fixed unit tests, removed steel tests.
BrianChevalier
committed
32de8ee
View commit details
Copy full SHA for 32de8ee
Browse repository at this point
Commits on Feb 28, 2019
Updated examples
BrianChevalier
committed
5f6e56d
View commit details
Copy full SHA for 5f6e56d
Browse repository at this point
Commits on Nov 6, 2018
Fixed README url
BrianChevalier
committed
fc408e0
View commit details
Copy full SHA for fc408e0
Browse repository at this point
Commits on Oct 29, 2018
Added additional unit test
Show description for a357d65
BrianChevalier
committed
a357d65
View commit details
Copy full SHA for a357d65
Browse repository at this point
Commits on Oct 28, 2018
Added back resources module
BrianChevalier
committed
be47bf0
View commit details
Copy full SHA for be47bf0
Browse repository at this point
MAYBE ITLL PASS
BrianChevalier
committed
f3c09a8
View commit details
Copy full SHA for f3c09a8
Browse repository at this point
Deleted build folder
BrianChevalier
committed
178f87b
View commit details
Copy full SHA for 178f87b
Browse repository at this point
Fixed structural class test
BrianChevalier
committed
10da1a2
View commit details
Copy full SHA for 10da1a2
Browse repository at this point
Fixed setup.py script
BrianChevalier
committed
401cd61
View commit details
Copy full SHA for 401cd61
Browse repository at this point
Removed documentation
Show description for 8cfb3cf
BrianChevalier
committed
8cfb3cf
View commit details
Copy full SHA for 8cfb3cf
Browse repository at this point
Fixed namespaces for unit tests
BrianChevalier
committed
7c7d3ab
View commit details
Copy full SHA for 7c7d3ab
Browse repository at this point
Fixed namespace issues to work in Pythonista and other OS's
BrianChevalier
committed
4bd76c9
View commit details
Copy full SHA for 4bd76c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.