21namespace HydroMechanics
23template <
typename HMatricesType,
24 typename ShapeMatrixTypeDisplacement,
25 typename ShapeMatrixTypePressure,
41 typename HMatricesType::HMatrixType
H_u;
43 typename HMatricesType::ForceVectorType
w,
w_prev;
45 typename ShapeMatrixTypePressure::NodalRowVectorType
N_p;
46 typename ShapeMatrixTypePressure::GlobalDimNodalMatrixType
dNdx_p;
55 DisplacementDim>::MaterialStateVariables>
MaterialLib::Fracture::FractureModelBase< DisplacementDim > & fracture_material
HMatricesType::ForceVectorType w_prev
IntegrationPointDataFracture(MaterialLib::Fracture::FractureModelBase< DisplacementDim > &fracture_material_)
Eigen::Matrix< double, DisplacementDim, 1 > GlobalDimVectorType
ShapeMatrixTypePressure::NodalRowVectorType N_p
GlobalDimVectorType darcy_velocity
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
HMatricesType::HMatrixType H_u
HMatricesType::ForceVectorType sigma_eff_prev
HMatricesType::ForceVectorType w
ShapeMatrixTypePressure::GlobalDimNodalMatrixType dNdx_p
HMatricesType::ForceVectorType sigma_eff
double integration_weight
std::unique_ptr< typename MaterialLib::Fracture::FractureModelBase< DisplacementDim >::MaterialStateVariables > material_state_variables