88 GeometryType::Pointer pGeom,
89 PropertiesType::Pointer pProperties
102 PropertiesType::Pointer pProperties
127 void EquationIdVector(
135 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
140 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
145 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
159 void CalculateLocalSystem(
173 void CalculateRightHandSide(
185 void CalculateLeftHandSide(
196 void CalculateMassMatrix(
207 void CalculateDampingMatrix(
219 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
230 void AddExplicitContribution(
245 void AddExplicitContribution(
288 Matrix& CalculateDeltaPosition(
Matrix & rDeltaPosition);
325 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Elements.
Definition: element.h:60
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
Concentrated nodal for 3D and 2D points.
Definition: nodal_concentrated_element.hpp:44
bool mUseRayleighDamping
Definition: nodal_concentrated_element.hpp:272
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(NodalConcentratedElement)
NodalConcentratedElement()
Definition: nodal_concentrated_element.hpp:276
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