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 "interpolative_mapper_base.h"
#include "custom_mappers/nearest_neighbor_mapper.h"
#include "custom_mappers/nearest_element_mapper.h"
#include "custom_mappers/barycentric_mapper.h"
#include "utilities/geometrical_projection_utilities.h"
#include "utilities/parallel_utilities.h"
Go to the source code of this file.
Classes | |
class | Kratos::Projection3D2DMapper< TSparseSpace, TDenseSpace, TMapperBackend > |
This mapper simplifies the mapping between two model parts thanks to the projection over a reference plane. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Functions | |
GeometryType::Pointer | Kratos::GetGeometryFromModelPart (const ModelPart &rModelPart) |
This method retrieves the first geometry from a model part. More... | |
int | Kratos::DeterminePartitionWithEntities (const ModelPart &rModelPart) |
This method determines the partition where the model part has at least one entity. More... | |
unsigned int | Kratos::DetermineModelPartMaximumLocalDimension (ModelPart &rModelPart) |
This method determines maximum local space dimension of a ModelPart. More... | |
ModelPart & | Kratos::Determine2DModelPart (ModelPart &rFirstModelPart, ModelPart &rSecondModelPart) |
This method determines the 2D model part. More... | |
ModelPart & | Kratos::Determine3DModelPart (ModelPart &rFirstModelPart, ModelPart &rSecondModelPart) |
This method determines the 3D model part. More... | |