Nektar++
|
#include <LibUtilities/BasicUtils/SessionReader.h>
#include <LibUtilities/Python/NekPyConfig.hpp>
#include <pybind11/stl.h>
Go to the source code of this file.
Functions | |
SessionReaderSharedPtr | SessionReader_CreateInstance (py::list &ns) |
void | export_SessionReader (py::module &m) |
SessionReader exports. More... | |
void export_SessionReader | ( | py::module & | m | ) |
SessionReader exports.
Definition at line 96 of file Python/BasicUtils/SessionReader.cpp.
References CellMLToNektar.pycml::copy(), Gs::Finalise(), and SessionReader_CreateInstance().
Referenced by PYBIND11_MODULE().
SessionReaderSharedPtr SessionReader_CreateInstance | ( | py::list & | ns | ) |
Definition at line 57 of file Python/BasicUtils/SessionReader.cpp.
References Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), CppCommandLine::GetArgc(), CppCommandLine::GetArgv(), and Nektar::LibUtilities::GetCommFactory().
Referenced by export_SessionReader().