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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
MASTmultiphysics
/
mast-multiphysics
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
47
Code
Issues
16
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Feature/add beam library
- #84
#84
Open
JohnDN90
wants to merge 31 commits into
master
MASTmultiphysics/mast-multiphysics:master
from
feature/add_beam_library
MASTmultiphysics/mast-multiphysics:feature/add_beam_library
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Open
Feature/add beam library
#84
JohnDN90
wants to merge 31 commits into
master
MASTmultiphysics/mast-multiphysics:master
from
feature/add_beam_library
MASTmultiphysics/mast-multiphysics:feature/add_beam_library
Copy head branch name to clipboard
Commits
Commits on Mar 11, 2020
Removed requirement of arbitrary orientation vector for elements with no bending.
Show description for 985263a
JohnDN90
committed
985263a
View commit details
Copy full SHA for 985263a
Browse repository at this point
Increased polymorphism for 1D section.
Show description for e76e00c
JohnDN90
committed
e76e00c
View commit details
Copy full SHA for e76e00c
Browse repository at this point
Added methods to get geometry points, hole points, centriod, shear center, and stress evaluation points (and the derivative of these points) to 1D section.
Show description for 301612c
JohnDN90
committed
301612c
View commit details
Copy full SHA for 301612c
Browse repository at this point
Added arbitrary 1D section proeprty card and tests for it.
Show description for 6d8c6ad
JohnDN90
committed
6d8c6ad
View commit details
Copy full SHA for 6d8c6ad
Browse repository at this point
Replaced libmesh_error() with detailed error messages.
JohnDN90
committed
0baf72b
View commit details
Copy full SHA for 0baf72b
Browse repository at this point
Added Pilkey elasticity and shoelace methods to calculate section properties.
Show description for ff8060b
JohnDN90
committed
ff8060b
View commit details
Copy full SHA for ff8060b
Browse repository at this point
Added BAR section property card and tests.
Show description for 6b2613b
JohnDN90
committed
6b2613b
View commit details
Copy full SHA for 6b2613b
Browse repository at this point
Added TUBE section property card and tests.
Show description for f462411
JohnDN90
committed
f462411
View commit details
Copy full SHA for f462411
Browse repository at this point
Added TUBE2 and I1 sections.
Show description for 843f07e
JohnDN90
committed
843f07e
View commit details
Copy full SHA for 843f07e
Browse repository at this point
Added example demonstrating calculation of cross sectional properties and derivatives.
JohnDN90
committed
15f4c77
View commit details
Copy full SHA for 15f4c77
Browse repository at this point
Fixed multiple bugs in cross sectional property analysis.
Show description for 932cace
JohnDN90
committed
932cace
View commit details
Copy full SHA for 932cace
Browse repository at this point
Added ability to specify target number of elements and element type in section initialization.
JohnDN90
committed
1a94128
View commit details
Copy full SHA for 1a94128
Browse repository at this point
Fixed bug in calculations of warping properties.
Show description for 40b0213
JohnDN90
committed
40b0213
View commit details
Copy full SHA for 40b0213
Browse repository at this point
Added "L" cross section along with catch2 tests.
JohnDN90
committed
29265e7
View commit details
Copy full SHA for 29265e7
Browse repository at this point
Set extra_quadrature_order for warping_only sections to -1.
Show description for 00817d0
JohnDN90
committed
00817d0
View commit details
Copy full SHA for 00817d0
Browse repository at this point
Refactored some material and property tests inline with J. Deaton's method.
Show description for 68319a9
JohnDN90
committed
68319a9
View commit details
Copy full SHA for 68319a9
Browse repository at this point
Refactored feature/add_beam_library on top of master branch which had refactored tests by J. Deaton merged in.
JohnDN90
committed
40c428d
View commit details
Copy full SHA for 40c428d
Browse repository at this point
Fixed bug in calculation of stress points for ROD section.
Show description for 8a85e71
JohnDN90
committed
8a85e71
View commit details
Copy full SHA for 8a85e71
Browse repository at this point
Modified calculate_stress method to get stress points from property card.
Show description for ea86e73
JohnDN90
committed
ea86e73
View commit details
Copy full SHA for ea86e73
Browse repository at this point
Refactored code for I1, L, BAR, and ROD sections to minimized duplicate code.
JohnDN90
committed
9f9f9ed
View commit details
Copy full SHA for 9f9f9ed
Browse repository at this point
Changed PCFactorSetMatSolverType to PCFactorSetMatSolverPackage.
Show description for 7762279
JohnDN90
committed
7762279
View commit details
Copy full SHA for 7762279
Browse repository at this point
Commits on Mar 31, 2020
Added a missing header which was necessary for libMesh 1.3.1, but not 1.4.1 and newer.
JohnDN90
committed
8be0480
View commit details
Copy full SHA for 8be0480
Browse repository at this point
Commits on Aug 12, 2020
Added PointLoad class for simpler definition of point loads.
Show description for 51f3fcf
JohnDN90
committed
51f3fcf
View commit details
Copy full SHA for 51f3fcf
Browse repository at this point
Commits on Aug 25, 2020
Added method to define zero and non-zero boundary conditons on individual degrees of freedom.
Show description for 3818b9c
JohnDN90
committed
3818b9c
View commit details
Copy full SHA for 3818b9c
Browse repository at this point
Added missing new files from last commit.
JohnDN90
committed
856a50e
View commit details
Copy full SHA for 856a50e
Browse repository at this point
Commits on Sep 3, 2020
Added clearing of point loads to "clear_loads()" method.
JohnDN90
committed
c407204
View commit details
Copy full SHA for c407204
Browse repository at this point
Commits on Sep 9, 2020
Modified "adjoint_solve" method to allow user to explicitly set adjoint RHS.
Show description for e0eb779
JohnDN90
committed
e0eb779
View commit details
Copy full SHA for e0eb779
Browse repository at this point
Commits on Sep 18, 2020
Merge pull request #105 from MASTmultiphysics/feature/simplified_point_loads
Show description for cd575a8
JohnDN90
authored
cd575a8
View commit details
Copy full SHA for cd575a8
Browse repository at this point
Merge pull request #106 from MASTmultiphysics/feature/nonzero-dirichlet-dof-bcs
Show description for b96bdec
JohnDN90
authored
b96bdec
View commit details
Copy full SHA for b96bdec
Browse repository at this point
Merge pull request #107 from MASTmultiphysics/feature/custom_adjoint_rhs
Show description for 29226e8
JohnDN90
authored
29226e8
View commit details
Copy full SHA for 29226e8
Browse repository at this point
Commits on Sep 22, 2020
Merge branch 'app/Hermes' into feature/add_beam_library
JohnDN90
authored
2bb00fb
View commit details
Copy full SHA for 2bb00fb
Browse repository at this point
You can’t perform that action at this time.