48 class KRATOS_API(STRUCTURAL_MECHANICS_APPLICATION) PointLoadCondition
49 :
public BaseLoadCondition
65 GeometryType::Pointer pGeometry
70 GeometryType::Pointer pGeometry,
71 PropertiesType::Pointer pProperties
96 PropertiesType::Pointer pProperties
106 Condition::Pointer
Create(
108 GeometryType::Pointer pGeom,
109 PropertiesType::Pointer pProperties
143 std::string
Info()
const override
145 std::stringstream buffer;
146 buffer <<
"Point load Condition #" << Id();
154 rOStream <<
"Point load Condition #" << Id();
160 pGetGeometry()->PrintData(rOStream);
201 const bool CalculateStiffnessMatrixFlag,
202 const bool CalculateResidualVectorFlag
208 virtual double GetPointLoadIntegrationWeight()
const;
264 void save(
Serializer& rSerializer )
const override
269 void load( Serializer& rSerializer )
override
This is the base class of all the load conditions on StructuralMechanicsApplication.
Definition: base_load_condition.h:54
std::size_t IndexType
Definition: flags.h:74
Point Load Condition for 3D and 2D geometries. (base class)
Definition: point_load_condition.hpp:42
std::string Info() const override
Turn back information as a string.
Definition: point_load_condition.h:143
Condition::Pointer Clone(IndexType NewId, NodesArrayType const &ThisNodes) const override
Creates a new condition pointer and clones the previous condition data.
~PointLoadCondition() override
Destructor.
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: point_load_condition.h:152
PointLoadCondition()
Definition: point_load_condition.h:225
PointLoadCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
bool HasRotDof() const override
Definition: point_load_condition.h:126
Condition::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
Creates a new condition pointer.
PointLoadCondition(IndexType NewId, GeometryType::Pointer pGeometry)
Default constructor.
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: point_load_condition.h:158
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(PointLoadCondition)
Counted pointer of PointLoadCondition.
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
#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
def load(f)
Definition: ode_solve.py:307