18 #if !defined(KRATOS_SMALL_DISPLACEMENT_SIMP_ELEMENT_H_INCLUDED )
19 #define KRATOS_SMALL_DISPLACEMENT_SIMP_ELEMENT_H_INCLUDED
126 GeometryType::Pointer pGeom,
127 PropertiesType::Pointer pProperties
140 PropertiesType::Pointer pProperties
149 Element::Pointer Clone (
186 std::string
Info()
const override
188 std::stringstream buffer;
189 buffer <<
"Small Displacement Solid Element #" << Id() <<
"\nConstitutive law: " << BaseType::mConstitutiveLawVector[0]->Info();
196 rOStream <<
"Small Displacement Solid Element #" << Id() <<
"\nConstitutive law: " << BaseType::mConstitutiveLawVector[0]->Info();
202 pGetGeometry()->PrintData(rOStream);
270 virtual void save(
Serializer& rSerializer)
const override;
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
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
IntegrationMethod
Definition: geometry_data.h:76
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
Small displacement element for 2D and 3D geometries.
Definition: small_displacement.h:54
Topology Optimization Small Displacement Element for 3D geometries.
Definition: small_displacement_simp_element.h:52
ConstitutiveLaw ConstitutiveLawType
Definition: small_displacement_simp_element.h:58
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: small_displacement_simp_element.h:64
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SmallDisplacementSIMPElement)
Counted pointer of SmallDisplacementSIMPElement.
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: small_displacement_simp_element.h:60
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: small_displacement_simp_element.h:62
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: small_displacement_simp_element.h:200
std::size_t IndexType
The definition of the index type.
Definition: small_displacement_simp_element.h:74
std::size_t SizeType
The definition of the sizetype.
Definition: small_displacement_simp_element.h:77
SmallDisplacementSIMPElement()
Definition: small_displacement_simp_element.h:220
SmallDisplacementSIMPElement(SmallDisplacementSIMPElement const &rOther)
Copy constructor.
Definition: small_displacement_simp_element.h:92
SmallDisplacement BaseType
Definition: small_displacement_simp_element.h:71
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: small_displacement_simp_element.h:194
SmallDisplacementSIMPElement & operator=(SmallDisplacementSIMPElement const &rOther)
Assignment operator.
std::string Info() const override
Turn back information as a string.
Definition: small_displacement_simp_element.h:186
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
TDataType Calculate(GeometryType &dummy, const Variable< TDataType > &rVariable)
Definition: add_geometries_to_python.cpp:103
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307