10 #if !defined(KRATOS_BEAM_PRESSURE_CONDITION_H_INCLUDED )
11 #define KRATOS_BEAM_PRESSURE_CONDITION_H_INCLUDED
87 ThisNodes, PropertiesType::Pointer pProperties)
const;
89 virtual void InitializeNonLinearIteration(
ProcessInfo& rCurrentProcessInfo);
92 void AddExplicitContribution(
const VectorType& rRHSVector,
96 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
VectorType& rRightHandSideVector);
98 void CalculateRightHandSide( std::vector< VectorType >& rRightHandSideVectors,
const std::vector<
Variable< VectorType > >& rRHSVariables,
ProcessInfo& rCurrentProcessInfo );
100 void GetValuesVector(
Vector& rValues,
int Step);
101 void GetFirstDerivativesVector(
Vector& rValues,
int Step );
102 void GetSecondDerivativesVector(
Vector& rValues,
int Step );
113 virtual void save(
Serializer& rSerializer)
const
Short class definition.
Definition: beam_point_pressure_condition.hpp:48
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(BeamPointPressureCondition)
Vector VectorType
Tensor order 1 definition.
Definition: beam_point_pressure_condition.hpp:59
std::vector< PointPointerType > mNodesList
Definition: beam_point_pressure_condition.hpp:62
array_1d< double, 3 > mForce
Definition: beam_point_pressure_condition.hpp:63
BeamPointPressureCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties, SpatialBoundingBox::Pointer pRigidWall)
BeamPointPressureCondition()
Definition: beam_point_pressure_condition.hpp:107
Node::Pointer PointPointerType
Definition: beam_point_pressure_condition.hpp:60
Base class for all Conditions.
Definition: condition.h:59
std::vector< std::size_t > EquationIdVectorType
Definition: condition.h:98
std::vector< DofType::Pointer > DofsVectorType
Definition: condition.h:100
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
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
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307