13 #if !defined(KRATOS_DISTANCE_SMOOTHING_ELEMENT_H_INCLUDED )
14 #define KRATOS_DISTANCE_SMOOTHING_ELEMENT_H_INCLUDED
45 template<
unsigned int TDim >
126 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
196 std::string
Info()
const override;
199 void PrintInfo(std::ostream& rOStream)
const override;
202 void PrintData(std::ostream& rOStream)
const override;
233 void save(
Serializer& rSerializer)
const override;
Definition: distance_smoothing_element.h:47
~DistanceSmoothingElement() override
Definition: distance_smoothing_element.cpp:98
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &CurrentProcessInfo) const override
Definition: distance_smoothing_element.cpp:183
Element::Pointer Clone(IndexType NewId, NodesArrayType const &ThisNodes) const override
Definition: distance_smoothing_element.cpp:169
void GetDofList(DofsVectorType &rElementalDofList, const ProcessInfo &CurrentProcessInfo) const override
Definition: distance_smoothing_element.cpp:203
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: distance_smoothing_element.cpp:572
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(DistanceSmoothingElement)
Element BaseType
Definition: distance_smoothing_element.h:53
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
Definition: distance_smoothing_element.cpp:133
std::string Info() const override
Turn back information as a string.
Definition: distance_smoothing_element.cpp:563
DistanceSmoothingElement(IndexType NewId=0)
Definition: distance_smoothing_element.cpp:53
DistanceSmoothingElement & operator=(DistanceSmoothingElement const &rOther)
Assignment operator.
Definition: distance_smoothing_element.cpp:108
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: distance_smoothing_element.cpp:579
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
int Check(const ProcessInfo &rCurrentProcessInfo) const override
Definition: distance_smoothing_element.cpp:521
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
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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307