![]() |
NLMech
0.1.0
|
A class for global methods of state-based material models. More...
#include <stateBasedHelperFunctions.h>

Public Member Functions | |
| StateBasedHelperFunctions (data::DataManager *dataManager, double factor) | |
| Constructor. More... | |
Private Member Functions | |
| void | dilatation (data::DataManager *dataManager, size_t dim, double factor) |
Computes the extension and dilatation for each node where $m_i$ is the weighted volume. More... | |
A class for global methods of state-based material models.
This class implements the computation of the extension and the dilatation of a state-based material models as described by Silling and implementation details are described by Littlewood.
| util::StateBasedHelperFunctions::StateBasedHelperFunctions | ( | data::DataManager * | dataManager, |
| double | factor | ||
| ) |
Constructor.
| dataManager | Pointer to the data manager object |
| factor | Scaling factor for 2D case |

|
private |
Computes the extension
and dilatation
for each node where $m_i$ is the weighted volume.
| dataManager | Class holding all the global simulation data |
| dim | Dimension of the problem |
| factor | Dimensional depended material property |
Referenced by StateBasedHelperFunctions().

