Skip to content

Commit 14ee273

Browse files
committed
Fixing Integration method
1 parent fdfa110 commit 14ee273

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

applications/ContactStructuralMechanicsApplication/custom_utilities/mortar_explicit_contribution_utilities.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,14 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) MortarExplicitContrib
133133
/// Type definition for the derivatives utilities
134134
using DerivativesUtilitiesType = DerivativesUtilities<TDim, TNumNodes, IsFrictional, TNormalVariation, TNumNodesMaster>;
135135

136+
///Type definition for integration methods
137+
using IntegrationMethod = GeometryData::IntegrationMethod;
138+
136139
// The threshold coefficient considered for checking
137140
static constexpr double CheckThresholdCoefficient = 1.0e-12;
138141

142+
143+
139144
///@}
140145
///@name Operators
141146
///@{

0 commit comments

Comments
 (0)