5 #if !defined(KRATOS_RIGIDEDGE_H_INCLUDED )
6 #define KRATOS_RIGIDEDGE_H_INCLUDED
42 RigidEdge2D(
IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties);
46 PropertiesType::Pointer pProperties,
47 Condition::Pointer Master,
48 Condition::Pointer Slave,
49 Point& MasterContactLocalPoint,
50 Point& SlaveContactLocalPoint,
51 int SlaveIntegrationPointIndex
61 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
64 void FinalizeSolutionStep(
const ProcessInfo& r_process_info)
override;
65 void ComputeConditionRelativeData(
int rigid_neighbour_index,
67 double LocalCoordSystem[3][3],
72 int& ContactType)
override;
105 virtual void save(
Serializer& rSerializer)
const override
110 virtual void load(Serializer& rSerializer)
override
Definition: dem_wall.h:29
std::size_t IndexType
Definition: flags.h:74
boost::indirect_iterator< typename TContainerType::iterator > iterator
Definition: global_pointers_vector.h:79
typename TContainerType::iterator ptr_iterator
Definition: global_pointers_vector.h:85
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
Definition: RigidEdge.h:24
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(RigidEdge2D)
ParticleWeakVectorType::ptr_iterator ParticleWeakIteratorType_ptr
Definition: RigidEdge.h:30
GlobalPointersVector< Condition >::iterator ConditionWeakIteratorType
Definition: RigidEdge.h:34
GlobalPointersVector< Element > ParticleWeakVectorType
Definition: RigidEdge.h:29
GlobalPointersVector< Element >::iterator ParticleWeakIteratorType
Definition: RigidEdge.h:31
GlobalPointersVector< Condition > ConditionWeakVectorType
Definition: RigidEdge.h:33
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: spheric_particle.h:31
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
TDataType Calculate(GeometryType &dummy, const Variable< TDataType > &rVariable)
Definition: add_geometries_to_python.cpp:103
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307