Nektar++
|
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | OneDArrayToPython< T > |
struct | PythonToOneDArray< T > |
Functions | |
template<typename T > | |
void | CapsuleDestructor (PyObject *ptr) |
template<typename T > | |
void | export_SharedArray () |
template void | export_SharedArray< double > () |
void CapsuleDestructor | ( | PyObject * | ptr | ) |
Definition at line 52 of file SharedArray.cpp.
void export_SharedArray | ( | ) |
Definition at line 209 of file SharedArray.cpp.
template void export_SharedArray< double > | ( | ) |
Referenced by BOOST_PYTHON_MODULE().