|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <LocalRegions/MatrixKey.h>#include <MultiRegions/ExpList.h>#include <fstream>#include <sstream>#include <string>Go to the source code of this file.
| Array<OneD, NekDouble> ExpList_BwdTrans | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
| Array<OneD, NekDouble> ExpList_FwdTrans | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
| py::tuple ExpList_GetCoords | ( | ExpListSharedPtr | exp | ) |
| ExpansionSharedPtr ExpList_GetExp | ( | ExpListSharedPtr | exp, |
| int | i | ||
| ) |
Definition at line 49 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| const Array<OneD, const NekDouble> ExpList_GetPhys | ( | ExpListSharedPtr | exp | ) |
Definition at line 188 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| std::string ExpList_GetPhysAddress | ( | ExpListSharedPtr | exp | ) |
| Array<OneD, NekDouble> ExpList_HelmSolve | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in, | ||
| const py::object | constFactorMap, | ||
| const py::object | varCoeffMap | ||
| ) |
Definition at line 98 of file Python/ExpList.cpp.
References Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
Referenced by export_ExpList().
| NekDouble ExpList_Integral | ( | ExpListSharedPtr | exp | ) |
Definition at line 193 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| Array<OneD, NekDouble> ExpList_IProductWRTBase | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
| NekDouble ExpList_L2 | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
Definition at line 121 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| NekDouble ExpList_L2_Error | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in, | ||
| const Array< OneD, const NekDouble > & | err | ||
| ) |
Definition at line 127 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| NekDouble ExpList_Linf | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
Definition at line 134 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| NekDouble ExpList_Linf_Error | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in, | ||
| const Array< OneD, const NekDouble > & | err | ||
| ) |
Definition at line 140 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| void ExpList_LoadField | ( | ExpListSharedPtr | exp, |
| std::string | filename, | ||
| std::string | varName | ||
| ) |
Definition at line 214 of file Python/ExpList.cpp.
References Nektar::LibUtilities::FieldIO::CreateForFile(), Nektar::LibUtilities::NullFieldMetaDataMap, and Vmath::Zero().
Referenced by export_ExpList().
| Array<OneD, NekDouble> ExpList_MultiplyByInvMassMatrix | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | in | ||
| ) |
| void ExpList_ResetManagers | ( | ExpListSharedPtr | exp | ) |
Definition at line 205 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| void ExpList_SetPhys | ( | ExpListSharedPtr | exp, |
| const Array< OneD, const NekDouble > & | inarray | ||
| ) |
Definition at line 182 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| void ExpList_SetPhysArray | ( | ExpListSharedPtr | exp, |
| Array< OneD, NekDouble > | inarray | ||
| ) |
Definition at line 177 of file Python/ExpList.cpp.
Referenced by export_ExpList().
| void ExpList_WriteVTK | ( | ExpListSharedPtr | exp, |
| std::string | filename | ||
| ) |
| void export_ExpList | ( | ) |
Definition at line 263 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().