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
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
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
94
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
Breadcrumbs
History for
StructPy
StructPy
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 31, 2019
moved caching code to @cached_property decorator
Brian Chevalier
committed
ddbe173
View commit details
Copy full SHA for ddbe173
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Mostly small refactoring and code clean up
Brian Chevalier
committed
ca34f37
View commit details
Copy full SHA for ca34f37
View code at this point
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
View code at this point
Browse repository at this point
Removed steel classes.
Brian Chevalier
committed
c82f96f
View commit details
Copy full SHA for c82f96f
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Updated examples
BrianChevalier
committed
5f6e56d
View commit details
Copy full SHA for 5f6e56d
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 28, 2018
MAYBE ITLL PASS
BrianChevalier
committed
f3c09a8
View commit details
Copy full SHA for f3c09a8
View code at this point
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
View code at this point
Browse repository at this point
Return member from addMember method and more
Show description for 1cfbd03
BrianChevalier
committed
1cfbd03
View commit details
Copy full SHA for 1cfbd03
View code at this point
Browse repository at this point
Added truss self weight method and some error handling
BrianChevalier
committed
e6be420
View commit details
Copy full SHA for e6be420
View code at this point
Browse repository at this point
Added some error handling for AISC sections
BrianChevalier
committed
2a20cc9
View commit details
Copy full SHA for 2a20cc9
View code at this point
Browse repository at this point
Commits on Jun 3, 2018
Fixed namespace issues for Pythonista
BrianChevalier
committed
1d19640
View commit details
Copy full SHA for 1d19640
View code at this point
Browse repository at this point
Commits on May 23, 2018
Started Beam/Frame Loading
BrianChevalier
committed
f12992a
View commit details
Copy full SHA for f12992a
View code at this point
Browse repository at this point
Commits on May 22, 2018
D needed to be flattened with the '.flat' method
BrianChevalier
committed
f4a5fd1
View commit details
Copy full SHA for f4a5fd1
View code at this point
Browse repository at this point
WIP trying to fix weird NumPy issue
Show description for 6c68c30
BrianChevalier
committed
6c68c30
View commit details
Copy full SHA for 6c68c30
View code at this point
Browse repository at this point
Fixed unit tests.
BrianChevalier
committed
8fef5ed
View commit details
Copy full SHA for 8fef5ed
View code at this point
Browse repository at this point
Commits on May 21, 2018
Fixed example problems
Show description for d58df3b
BrianChevalier
committed
d58df3b
View commit details
Copy full SHA for d58df3b
View code at this point
Browse repository at this point
Fixed unit tests. Added some error handling.
BrianChevalier
committed
2a83c42
View commit details
Copy full SHA for 2a83c42
View code at this point
Browse repository at this point
Commits on May 20, 2018
Fixed namespace issues maybe :/
BrianChevalier
committed
f3eab40
View commit details
Copy full SHA for f3eab40
View code at this point
Browse repository at this point
Fixed boundary conditions stuff. Will definitely break examples and other code.
BrianChevalier
committed
b55597c
View commit details
Copy full SHA for b55597c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.