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::RetrieveGlobalPointersByIndex< TContainerType > Class Template Reference

Short class definition. More...

#include <retrieve_global_pointers_by_index_functor.h>

Collaboration diagram for Kratos::RetrieveGlobalPointersByIndex< TContainerType >:

Public Member Functions

Type Definitions
 KRATOS_CLASS_POINTER_DEFINITION (RetrieveGlobalPointersByIndex)
 Pointer definition of RetrieveGlobalPointersByIndex. More...
 
Life Cycle
 RetrieveGlobalPointersByIndex (const TContainerType &rContainer, const std::vector< int > &rIndices)
 Default constructor. More...
 
virtual ~RetrieveGlobalPointersByIndex ()
 Destructor. More...
 
Operators
GlobalPointersVector< typename TContainerType::value_type > operator() (const DataCommunicator &rComm) const
 
Input and output
virtual std::string Info () const
 Turn back information as a string. More...
 
virtual void PrintInfo (std::ostream &rOStream) const
 Print information about this object. More...
 
virtual void PrintData (std::ostream &rOStream) const
 Print object's data. More...
 

Detailed Description

template<class TContainerType>
class Kratos::RetrieveGlobalPointersByIndex< TContainerType >

Short class definition.

Detail class definition.

Constructor & Destructor Documentation

◆ RetrieveGlobalPointersByIndex()

template<class TContainerType >
Kratos::RetrieveGlobalPointersByIndex< TContainerType >::RetrieveGlobalPointersByIndex ( const TContainerType &  rContainer,
const std::vector< int > &  rIndices 
)
inline

Default constructor.

◆ ~RetrieveGlobalPointersByIndex()

template<class TContainerType >
virtual Kratos::RetrieveGlobalPointersByIndex< TContainerType >::~RetrieveGlobalPointersByIndex ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ Info()

template<class TContainerType >
virtual std::string Kratos::RetrieveGlobalPointersByIndex< TContainerType >::Info ( ) const
inlinevirtual

Turn back information as a string.

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<class TContainerType >
Kratos::RetrieveGlobalPointersByIndex< TContainerType >::KRATOS_CLASS_POINTER_DEFINITION ( RetrieveGlobalPointersByIndex< TContainerType >  )

Pointer definition of RetrieveGlobalPointersByIndex.

◆ operator()()

template<class TContainerType >
GlobalPointersVector<typename TContainerType::value_type> Kratos::RetrieveGlobalPointersByIndex< TContainerType >::operator() ( const DataCommunicator rComm) const
inline

◆ PrintData()

template<class TContainerType >
virtual void Kratos::RetrieveGlobalPointersByIndex< TContainerType >::PrintData ( std::ostream &  rOStream) const
inlinevirtual

Print object's data.

◆ PrintInfo()

template<class TContainerType >
virtual void Kratos::RetrieveGlobalPointersByIndex< TContainerType >::PrintInfo ( std::ostream &  rOStream) const
inlinevirtual

Print information about this object.


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