99 GeometryType::Pointer pGeom,
100 PropertiesType::Pointer pProperties
113 PropertiesType::Pointer pProperties
123 Element::Pointer Clone (
140 std::string
Info()
const override
142 std::stringstream buffer;
143 buffer <<
"TotalLagrangianQ1P0MixedElement #" << Id() <<
"\nConstitutive law: " << BaseType::mConstitutiveLawVector[0]->Info();
150 rOStream <<
"TotalLagrangianQ1P0MixedElement #" << Id() <<
"\nConstitutive law: " << BaseType::mConstitutiveLawVector[0]->Info();
156 pGetGeometry()->PrintData(rOStream);
191 const bool CalculateStiffnessMatrixFlag,
192 const bool CalculateResidualVectorFlag
203 std::vector<double>& rOutput,
210 double CalculateBulkModulus(
220 int Check(
const ProcessInfo& rCurrentProcessInfo )
const override;
225 void FinalizeNonLinearIteration(
const ProcessInfo &rCurrentProcessInfo)
override;
269 void save(
Serializer& rSerializer)
const override;
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
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
Total Lagrangian element for 2D and 3D geometries.
Definition: total_lagrangian.h:53
Total Lagrangian mixed u-p element (Q1P0) for 2D and 3D geometries.
Definition: total_lagrangian_q1p0_mixed_element.h:56
TotalLagrangian BaseType
The base element type.
Definition: total_lagrangian_q1p0_mixed_element.h:62
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: total_lagrangian_q1p0_mixed_element.h:148
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: total_lagrangian_q1p0_mixed_element.h:154
std::string Info() const override
Turn back information as a string.
Definition: total_lagrangian_q1p0_mixed_element.h:140
TotalLagrangianQ1P0MixedElement()
Definition: total_lagrangian_q1p0_mixed_element.h:175
TotalLagrangianQ1P0MixedElement(TotalLagrangianQ1P0MixedElement const &rOther)
Definition: total_lagrangian_q1p0_mixed_element.h:76
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(TotalLagrangianQ1P0MixedElement)
Counted pointer of TotalLagrangianQ1P0MixedElement.
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
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
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307