13 #if !defined(KRATOS_NODAL_DATA_H_INCLUDED )
14 #define KRATOS_NODAL_DATA_H_INCLUDED
103 mSolutionStepsNodalData = TheData;
108 return mSolutionStepsNodalData;
113 return mSolutionStepsNodalData;
126 std::string
Info()
const;
129 void PrintInfo(std::ostream& rOStream)
const;
132 void PrintData(std::ostream& rOStream)
const;
153 SolutionStepsNodalDataContainerType mSolutionStepsNodalData;
171 NodalData() : mId(0), mSolutionStepsNodalData(){}
219 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Stores all data and dofs which are stored in each elements.
Definition: nodal_data.h:37
const VariablesListDataValueContainer & GetSolutionStepData() const
Definition: nodal_data.h:111
std::size_t SizeType
Definition: nodal_data.h:47
void SetId(IndexType NewId)
Sets the Id of the Node.
Definition: nodal_data.h:95
IndexType Id() const
Returns the Id of the Node. Same as GetId to ensure backward compatibility.
Definition: nodal_data.h:83
void SetSolutionStepData(VariablesListDataValueContainer const &TheData)
Definition: nodal_data.h:101
void PrintInfo(std::ostream &rOStream) const
Print information about this object.
Definition: nodal_data.cpp:62
VariablesListDataValueContainer::BlockType BlockType
Definition: nodal_data.h:51
~NodalData()
Destructor.
Definition: nodal_data.h:64
VariablesListDataValueContainer & GetSolutionStepData()
Definition: nodal_data.h:106
void PrintData(std::ostream &rOStream) const
Print object's data.
Definition: nodal_data.cpp:68
IndexType GetId() const
Returns the Id of the Node.
Definition: nodal_data.h:89
std::size_t IndexType
Definition: nodal_data.h:45
KRATOS_CLASS_POINTER_DEFINITION(NodalData)
Pointer definition of NodalData.
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
A shared variable list gives the position of each variable in the containers sharing it.
Definition: variables_list_data_value_container.h:61
VariablesList::BlockType BlockType
The block type definition.
Definition: variables_list_data_value_container.h:70
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
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307