9 #ifndef KRATOS_MONOLITHIC_PFEM2_3D_ELEM_H_INCLUDED
10 #define KRATOS_MONOLITHIC_PFEM2_3D_ELEM_H_INCLUDED
16 #include "boost/smart_ptr.hpp"
79 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
const override;
98 double& Viscosity,
const double Area);
103 std::vector< Matrix >& gauss_gradients,
107 const unsigned int ndivisions);
115 virtual void save(
Serializer& rSerializer)
const override
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Elements.
Definition: element.h:60
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
Geometry base class.
Definition: geometry.h:71
This object defines an indexed object.
Definition: indexed_object.h:54
Definition: monolithic_2fluid_3d.h:29
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(MonolithicPFEM23D)
Counted pointer of MonolithicPFEM23D.
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: monolithic_2fluid_3d.cpp:75
Geometry< NodeType >::PointsArrayType NodesArrayType
definition of nodes container type, redefined from GeometryType
Definition: monolithic_2fluid_3d.h:50
Properties PropertiesType
Definition: monolithic_2fluid_3d.h:46
std::vector< std::size_t > EquationIdVectorType
Definition: monolithic_2fluid_3d.h:55
void InitializeSolutionStep(const ProcessInfo &CurrentProcessInfo) override
Definition: monolithic_2fluid_3d.cpp:629
std::vector< Dof< double >::Pointer > DofsVectorType
Definition: monolithic_2fluid_3d.h:56
bool InvertMatrix(const T &input, T &inverse)
Definition: monolithic_2fluid_3d.cpp:947
virtual ~ MonolithicPFEM23D() override
Destructor.
MonolithicPFEM23D(IndexType NewId=0)
Default constructor.
Definition: monolithic_2fluid_3d.h:61
PointerVectorSet< Dof< double >, IndexedObject > DofsArrayType
Definition: monolithic_2fluid_3d.h:57
MonolithicPFEM23D(IndexType NewId, const NodesArrayType &ThisNodes)
Definition: monolithic_2fluid_3d.h:64
std::size_t IndexType
Definition: monolithic_2fluid_3d.h:53
virtual void AddViscousTerm(MatrixType &rDampMatrix, const BoundedMatrix< double, 4, 3 > &rShapeDeriv, double &Viscosity, const double Area)
Definition: monolithic_2fluid_3d.cpp:894
Geometry< NodeType > GeometryType
definition of the geometry type with given NodeType
Definition: monolithic_2fluid_3d.h:48
std::size_t SizeType
Definition: monolithic_2fluid_3d.h:54
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const override
Definition: monolithic_2fluid_3d.cpp:639
Vector VectorType
Definition: monolithic_2fluid_3d.h:51
void AddExplicitContribution(const ProcessInfo &CurrentProcessInfo) override
Definition: monolithic_2fluid_3d.cpp:52
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: monolithic_2fluid_3d.cpp:34
void GetDofList(DofsVectorType &ElementalDofList, const ProcessInfo &CurrentProcessInfo) const override
Definition: monolithic_2fluid_3d.cpp:664
void CalculatePressureProjection(const ProcessInfo &CurrentProcessInfo)
Definition: monolithic_2fluid_3d.cpp:691
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
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
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
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
output
Definition: generate_frictional_mortar_condition.py:444
input
Definition: generate_frictional_mortar_condition.py:435
def load(f)
Definition: ode_solve.py:307