9 #if !defined(KRATOS_MONOLITHIC_3FLUID_PFEM2_3D_ELEM_H_INCLUDED)
10 #define KRATOS_MONOLITHIC_3FLUID_PFEM2_3D_ELEM_H_INCLUDED
16 #include "boost/smart_ptr.hpp"
95 std::vector< Matrix >& gauss_gradients,
99 const unsigned int ndivisions);
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_3fluid_3d.h:29
void CalculatePressureProjection(ProcessInfo &CurrentProcessInfo)
Definition: monolithic_3fluid_3d.cpp:850
bool InvertMatrix(const T &input, T &inverse)
Definition: monolithic_3fluid_3d.cpp:1125
Geometry< NodeType >::PointsArrayType NodesArrayType
definition of nodes container type, redefined from GeometryType
Definition: monolithic_3fluid_3d.h:50
void GetDofList(DofsVectorType &ElementalDofList, const ProcessInfo &CurrentProcessInfo) const override
Definition: monolithic_3fluid_3d.cpp:824
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const override
Definition: monolithic_3fluid_3d.cpp:799
void InitializeSolutionStep(const ProcessInfo &CurrentProcessInfo) override
Definition: monolithic_3fluid_3d.cpp:789
Vector VectorType
Definition: monolithic_3fluid_3d.h:51
std::vector< std::size_t > EquationIdVectorType
Definition: monolithic_3fluid_3d.h:55
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(Monolithic3FluidPFEM23D)
Counted pointer of PFEM22D.
void CalculateViscousRHS(ProcessInfo &CurrentProcessInfo)
void AddViscousTerm(BoundedMatrix< double, 21, 21 > &output, BoundedMatrix< double, 4, 3 > &rShapeDeriv, array_1d< double, 4 > &distances, std::vector< Matrix > &gauss_gradients, array_1d< double, 6 > &viscosities, array_1d< double, 6 > &signs, array_1d< double, 6 > &volumes, const unsigned int ndivisions)
Geometry< NodeType > GeometryType
definition of the geometry type with given NodeType
Definition: monolithic_3fluid_3d.h:48
std::size_t IndexType
Definition: monolithic_3fluid_3d.h:53
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: monolithic_3fluid_3d.cpp:90
std::size_t SizeType
Definition: monolithic_3fluid_3d.h:54
void AddExplicitContribution(const ProcessInfo &CurrentProcessInfo) override
Definition: monolithic_3fluid_3d.cpp:58
void AddViscousTerm(MatrixType &rDampMatrix, const BoundedMatrix< double, 4, 3 > &rShapeDeriv, const double Weight)
Definition: monolithic_3fluid_3d.cpp:1062
Properties PropertiesType
Definition: monolithic_3fluid_3d.h:46
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: monolithic_3fluid_3d.cpp:45
std::vector< Dof< double >::Pointer > DofsVectorType
Definition: monolithic_3fluid_3d.h:56
PointerVectorSet< Dof< double >, IndexedObject > DofsArrayType
Definition: monolithic_3fluid_3d.h:57
virtual ~ Monolithic3FluidPFEM23D() override
Destructor.
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
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