Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_ExpList () |
void | export_DisContField () |
void | export_ContField () |
BOOST_PYTHON_MODULE (_MultiRegions) | |
BOOST_PYTHON_MODULE | ( | _MultiRegions | ) |
Definition at line 41 of file MultiRegions.cpp.
References export_ContField(), export_DisContField(), and export_ExpList().
void export_ContField | ( | ) |
Definition at line 51 of file Python/ContField.cpp.
References CreateContField().
Referenced by BOOST_PYTHON_MODULE().
void export_DisContField | ( | ) |
Definition at line 62 of file Python/DisContField.cpp.
Referenced by BOOST_PYTHON_MODULE().
void export_ExpList | ( | ) |
Definition at line 276 of file Python/ExpList.cpp.
References ExpList_BwdTrans(), ExpList_FwdTrans(), ExpList_GetCoords(), ExpList_GetExp(), ExpList_GetPhys(), ExpList_GetPhysAddress(), ExpList_HelmSolve(), ExpList_Integral(), ExpList_IProductWRTBase(), ExpList_L2(), ExpList_L2_Error(), ExpList_Linf(), ExpList_Linf_Error(), ExpList_LoadField(), ExpList_MultiplyByInvMassMatrix(), ExpList_ResetManagers(), ExpList_SetPhys(), ExpList_SetPhysArray(), ExpList_WriteVTK(), Nektar::MultiRegions::ExpList::GetCoeff_Offset(), Nektar::MultiRegions::ExpList::GetExpSize(), Nektar::MultiRegions::ExpList::GetNcoeffs(), Nektar::MultiRegions::ExpList::GetNpoints(), Nektar::MultiRegions::ExpList::GetPhys_Offset(), Nektar::MultiRegions::ExpList::GetPhysState(), Nektar::MultiRegions::ExpList::PhysEvaluate(), and Nektar::MultiRegions::ExpList::SetPhysState().
Referenced by BOOST_PYTHON_MODULE().