Nektar++
|
Go to the source code of this file.
Functions | |
SessionReaderSharedPtr | SessionReader_CreateInstance (py::list &ns) |
void | SessionReader_SetParameterInt (SessionReaderSharedPtr session, std::string paramName, int paramValue) |
void | SessionReader_SetParameterDouble (SessionReaderSharedPtr session, std::string paramName, double paramValue) |
void | export_SessionReader () |
SessionReader exports. More... | |
void export_SessionReader | ( | ) |
SessionReader exports.
Currently wrapped functions:
Definition at line 136 of file Python/BasicUtils/SessionReader.cpp.
References Nektar::LibUtilities::SessionReader::DefinesParameter(), Nektar::LibUtilities::SessionReader::Finalise(), Nektar::LibUtilities::SessionReader::GetComm(), Nektar::LibUtilities::SessionReader::GetParameter(), Nektar::LibUtilities::SessionReader::GetSessionName(), Nektar::LibUtilities::SessionReader::GetSharedFilesystem(), Nektar::LibUtilities::SessionReader::GetVariable(), SessionReader_CreateInstance(), SessionReader_SetParameterDouble(), and SessionReader_SetParameterInt().
Referenced by BOOST_PYTHON_MODULE().
SessionReaderSharedPtr SessionReader_CreateInstance | ( | py::list & | ns | ) |
Definition at line 56 of file Python/BasicUtils/SessionReader.cpp.
References CellMLToNektar.pycml::copy(), Nektar::LibUtilities::SessionReader::CreateInstance(), Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), Nektar::LibUtilities::GetCommFactory(), and CellMLToNektar.cellml_metadata::p.
Referenced by export_SessionReader().
void SessionReader_SetParameterDouble | ( | SessionReaderSharedPtr | session, |
std::string | paramName, | ||
double | paramValue | ||
) |
Definition at line 121 of file Python/BasicUtils/SessionReader.cpp.
Referenced by export_SessionReader().
void SessionReader_SetParameterInt | ( | SessionReaderSharedPtr | session, |
std::string | paramName, | ||
int | paramValue | ||
) |
Definition at line 115 of file Python/BasicUtils/SessionReader.cpp.
Referenced by export_SessionReader().