10 #if !defined(KRATOS_ELASTIC_CONDITION_H_INCLUDED)
11 #define KRATOS_ELASTIC_CONDITION_H_INCLUDED
93 PropertiesType::Pointer pProperties )
const override;
103 Condition::Pointer Clone(
IndexType NewId,
115 int Check(
const ProcessInfo& rCurrentProcessInfo )
const override;
150 if(rVariable == ROTATION)
160 virtual void CalculateExternalStiffness(ConditionVariables& rVariables);
165 void CalculateAndAddKuug(
MatrixType& rLeftHandSideMatrix,
166 ConditionVariables& rVariables,
167 double& rIntegrationWeight)
override;
172 void CalculateAndAddExternalForces(
Vector& rRightHandSideVector,
173 ConditionVariables& rVariables,
174 double& rIntegrationWeight)
override;
179 double& CalculateAndAddExternalEnergy(
double& rEnergy,
180 ConditionVariables& rVariables,
181 double& rIntegrationWeight,
219 void save(
Serializer& rSerializer)
const override;
General Boundary Condition base type for 3D and 2D geometries.
Definition: boundary_condition.hpp:49
virtual bool HasVariableDof(VariableVectorType &rVariable) const
Definition: boundary_condition.cpp:96
Elastic Condition for 3D and 2D geometries. (base class)
Definition: elastic_condition.hpp:45
GeometryData::SizeType SizeType
Type for size.
Definition: elastic_condition.hpp:52
bool HasVariableDof(VariableVectorType &rVariable) const override
Definition: elastic_condition.hpp:148
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(ElasticCondition)
std::size_t IndexType
Definition: flags.h:74
std::size_t SizeType
Definition: geometry_data.h:173
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
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
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
def load(f)
Definition: ode_solve.py:307