9 #ifndef UTIL_STATEBASEHELPER_H
10 #define UTIL_STATEBASEHELPER_H
12 #include "util/point.h"
16 #include "geometry/neighbor.h"
17 #include "data/DataManager.h"
18 #include "inp/decks/modelDeck.h"
19 #include "geometry/volumeCorrection.h"
37 class VolumeCorrection;
Data manager to collect the global simulation data.
Definition: DataManager.h:58
A class for global methods of state-based material models.
Definition: stateBasedHelperFunctions.h:50
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.
Definition: stateBasedHelperFunctions.cpp:26
StateBasedHelperFunctions(data::DataManager *dataManager, double factor)
Constructor.
Definition: stateBasedHelperFunctions.cpp:15
Data mamanger to share the global simulation data between the classes.
Definition: DataManager.h:55
Collection of methods and data related to finite element and mesh.
Definition: baseElem.h:15
Collection of methods and data related to geometry.
Definition: DataManager.h:23
Collection of methods and database related to input.
Definition: main.cpp:21
Collection of methods useful in simulation.
Definition: DataManager.h:50