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" );
83 "Displacement jump vector in the local reference system at the current time-step" );
102 "deltaDisplacementJump",
107 "Delta displacement jump vector" );
110 "oldDisplacementJump",
115 "Displacement jump vector at the previous time-step" );
123 "Fracture traction vector in the local reference system." );
131 "Initial fracture traction vector in the local reference system at this time-step." );
139 "An array that holds the traction increments on the fracture." );
147 "Derivative of the traction w.r.t. the displacement jump." );
150 "dTraction_dPressure",
155 "Derivative of the traction w.r.t. to the fluid pressure." );
171 "Fracture state at the previous timestep." );
174 "targetIncrementalJump",
179 "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.