Nektar++
|
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 () |
void export_MeshGraphIO | ( | ) |
Definition at line 57 of file Python/MeshGraphIO.cpp.
References MeshGraphIO_Create(), MeshGraphIO_Read(), and Nektar::LibUtilities::NullFieldMetaDataMap.
Referenced by BOOST_PYTHON_MODULE().
MeshGraphIOSharedPtr MeshGraphIO_Create | ( | std::string | ioType | ) |
Definition at line 52 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 46 of file Python/MeshGraphIO.cpp.
Referenced by export_MeshGraphIO().