17 #if !defined(KRATOS_GEO_PW_NORMAL_FLUX_CONDITION_H_INCLUDED )
18 #define KRATOS_GEO_PW_NORMAL_FLUX_CONDITION_H_INCLUDED
25 #include "custom_utilities/element_utilities.hpp"
32 template<
unsigned int TDim,
unsigned int TNumNodes >
79 void CalculateRHS(
VectorType& rRightHandSideVector,
98 void save(
Serializer& rSerializer)
const override
Base class for all Conditions.
Definition: condition.h:59
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
PointerVector< TPointType > PointsArrayType
Definition: geometry.h:118
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
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
Definition: Pw_condition.hpp:38
Definition: Pw_normal_flux_condition.hpp:34
PwNormalFluxCondition()
Definition: Pw_normal_flux_condition.hpp:51
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(PwNormalFluxCondition)
virtual double CalculateIntegrationCoefficient(const Matrix &Jacobian, const double &Weight)
PwNormalFluxCondition(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: Pw_normal_flux_condition.hpp:54
PwNormalFluxCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: Pw_normal_flux_condition.hpp:57
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
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Internals::Matrix< double, AMatrix::dynamic, 1 > Vector
Definition: amatrix_interface.h:472
Internals::Matrix< double, AMatrix::dynamic, AMatrix::dynamic > Matrix
Definition: amatrix_interface.h:470
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307
Definition: Pw_normal_flux_condition.hpp:68
array_1d< double, TNumNodes > PVector
Definition: Pw_normal_flux_condition.hpp:72
double IntegrationCoefficient
Definition: Pw_normal_flux_condition.hpp:70
array_1d< double, TNumNodes > Np
Definition: Pw_normal_flux_condition.hpp:71
double NormalFlux
Definition: Pw_normal_flux_condition.hpp:69