136 const double Constant
165 MasterSlaveConstraint::Pointer
Create(
184 MasterSlaveConstraint::Pointer
Create(
191 const double Constant
197 void FinalizeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
207 std::string GetInfo()
const override;
213 void PrintInfo(std::ostream &rOStream)
const override;
229 void save(
Serializer &rSerializer)
const override;
245 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Dof represents a degree of freedom (DoF).
Definition: dof.h:86
This class allows to add a master-slave constraint which is of the form SlaveDofVector = T * MasterDo...
Definition: linear_master_slave_constraint.h:58
BaseType::DofPointerVectorType DofPointerVectorType
The DoF pointer vector type definition.
Definition: linear_master_slave_constraint.h:73
BaseType::IndexType IndexType
The index type definition.
Definition: linear_master_slave_constraint.h:67
BaseType::EquationIdVectorType EquationIdVectorType
The equation Id vector type definition.
Definition: linear_master_slave_constraint.h:79
A class that implements the interface for different master-slave constraints to be applied on a syste...
Definition: master_slave_constraint.h:76
std::vector< std::size_t > EquationIdVectorType
The equation Id vector type definition.
Definition: master_slave_constraint.h:97
std::vector< DofType::Pointer > DofPointerVectorType
The DoF pointer vector type definition.
Definition: master_slave_constraint.h:91
This class defines the node.
Definition: node.h:65
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
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
std::size_t SizeType
The definition of the size type.
Definition: mortar_classes.h:43
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307