KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <vector>
#include "includes/model_part.h"
#include "id_translator.h"
#include "mesh_converter.h"
#include "includes/variables.h"
Go to the source code of this file.
Classes | |
class | CSharpKratosWrapper::ModelPartWrapper |
Namespaces | |
CSharpKratosWrapper | |
Typedefs | |
using | CSharpKratosWrapper::ElementType = Kratos::Element |
using | CSharpKratosWrapper::ConditionType = Kratos::Condition |