60 template< SizeType TDim, SizeType TNumNodes,
bool TNormalVariation, const SizeType TNumNodesMaster = TNumNodes >
62 :
public MortarContactCondition<TDim, TNumNodes, FrictionalCase::FRICTIONLESS_COMPONENTS, TNormalVariation, TNumNodesMaster>
135 static constexpr
IndexType MatrixSize = TDim * (TNumNodesMaster + TNumNodes + TNumNodes);
160 ):
BaseType( NewId, pGeometry, pProperties )
169 GeometryType::Pointer pMasterGeometry
170 ):
BaseType( NewId, pGeometry, pProperties, pMasterGeometry )
198 Condition::Pointer
Create(
211 Condition::Pointer
Create(
262 void EquationIdVector(
284 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
299 std::string
Info()
const override
301 std::stringstream buffer;
302 buffer <<
"AugmentedLagrangianMethodFrictionlessComponentsMortarContactCondition #" << this->Id();
309 rOStream <<
"AugmentedLagrangianMethodFrictionlessComponentsMortarContactCondition #" << this->Id();
316 this->GetParentGeometry().PrintData(rOStream);
317 this->GetPairedGeometry().PrintData(rOStream);
368 void CalculateLocalRHS(
388 for (
IndexType i_node = 0; i_node < TNumNodes; ++i_node)
389 if (CurrentGeometry[i_node].Is(ACTIVE) ==
true)
390 value += 1 << i_node;
440 void save(
Serializer& rSerializer)
const override
Base class for all Conditions.
Definition: condition.h:59
std::vector< std::size_t > EquationIdVectorType
Definition: condition.h:98
std::vector< DofType::Pointer > DofsVectorType
Definition: condition.h:100
This data will be used to compute the derivatives.
Definition: mortar_classes.h:638
This defines the geometrical object, base definition of the element and condition entities.
Definition: geometrical_object.h:58
Geometry base class.
Definition: geometry.h:71
std::vector< IntegrationPointType > IntegrationPointsArrayType
Definition: geometry.h:161
An two node 2D line geometry with linear shape functions.
Definition: line_2d_2.h:65
This is a base class for the conditions paired.
Definition: paired_condition.h:53
Point class.
Definition: point.h:59
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
A three node 3D triangle geometry with linear shape functions.
Definition: triangle_3d_3.h:77
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
std::size_t IndexType
Definition: binary_expression.cpp:25
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Properties PropertiesType
Definition: regenerate_pfem_pressure_conditions_process.h:26
std::size_t SizeType
The definition of the size type.
Definition: mortar_classes.h:43
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
type
Definition: generate_gid_list_file.py:35
def load(f)
Definition: ode_solve.py:307