|
virtual void | GetVoigtSize (const unsigned int &dimension, unsigned int &voigtsize, unsigned int &principal_dimension) override |
|
virtual VectorType & | CalculateMassBalance_AddDisplacementPart (HydroMechanicalVariables &rVariables, VectorType &rLocalRHS, const double &rIntegrationWeight) override |
|
virtual MatrixType & | ComputeWaterPressureKUwP (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override |
|
virtual MatrixType & | ComputeSolidSkeletonDeformationMatrix (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override |
|
virtual MatrixType & | ComputeDensityChangeTerm (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override |
|
void | GetScalingConstant (double &rScalingConstant, const PropertiesType &pProperties) |
|
void | GetPermeabilityTensor (const PropertiesType &rProperties, const Matrix &rTotalF, Matrix &rK, const double &rInitial_porosity, const double &rVolume) |
|
double & | CalculateStabilizationFactor (HydroMechanicalVariables &rVariables, double &rAlphaStabilization) |
|
virtual double | CalculateVolumeChange (const GeometryType &rGeometry, const Vector &rN, const Matrix &rTotalF) |
|
VectorType & | CalculateMassBalance_WaterPressurePart (HydroMechanicalVariables &rVariables, VectorType &rLocalRHS, const double &rIntegrationWeight) |
|
VectorType & | CalculateWaterInternalForcesContribution (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight) |
|
VectorType & | CalculateVolumeForcesContribution (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight) |
|
VectorType & | CalculateStabilizationRHS (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight) |
|
VectorType & | AddReshapeBaseClassRHS (VectorType &rRightHandSideVector, const VectorType &rBaseClassRHS, const unsigned int &number_of_variables, const unsigned int &number_of_nodes) |
|
VectorType & | AddReshapeWaterPressureForces (VectorType &rRightHandSide, const VectorType &rPartialRHS, const unsigned int number_of_variables, const unsigned int number_of_points) |
|
VectorType & | AddReshapeWaterInternalForcesContribution (VectorType &rRightHandSideVector, const VectorType &rPartialRHS, const unsigned int number_of_variables, const unsigned int number_of_nodes, const unsigned int dimension) |
|
MatrixType & | ComputeWaterPressureKuug (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) |
|
MatrixType & | ComputeWaterPressureKwPwP (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) |
|
MatrixType & | ComputeDarcyFlowGeometricTerms (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) |
|
MatrixType & | CalculateStabilizationLHS (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) |
|
MatrixType & | AddReshapeBaseClassLHS (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|
virtual MatrixType & | AddReshapeSolidSkeletonDeformationMatrix (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|
MatrixType & | AddReshapeKUU (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|
MatrixType & | AddReshapeKUwP (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|
MatrixType & | AddReshapeKwPwP (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|
MatrixType & | AddReshapeKwPU (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) |
|