16 #ifndef KRATOSMULTIPHYSICS_KRATOS_WRAPPER_H
17 #define KRATOSMULTIPHYSICS_KRATOS_WRAPPER_H
39 void init(
const char *MDPAFilePath,
const char *JSONFilePath = NULL);
49 std::vector<NodeType::Pointer> mFixedNodes;
Definition: kratos_internals.h:62
Definition: kratos_wrapper.h:33
ModelPartWrapper * getRootModelPartWrapper()
Definition: kratos_wrapper.cpp:100
~KratosWrapper()
Definition: kratos_wrapper.cpp:96
void calculate()
Definition: kratos_wrapper.cpp:91
void initWithSettings(const char *JSONFilePath=NULL)
Definition: kratos_wrapper.cpp:54
void init(const char *MDPAFilePath, const char *JSONFilePath=NULL)
Definition: kratos_wrapper.cpp:26
Definition: model_part_wrapper.h:38
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class defines the node.
Definition: node.h:65
Definition: id_translator.h:28