24 #include "custom_utilities/shell_cross_section.hpp"
51 template <
class TCoordinateTransformation>
84 GeometryType::Pointer pGeometry);
90 GeometryType::Pointer pGeometry,
91 PropertiesType::Pointer pProperties);
123 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
125 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
127 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
129 void ResetConstitutiveLaw()
override;
131 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
133 void InitializeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
135 void FinalizeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
139 void FinalizeSolutionStep(
const ProcessInfo& rCurrentProcessInfo)
override;
143 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
const ProcessInfo& rCurrentProcessInfo)
override;
145 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
149 void CalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix,
152 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
160 std::vector<ConstitutiveLaw::Pointer>& rValues,
178 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
188 return mIntegrationMethod;
194 void SetCrossSectionsOnIntegrationPoints(std::vector< ShellCrossSection::Pointer >& crossSections);
206 const Parameters GetSpecifications()
const override;
209 virtual std::string
Info()
const override;
212 virtual void PrintInfo(std::ostream& rOStream)
const override;
215 virtual void PrintData(std::ostream& rOStream)
const override;
264 virtual void CalculateAll(
268 const bool CalculateStiffnessMatrixFlag,
269 const bool CalculateResidualVectorFlag
272 void SetupOrientationAngles();
274 void CheckDofs()
const;
275 void CheckProperties(
const ProcessInfo& rCurrentProcessInfo)
const;
276 void CheckSpecificProperties()
const;
297 void DecimalCorrection(
Vector&
a);
345 void save(
Serializer& rSerializer)
const override;
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Definition: base_shell_element.h:54
BaseShellElement()
Definition: base_shell_element.h:248
Element BaseType
Definition: base_shell_element.h:59
CrossSectionContainerType mSections
Definition: base_shell_element.h:236
~BaseShellElement() override=default
Quaternion< double > QuaternionType
Definition: base_shell_element.h:68
Kratos::unique_ptr< TCoordinateTransformation > CoordinateTransformationPointerType
Definition: base_shell_element.h:70
std::vector< ShellCrossSection::Pointer > CrossSectionContainerType
Definition: base_shell_element.h:66
IntegrationMethod GetIntegrationMethod() const override
Definition: base_shell_element.h:186
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(BaseShellElement)
Base class for all Elements.
Definition: element.h:60
std::size_t SizeType
Definition: element.h:94
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
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
SectionBehaviorType
Definition: shell_cross_section.hpp:68
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
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
std::unique_ptr< T > unique_ptr
Definition: smart_pointers.h:33
std::size_t SizeType
The definition of the size type.
Definition: mortar_classes.h:43
ShellKinematics
Definition: base_shell_element.h:42
a
Definition: generate_stokes_twofluid_element.py:77
def load(f)
Definition: ode_solve.py:307