14 #if !defined(KRATOS_LINE_LOAD_FROM_DEM_CONDITION_2D_H_INCLUDED )
15 #define KRATOS_LINE_LOAD_FROM_DEM_CONDITION_2D_H_INCLUDED
53 template<std::
size_t TDim>
110 Condition::Pointer
Create(
113 PropertiesType::Pointer pProperties
123 Condition::Pointer
Create(
125 GeometryType::Pointer pGeom,
126 PropertiesType::Pointer pProperties
135 Condition::Pointer Clone (
198 const bool CalculateStiffnessMatrixFlag,
199 const bool CalculateResidualVectorFlag
203 const Matrix& n_container,
204 const unsigned int& number_of_nodes,
205 const unsigned int& g_point);
256 void save(
Serializer& rSerializer )
const override
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
Geometry base class.
Definition: geometry.h:71
Line load condition for 3D and 2D geometries.
Definition: line_load_condition.hpp:41
Definition: line_load_from_DEM_condition_2d.h:56
Geometry< NodeType > GeometryType
Definition: line_load_from_DEM_condition_2d.h:67
LineLoadFromDEMCondition2D()
Definition: line_load_from_DEM_condition_2d.h:80
Vector VectorType
Definition: line_load_from_DEM_condition_2d.h:69
Matrix MatrixType
Definition: line_load_from_DEM_condition_2d.h:70
LineLoadFromDEMCondition2D(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: line_load_from_DEM_condition_2d.h:84
std::size_t IndexType
Definition: line_load_from_DEM_condition_2d.h:64
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(LineLoadFromDEMCondition2D)
Counted pointer of LineLoadFromDEMCondition2D.
LineLoadCondition< TDim > BaseType
We define the base class LineLoadCondition.
Definition: line_load_from_DEM_condition_2d.h:62
Geometry< NodeType >::PointsArrayType NodesArrayType
Definition: line_load_from_DEM_condition_2d.h:68
~LineLoadFromDEMCondition2D() override
Definition: line_load_from_DEM_condition_2d.h:92
Node NodeType
Definition: line_load_from_DEM_condition_2d.h:66
LineLoadFromDEMCondition2D(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: line_load_from_DEM_condition_2d.h:88
Properties PropertiesType
Definition: line_load_from_DEM_condition_2d.h:65
This class defines the node.
Definition: node.h:65
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
#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
The definition of the index type.
Definition: key_hash.h:35
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
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307