|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/Python/SpatialDomains.h>#include <SpatialDomains/MeshGraphIO.h>Go to the source code of this file.
Functions | |
| MeshGraphSharedPtr | MeshGraphIO_Read (const LibUtilities::SessionReaderSharedPtr &session) |
| MeshGraphIOSharedPtr | MeshGraphIO_Create (std::string ioType) |
| void | export_MeshGraphIO (py::module &m) |
| void export_MeshGraphIO | ( | py::module & | m | ) |
Definition at line 58 of file Python/MeshGraphIO.cpp.
References MeshGraphIO_Create(), MeshGraphIO_Read(), and Nektar::LibUtilities::NullFieldMetaDataMap.
Referenced by PYBIND11_MODULE().
| MeshGraphIOSharedPtr MeshGraphIO_Create | ( | std::string | ioType | ) |
Definition at line 53 of file Python/MeshGraphIO.cpp.
References Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), and Nektar::SpatialDomains::GetMeshGraphIOFactory().
Referenced by export_MeshGraphIO().
| MeshGraphSharedPtr MeshGraphIO_Read | ( | const LibUtilities::SessionReaderSharedPtr & | session | ) |
Definition at line 47 of file Python/MeshGraphIO.cpp.
Referenced by export_MeshGraphIO().