60 void ExecuteInitializeSolutionStep()
override;
65 const Parameters GetDefaultParameters()
const override;
68 std::string
Info()
const override
70 return "SetSphericalLocalAxesProcess";
74 void PrintInfo(std::ostream& rOStream)
const override
76 rOStream <<
"SetSphericalLocalAxesProcess";
80 void PrintData(std::ostream& rOStream)
const override
111 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
void ExecuteInitialize() override
Definition: periodic_interface_process.hpp:37
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The base class for all processes in Kratos.
Definition: process.h:49
This class set the local axes of the elements according to a SPHERICAL coordinates.
Definition: set_spherical_local_axes_process.h:33
std::string Info() const override
Turn back information as a string.
Definition: set_spherical_local_axes_process.h:68
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: set_spherical_local_axes_process.h:80
Parameters mThisParameters
Definition: set_spherical_local_axes_process.h:90
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: set_spherical_local_axes_process.h:74
~SetSphericalLocalAxesProcess() override=default
Destructor.
ModelPart & mrThisModelPart
Member Variables.
Definition: set_spherical_local_axes_process.h:89
KRATOS_CLASS_POINTER_DEFINITION(SetSphericalLocalAxesProcess)
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