52 template<std::
size_t TDim>
97 GeometryType::Pointer pGeometry
103 GeometryType::Pointer pGeometry,
104 PropertiesType::Pointer pProperties
126 Condition::Pointer
Create(
129 PropertiesType::Pointer pProperties
139 Condition::Pointer
Create(
141 GeometryType::Pointer pGeom,
142 PropertiesType::Pointer pProperties
151 Condition::Pointer Clone (
171 std::string
Info()
const override
173 std::stringstream buffer;
174 buffer <<
"Small displacement line load condition #" << this->Id();
182 rOStream <<
"SmallDisplacementLineLoadCondition #" << this->Id();
188 this->pGetGeometry()->PrintData(rOStream);
229 const bool CalculateStiffnessMatrixFlag,
230 const bool CalculateResidualVectorFlag
282 void save(
Serializer& rSerializer )
const override
310 template<std::
size_t TDim>
314 template<std::
size_t TDim>
319 rOStream << std::endl;
BaseType::NodesArrayType NodesArrayType
Definition of nodes container type, redefined from GeometryType.
Definition: base_load_condition.h:79
BaseType::SizeType SizeType
Definition of the size type.
Definition: base_load_condition.h:67
BaseType::PropertiesType PropertiesType
Definition of the properties type.
Definition: base_load_condition.h:73
BaseType::IndexType IndexType
Dfinition of the index type.
Definition: base_load_condition.h:64
std::size_t IndexType
Definition: flags.h:74
This defines the geometrical object, base definition of the element and condition entities.
Definition: geometrical_object.h:58
Geometry base class.
Definition: geometry.h:71
Line load condition for 3D and 2D geometries.
Definition: line_load_condition.hpp:41
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
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
This class is the responsible to add the contributions of the RHS and LHS of the line loads of the st...
Definition: small_displacement_line_load_condition.h:55
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: small_displacement_line_load_condition.h:186
LineLoadCondition< TDim > BaseType
We define the base class Base LoadCondition.
Definition: small_displacement_line_load_condition.h:61
BaseLoadCondition::NodeType NodeType
Definition of the node type.
Definition: small_displacement_line_load_condition.h:76
BaseLoadCondition::IndexType IndexType
Definition of the index type.
Definition: small_displacement_line_load_condition.h:70
SmallDisplacementLineLoadCondition()
Definition: small_displacement_line_load_condition.h:248
BaseLoadCondition::VectorType VectorType
Definition of the vector type.
Definition: small_displacement_line_load_condition.h:64
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SmallDisplacementLineLoadCondition)
Counted pointer of SmallDisplacementLineLoadCondition.
std::string Info() const override
Turn back information as a string.
Definition: small_displacement_line_load_condition.h:171
BaseLoadCondition::MatrixType MatrixType
Definition of the matrix type.
Definition: small_displacement_line_load_condition.h:67
BaseLoadCondition::GeometryType GeometryType
Definition of the geometry type with given NodeType.
Definition: small_displacement_line_load_condition.h:82
BaseLoadCondition::PropertiesType PropertiesType
Definition of the properties type.
Definition: small_displacement_line_load_condition.h:79
BaseLoadCondition::SizeType SizeType
Definition of the size type.
Definition: small_displacement_line_load_condition.h:73
BaseLoadCondition::NodesArrayType NodesArrayType
Definition of nodes container type, redefined from GeometryType.
Definition: small_displacement_line_load_condition.h:85
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: small_displacement_line_load_condition.h:180
#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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
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