Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_ExpList () |
void | export_ExpList2D () |
void | export_DisContField () |
void | export_ContField () |
BOOST_PYTHON_MODULE (_MultiRegions) | |
BOOST_PYTHON_MODULE | ( | _MultiRegions | ) |
Definition at line 42 of file MultiRegions.cpp.
References export_ContField(), export_DisContField(), export_ExpList(), and export_ExpList2D().
void export_ContField | ( | ) |
Definition at line 70 of file ContField.cpp.
References CreateContField1D(), CreateContField2D(), CreateContField3D(), and NEKPY_SHPTR_FIX.
Referenced by BOOST_PYTHON_MODULE().
void export_DisContField | ( | ) |
Definition at line 67 of file DisContField.cpp.
Referenced by BOOST_PYTHON_MODULE().
void export_ExpList | ( | ) |
Definition at line 230 of file Python/ExpList.cpp.
References ExpList_BwdTrans(), ExpList_FwdTrans(), ExpList_GetCoords(), ExpList_GetExp(), ExpList_GetPhys(), ExpList_GetPhysAddress(), ExpList_HelmSolve(), ExpList_IProductWRTBase(), ExpList_L2(), ExpList_L2_Error(), ExpList_Linf(), ExpList_Linf_Error(), ExpList_MultiplyByInvMassMatrix(), ExpList_PhysIntegral(), 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().
void export_ExpList2D | ( | ) |
Definition at line 43 of file Python/ExpList2D.cpp.
References NEKPY_SHPTR_FIX.
Referenced by BOOST_PYTHON_MODULE().