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.
|
Utility class for domain size IO. More...
#include <domain_size_expression_io.h>
Classes | |
class | Input |
Construct a new domain expression input. More... | |
Static Public Member Functions | |
Public static operations | |
template<class TContainerType , MeshType TMeshType> | |
static void | Read (ContainerExpression< TContainerType, TMeshType > &rContainerExpression) |
Utility class for domain size IO.
This utility is used to compute domain sizes of each entity (such as of conditions/elements). The domain size for conditions and elements differs depending on the underlying geometry.
|
static |
TContainerType | ModelPart::ElementsContainerType or ModelPart::ConditionsContainerType |