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.
|
Definition of an accessor auxiliary class. More...
#include <interpolative_mapper_base.h>
Public Types | |
Type Definitions | |
typedef TMapperBackend::InterfaceCommunicatorType | InterfaceCommunicatorType |
Interface definitions. More... | |
typedef InterfaceCommunicator::MapperInterfaceInfoUniquePointerType | MapperInterfaceInfoUniquePointerType |
Static Public Member Functions | |
Operations | |
template<class TMapper > | |
static void | CreateMapperLocalSystems (TMapper &rMapper, const Communicator &rModelPartCommunicator, std::vector< Kratos::unique_ptr< MapperLocalSystem >> &rLocalSystems) |
template<class TMapper > | |
static MapperInterfaceInfoUniquePointerType | GetMapperInterfaceInfo (const TMapper &rMapper) |
Definition of an accessor auxiliary class.
typedef TMapperBackend::InterfaceCommunicatorType Kratos::AccessorInterpolativeMapperBase< TMapperBackend >::InterfaceCommunicatorType |
Interface definitions.
typedef InterfaceCommunicator::MapperInterfaceInfoUniquePointerType Kratos::AccessorInterpolativeMapperBase< TMapperBackend >::MapperInterfaceInfoUniquePointerType |
|
inlinestatic |
|
inlinestatic |