Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Attributes | List of all members
smith::SecondOrderTimeDiscretizedWeakForms Class Reference

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< WeakFormtime_discretized_weak_form
 
std::shared_ptr< WeakFormfinal_reaction_weak_form
 

Detailed Description

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.

Member Data Documentation

◆ final_reaction_weak_form

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.

◆ time_discretized_weak_form

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.


The documentation for this class was generated from the following file: