9 #ifndef HEAT_MAP_UTILITIES_H_INCLUDED
10 #define HEAT_MAP_UTILITIES_H_INCLUDED
36 void ExecuteFinalize (
ModelPart& rModelPart);
50 void ResetMap(std::vector<std::vector<std::vector<double>>>& map);
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
void ExecuteFinalizeSolutionStep() override
this function will be executed at every time step AFTER performing the solve phase
Definition: periodic_interface_process.hpp:55
void ExecuteInitialize() override
Definition: periodic_interface_process.hpp:37
Definition: heat_map_utilities.h:23
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationSlidingPP
Definition: heat_map_utilities.h:42
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationRollingPW
Definition: heat_map_utilities.h:45
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationDampingPW
Definition: heat_map_utilities.h:41
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationDampingPP
Definition: heat_map_utilities.h:40
int mDimX
Definition: heat_map_utilities.h:39
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationSlidingPW
Definition: heat_map_utilities.h:43
std::vector< std::vector< std::vector< double > > > mGlobalHeatMapGenerationRollingPP
Definition: heat_map_utilities.h:44
KRATOS_CLASS_POINTER_DEFINITION(HeatMapUtilities)
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21