72 GeometryType::Pointer pGeometry
78 GeometryType::Pointer pGeometry,
79 PropertiesType::Pointer pProperties
101 Condition::Pointer
Create(
104 PropertiesType::Pointer pProperties
114 Condition::Pointer
Create(
116 GeometryType::Pointer pGeom,
117 PropertiesType::Pointer pProperties
126 Condition::Pointer Clone (
158 std::string
Info()
const override
160 std::stringstream buffer;
161 buffer <<
"Surface load Condition #" << Id();
169 rOStream <<
"Surface load Condition #" << Id();
175 pGetGeometry()->PrintData(rOStream);
211 const bool CalculateStiffnessMatrixFlag,
212 const bool CalculateResidualVectorFlag
225 void CalculateAndSubKp(
231 const double Pressure,
244 void CalculateAndAddPressureForce(
248 const double Pressure,
303 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::size_t IndexType
Definition: flags.h:74
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 surface loads of the...
Definition: surface_load_condition_3d.h:53
std::string Info() const override
Turn back information as a string.
Definition: surface_load_condition_3d.h:158
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: surface_load_condition_3d.h:167
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: surface_load_condition_3d.h:173
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SurfaceLoadCondition3D)
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
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307