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 "includes/define.h"
#include "includes/model_part.h"
#include "custom_methods/temporal_max_method.h"
#include "custom_methods/temporal_mean_method.h"
#include "custom_methods/temporal_min_method.h"
#include "custom_methods/temporal_rms_method.h"
#include "custom_methods/temporal_sum_method.h"
#include "custom_methods/temporal_variance_method.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::TemporalMethods | |
Typedefs | |
using | Kratos::TemporalMethods::NodeType = ModelPart::NodeType |
using | Kratos::TemporalMethods::ElementType = ModelPart::ElementType |
using | Kratos::TemporalMethods::ConditionType = ModelPart::ConditionType |
using | Kratos::TemporalMethods::NodesContainerType = ModelPart::NodesContainerType |
using | Kratos::TemporalMethods::ElementsContainerType = ModelPart::ElementsContainerType |
using | Kratos::TemporalMethods::ConditionsContainerType = ModelPart::ConditionsContainerType |