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 <algorithm>
#include <cmath>
#include <functional>
#include <numeric>
#include <tuple>
#include <vector>
#include "includes/communicator.h"
#include "includes/define.h"
#include "includes/model_part.h"
#include "custom_utilities/method_utilities.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::SpatialMethods | |
Typedefs | |
using | Kratos::SpatialMethods::NodeType = ModelPart::NodeType |
using | Kratos::SpatialMethods::ElementType = ModelPart::ElementType |
using | Kratos::SpatialMethods::ConditionType = ModelPart::ConditionType |
using | Kratos::SpatialMethods::NodesContainerType = ModelPart::NodesContainerType |
using | Kratos::SpatialMethods::ElementsContainerType = ModelPart::ElementsContainerType |
using | Kratos::SpatialMethods::ConditionsContainerType = ModelPart::ConditionsContainerType |