|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
A container holding the two types of weak forms useful for solving time discretized second order (in time) systems of equations. More...
#include <time_discretized_weak_form.hpp>
Public Attributes | |
| std::shared_ptr< WeakForm > | time_discretized_weak_form |
| std::shared_ptr< WeakForm > | final_reaction_weak_form |
A container holding the two types of weak forms useful for solving time discretized second order (in time) systems of equations.
Definition at line 76 of file time_discretized_weak_form.hpp.
| std::shared_ptr<WeakForm> smith::SecondOrderTimeDiscretizedWeakForms::final_reaction_weak_form |
this publicly available abstract weak form is structly a function of the current u, v, and a (no time discretization) its main purpose is to compute reaction forces after the solve is completed
Definition at line 81 of file time_discretized_weak_form.hpp.
| std::shared_ptr<WeakForm> smith::SecondOrderTimeDiscretizedWeakForms::time_discretized_weak_form |
this publicly available abstract weak form is a functions of the current u, u_old, v_old, and a_old,
Definition at line 78 of file time_discretized_weak_form.hpp.