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.
List of all members
Kratos::AccessorInterpolativeMapperBase< TMapperBackend > Class Template Reference

Definition of an accessor auxiliary class. More...

#include <interpolative_mapper_base.h>

Collaboration diagram for Kratos::AccessorInterpolativeMapperBase< TMapperBackend >:

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)
 

Detailed Description

template<class TMapperBackend>
class Kratos::AccessorInterpolativeMapperBase< TMapperBackend >

Definition of an accessor auxiliary class.

Member Typedef Documentation

◆ InterfaceCommunicatorType

template<class TMapperBackend >
typedef TMapperBackend::InterfaceCommunicatorType Kratos::AccessorInterpolativeMapperBase< TMapperBackend >::InterfaceCommunicatorType

Interface definitions.

◆ MapperInterfaceInfoUniquePointerType

Member Function Documentation

◆ CreateMapperLocalSystems()

template<class TMapperBackend >
template<class TMapper >
static void Kratos::AccessorInterpolativeMapperBase< TMapperBackend >::CreateMapperLocalSystems ( TMapper &  rMapper,
const Communicator rModelPartCommunicator,
std::vector< Kratos::unique_ptr< MapperLocalSystem >> &  rLocalSystems 
)
inlinestatic

◆ GetMapperInterfaceInfo()

template<class TMapperBackend >
template<class TMapper >
static MapperInterfaceInfoUniquePointerType Kratos::AccessorInterpolativeMapperBase< TMapperBackend >::GetMapperInterfaceInfo ( const TMapper &  rMapper)
inlinestatic

The documentation for this class was generated from the following file: