NuTo
Numerics Tool
ElementEnum.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace NuTo
4 {
5 namespace Element
6 {
7 
8 enum class eUpdateType
9 {
10  STATICDATA = 0,
13 };
14 
15 enum class eOutput
16 {
28  IP_DATA,
32 };
33 
34 } // namespace Element
35 } // namespace NuTo
TODO: calculate external forces in element.
gap matrix according to mortar discretization
calculates internal gradient for the case that the state variables remain unchanged ...
move the fine scale model in a multiscale approach to the nonlinear part
calculates the column dofs of the local element matrices
eOutput
Definition: ElementEnum.h:15
Definition: Exception.h:6
eUpdateType
Definition: ElementEnum.h:8
this is primarily for plotting, give the 3D state so for plane stress there is a z-component in the ...
[eUpdateType]: Description