61 GeometryType::Pointer pGeometry
66 GeometryType::Pointer pGeometry,
67 PropertiesType::Pointer pProperties
92 PropertiesType::Pointer pProperties
102 Condition::Pointer
Create(
104 GeometryType::Pointer pGeom,
105 PropertiesType::Pointer pProperties
114 Condition::Pointer Clone (
124 void EquationIdVector(
144 void GetValuesVector(
154 void GetFirstDerivativesVector(
164 void GetSecondDerivativesVector(
177 int Check(
const ProcessInfo& rCurrentProcessInfo )
const override;
195 std::string
Info()
const override
197 std::stringstream buffer;
198 buffer <<
"PointMomentCondition3D #" << Id();
206 rOStream <<
"PointMomentCondition3D #" << Id();
212 pGetGeometry()->PrintData(rOStream);
248 const bool CalculateStiffnessMatrixFlag,
249 const bool CalculateResidualVectorFlag
255 virtual double GetPointMomentIntegrationWeight()
const;
307 void save(
Serializer& rSerializer )
const override
This is the base class of all the load conditions on StructuralMechanicsApplication.
Definition: base_load_condition.h:54
std::vector< std::size_t > EquationIdVectorType
Definition: condition.h:98
std::vector< DofType::Pointer > DofsVectorType
Definition: condition.h:100
std::size_t IndexType
Definition: flags.h:74
Definition: point_moment_condition_3d.h:45
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: point_moment_condition_3d.h:204
PointMomentCondition3D()
Definition: point_moment_condition_3d.h:270
std::string Info() const override
Turn back information as a string.
Definition: point_moment_condition_3d.h:195
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: point_moment_condition_3d.h:210
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(PointMomentCondition3D)
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