Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement nodal boundary conditions #1

Merged
merged 2 commits into from
Feb 14, 2018
Merged

Implement nodal boundary conditions #1

merged 2 commits into from
Feb 14, 2018

Conversation

ahojukka5
Copy link

  • Using element Poi1, one can use field nodal force i where i is a dof number, to set nodal force / concentrated load (CLOAD in Abaqus).
  • Using element Poi1, one can use field fixed displacement i, where i is a dof number, to fix displacement in some node.
  • Wrote a test to test nodal elements + 2 truss test.

`get_formulation_type` is not exported from FEMBase
* Using element `Poi1`, one can use field `nodal force i` where `i` is a
  dof number, to set nodal force / concentrated load (CLOAD in Abaqus).
* Using element `Poi1`, one can use field `fixed displacement i`, where
  `i` is a dof number, to fix displacement in some node.
* Wrote a test to test nodal elements + 2 truss test.
@jtveiten jtveiten merged commit 98bd054 into jtveiten:master Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants