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::Python::VariableIndexingPython< TContainerType, TVariableType > Class Template Reference

Short class definition. More...

#include <variable_indexing_python.h>

Collaboration diagram for Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >:

Public Member Functions

Type Definitions
 KRATOS_CLASS_POINTER_DEFINITION (VariableIndexingPython)
 Pointer definition of VariableIndexingPython. More...
 
Life Cycle
 VariableIndexingPython ()
 Default constructor. More...
 
 VariableIndexingPython (const VariableIndexingPython &rOther)
 Copy constructor. More...
 
virtual ~VariableIndexingPython ()
 Destructor. More...
 
Operations
template<class TClassType >
void visit (TClassType &ThisClass) const
 

Detailed Description

template<class TContainerType, class TVariableType>
class Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >

Short class definition.

Detail class definition.

Constructor & Destructor Documentation

◆ VariableIndexingPython() [1/2]

template<class TContainerType , class TVariableType >
Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >::VariableIndexingPython ( )
inline

Default constructor.

◆ VariableIndexingPython() [2/2]

template<class TContainerType , class TVariableType >
Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >::VariableIndexingPython ( const VariableIndexingPython< TContainerType, TVariableType > &  rOther)

Copy constructor.

◆ ~VariableIndexingPython()

template<class TContainerType , class TVariableType >
virtual Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >::~VariableIndexingPython ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<class TContainerType , class TVariableType >
Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >::KRATOS_CLASS_POINTER_DEFINITION ( VariableIndexingPython< TContainerType, TVariableType >  )

Pointer definition of VariableIndexingPython.

◆ visit()

template<class TContainerType , class TVariableType >
template<class TClassType >
void Kratos::Python::VariableIndexingPython< TContainerType, TVariableType >::visit ( TClassType &  ThisClass) const
inline

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