9 #if !defined(KRATOS_THREE_STEP_SECOND_ORDER_UPDATED_LAGRANGIAN_ELEMENT_H_INCLUDED)
10 #define KRATOS_THREE_STEP_SECOND_ORDER_UPDATED_LAGRANGIAN_ELEMENT_H_INCLUDED
24 #include "utilities/geometry_utilities.h"
61 template <
unsigned int TDim>
229 std::string
Info()
const override
231 std::stringstream buffer;
232 buffer <<
"ThreeStepSecondOrderUpdatedLagrangianElement #" << this->
Id();
294 void save(
Serializer &rSerializer)
const override
344 template <
unsigned int TDim>
352 template <
unsigned int TDim>
357 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
Base class for all Elements.
Definition: element.h:60
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
GeometryType & GetGeometry()
Returns the reference of the geometry.
Definition: geometrical_object.h:158
Geometry base class.
Definition: geometry.h:71
This object defines an indexed object.
Definition: indexed_object.h:54
IndexType Id() const
Definition: indexed_object.h:107
This class defines the node.
Definition: node.h:65
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.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
A stabilized element for the incompressible Navier-Stokes equations.
Definition: three_step_second_order_updated_lagrangian_element.h:63
A stabilized element for the incompressible Navier-Stokes equations.
Definition: three_step_updated_lagrangian_element.h:63
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
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(ThreeStepSecondOrderUpdatedLagrangianElement)
Pointer definition of ThreeStepSecondOrderUpdatedLagrangianElement.
Geometry< NodeType >::PointsArrayType NodesArrayType
Definition of nodes container type, redefined from GeometryType.
Definition: three_step_second_order_updated_lagrangian_element.h:80
ThreeStepSecondOrderUpdatedLagrangianElement(ThreeStepSecondOrderUpdatedLagrangianElement const &rOther)
copy constructor
Definition: three_step_second_order_updated_lagrangian_element.h:163
ThreeStepSecondOrderUpdatedLagrangianElement(IndexType NewId, GeometryType::Pointer pGeometry)
Constructor using a geometry object.
Definition: three_step_second_order_updated_lagrangian_element.h:147
BaseType::ElementalVariables ElementalVariables
Definition: three_step_second_order_updated_lagrangian_element.h:117
std::vector< Dof< double >::Pointer > DofsVectorType
Definition: three_step_second_order_updated_lagrangian_element.h:94
Geometry< NodeType > GeometryType
Geometry type (using with given NodeType)
Definition: three_step_second_order_updated_lagrangian_element.h:77
Matrix MatrixType
Matrix type for local contributions to the linear system.
Definition: three_step_second_order_updated_lagrangian_element.h:86
ThreeStepSecondOrderUpdatedLagrangianElement(IndexType NewId=0)
Default constuctor.
Definition: three_step_second_order_updated_lagrangian_element.h:129
ConstitutiveLaw::Pointer mpConstitutiveLaw
Definition: three_step_second_order_updated_lagrangian_element.h:252
ThreeStepSecondOrderUpdatedLagrangianElement(IndexType NewId, const NodesArrayType &ThisNodes)
Constructor using an array of nodes.
Definition: three_step_second_order_updated_lagrangian_element.h:138
std::size_t SizeType
Definition: three_step_second_order_updated_lagrangian_element.h:90
std::size_t IndexType
Definition: three_step_second_order_updated_lagrangian_element.h:88
void CalculateStandardFSPressureSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo)
Definition: three_step_second_order_updated_lagrangian_element.cpp:223
GeometryType::ShapeFunctionsGradientsType ShapeFunctionDerivativesArrayType
Type for an array of shape function gradient matrices.
Definition: three_step_second_order_updated_lagrangian_element.h:105
BaseType::ElementalVariables ElementalVariables
Definition: three_step_updated_lagrangian_element.h:117
virtual Element::Pointer Clone(IndexType NewId, NodesArrayType const &ThisNodes) const override
It creates a new element pointer and clones the previous element data.
Definition: three_step_second_order_updated_lagrangian_element.cpp:21
void Calculate(const Variable< array_1d< double, 3 >> &rVariable, array_1d< double, 3 > &rOutput, const ProcessInfo &rCurrentProcessInfo) override
Definition: three_step_second_order_updated_lagrangian_element.cpp:159
PointerVectorSet< Dof< double >, IndexedObject > DofsArrayType
Definition: three_step_second_order_updated_lagrangian_element.h:96
Kratos::Vector ShapeFunctionsType
Type for shape function values container.
Definition: three_step_second_order_updated_lagrangian_element.h:99
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: three_step_updated_lagrangian_element.h:330
virtual ~ThreeStepSecondOrderUpdatedLagrangianElement()
Destructor.
Definition: three_step_second_order_updated_lagrangian_element.h:166
ThreeStepUpdatedLagrangianElement< TDim > BaseType
Definition: three_step_second_order_updated_lagrangian_element.h:71
ThreeStepSecondOrderUpdatedLagrangianElement(IndexType NewId, GeometryType::Pointer pGeometry, pPropertiesType pProperties)
Constuctor using geometry and properties.
Definition: three_step_second_order_updated_lagrangian_element.h:157
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: three_step_second_order_updated_lagrangian_element.h:111
BaseType::PropertiesType PropertiesType
Definition: three_step_second_order_updated_lagrangian_element.h:113
Node NodeType
Node type (default is: Node)
Definition: three_step_second_order_updated_lagrangian_element.h:74
ConstitutiveLaw ConstitutiveLawType
Reference type definition for constitutive laws.
Definition: three_step_second_order_updated_lagrangian_element.h:108
std::vector< std::size_t > EquationIdVectorType
Definition: three_step_second_order_updated_lagrangian_element.h:92
Kratos::Matrix ShapeFunctionDerivativesType
Type for a matrix containing the shape function gradients.
Definition: three_step_second_order_updated_lagrangian_element.h:102
BaseType::PropertiesType PropertiesType
Definition: three_step_updated_lagrangian_element.h:113
BaseType::PropertiesType::Pointer pPropertiesType
Definition: three_step_second_order_updated_lagrangian_element.h:115
std::string Info() const override
Turn back information as a string.
Definition: three_step_second_order_updated_lagrangian_element.h:229
virtual void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Calculate the element's local contribution to the system for the current step.
Definition: three_step_second_order_updated_lagrangian_element.cpp:36
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: updated_lagrangian_element.hpp:177
void CalculateSecondVelocitySystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo)
Definition: three_step_second_order_updated_lagrangian_element.cpp:65
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, pPropertiesType pProperties) const override
Create a new element of this type.
Definition: three_step_second_order_updated_lagrangian_element.h:186
Vector VectorType
Vector type for local contributions to the linear system.
Definition: three_step_second_order_updated_lagrangian_element.h:83
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307