20 #ifndef GEOS_PHYSICSSOLVERS_CONTACT_CONTACTFIELDS_HPP_
21 #define GEOS_PHYSICSSOLVERS_CONTACT_CONTACTFIELDS_HPP_
59 "Penalty coefficients used in the iterative procedure of the Augmented Lagrangian Method" );
67 "An array that holds the rotation matrices on the fracture" );
75 "Displacement jump vector in the local reference system" );
94 "deltaDisplacementJump",
99 "Delta displacement jump vector" );
102 "oldDisplacementJump",
107 "Displacement jump vector at the previous time-step" );
115 "Fracture traction vector in the local reference system." );
123 "An array that holds the traction increments on the fracture." );
131 "Derivative of the traction w.r.t. the displacement jump." );
134 "dTraction_dPressure",
139 "Derivative of the traction w.r.t. to the fluid pressure." );
155 "Fracture state at the previous timestep." );
158 "targetIncrementalJump",
163 "It's the target incremental jump in a timestep (e.g., slip coming from RS)." );
#define DECLARE_FIELD(NAME, KEY, TYPE, DEFAULT, PLOTLEVEL, RESTARTFLAG, DESCRIPTION)
Generates a traits struct.
Array< T, 2, PERMUTATION > array2d
Alias for 2D array.
Array< T, 3, PERMUTATION > array3d
Alias for 3D array.
ENUM_STRINGS(LinearSolverParameters::SolverType, "direct", "cg", "gmres", "fgmres", "bicgstab", "preconditioner")
Declare strings associated with enumeration values.
std::int32_t integer
Signed integer type.
Array< T, 1 > array1d
Alias for 1D array.