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.
Public Member Functions | List of all members
Kratos::Python::ContainerInterface< TContainerType > Class Template Reference

#include <containers_interface.h>

Collaboration diagram for Kratos::Python::ContainerInterface< TContainerType >:

Public Member Functions

 ContainerInterface ()
 
virtual ~ContainerInterface ()
 
void CreateInterface (pybind11::module &m, std::string ContainerName)
 

Constructor & Destructor Documentation

◆ ContainerInterface()

template<class TContainerType >
Kratos::Python::ContainerInterface< TContainerType >::ContainerInterface ( )
inline

◆ ~ContainerInterface()

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

Member Function Documentation

◆ CreateInterface()

template<class TContainerType >
void Kratos::Python::ContainerInterface< TContainerType >::CreateInterface ( pybind11::module &  m,
std::string  ContainerName 
)
inline

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