94 KRATOS_ERROR <<
"Calling base class create. Please override this method in the corresonding Process" << std::endl;
179 KRATOS_ERROR <<
"Calling the base Process class GetDefaultParameters. Please implement the GetDefaultParameters in your derived process class." << std::endl;
182 return default_parameters;
198 std::string
Info()
const override
258 rOStream << std::endl;
This class aims to manage different model parts across multi-physics simulations.
Definition: model.h:60
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
void operator()()
This operator is provided to call the process as a function and simply calls the Execute method.
Definition: process.h:73
virtual int Check()
This function is designed for being called after ExecuteInitialize ONCE to verify that the input is c...
Definition: process.h:162
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: process.h:204
virtual void Clear()
This method clears the assignation of the conditions.
Definition: process.h:170
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: process.h:210
virtual void ExecuteFinalizeSolutionStep()
This function will be executed at every time step AFTER performing the solve phase.
Definition: process.h:130
virtual Process::Pointer Create(Model &rModel, Parameters ThisParameters)
This method creates an pointer of the process.
Definition: process.h:89
Process(const Flags options)
Definition: process.h:63
virtual void ExecuteFinalize()
This function is designed for being called at the end of the computations.
Definition: process.h:154
~Process() override
Destructor.
Definition: process.h:66
virtual void ExecuteInitializeSolutionStep()
This function will be executed at every time step BEFORE performing the solve phase.
Definition: process.h:123
Process()
Default constructor.
Definition: process.h:62
virtual void ExecuteBeforeSolutionLoop()
This function is designed for being execute once before the solution loop but after all of the solver...
Definition: process.h:115
KRATOS_CLASS_POINTER_DEFINITION(Process)
Pointer definition of Process.
virtual const Parameters GetDefaultParameters() const
This method provides the defaults parameters to avoid conflicts between the different constructors.
Definition: process.h:177
virtual void ExecuteAfterOutputStep()
This function will be executed at every time step AFTER writing the output.
Definition: process.h:146
std::string Info() const override
Turn back information as a string.
Definition: process.h:198
virtual void ExecuteBeforeOutputStep()
This function will be executed at every time step BEFORE writing the output.
Definition: process.h:138
virtual void Execute()
Execute method is used to execute the Process algorithms.
Definition: process.h:101
virtual void ExecuteInitialize()
This function is designed for being called at the beginning of the computations right after reading t...
Definition: process.h:107
#define KRATOS_REGISTRY_ADD_PROTOTYPE(NAME, X, Y)
Macro to register class prototypes This macro creates a static bool in the class (which value is not ...
Definition: define_registry.h:43
#define KRATOS_ERROR
Definition: exception.h:161
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
dictionary Model
TODO replace this "model" for real one once available in kratos core.
Definition: script.py:94