Nektar++
|
#include <LibUtilities/Python/BasicUtils/SharedArray.hpp>
#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 | ||
) |
Definition at line 77 of file Python/ExpList.cpp.
Referenced by export_ExpList().
Array< OneD, NekDouble > ExpList_FwdTrans | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 69 of file Python/ExpList.cpp.
Referenced by export_ExpList().
const Array< OneD, const NekDouble > ExpList_GetCoeffs | ( | ExpListSharedPtr | exp | ) |
Definition at line 202 of file Python/ExpList.cpp.
Referenced by export_ExpList().
py::tuple ExpList_GetCoords | ( | ExpListSharedPtr | exp | ) |
Definition at line 150 of file Python/ExpList.cpp.
Referenced by export_ExpList().
ExpansionSharedPtr ExpList_GetExp | ( | ExpListSharedPtr | exp, |
int | i | ||
) |
Definition at line 51 of file Python/ExpList.cpp.
Referenced by export_ExpList().
const Array< OneD, const NekDouble > ExpList_GetPhys | ( | ExpListSharedPtr | exp | ) |
Definition at line 191 of file Python/ExpList.cpp.
Referenced by export_ExpList().
std::string ExpList_GetPhysAddress | ( | ExpListSharedPtr | exp | ) |
Definition at line 212 of file Python/ExpList.cpp.
Referenced by export_ExpList().
Array< OneD, NekDouble > ExpList_HelmSolve | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in, | ||
const py::object | constFactorMap, | ||
const py::object | varCoeffMap | ||
) |
Definition at line 101 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 207 of file Python/ExpList.cpp.
Referenced by export_ExpList().
Array< OneD, NekDouble > ExpList_IProductWRTBase | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 85 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_L2 | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 124 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 130 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_Linf | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 137 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 143 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_LoadField | ( | ExpListSharedPtr | exp, |
std::string | filename, | ||
std::string | varName | ||
) |
Definition at line 228 of file Python/ExpList.cpp.
References Nektar::LibUtilities::NullFieldMetaDataMap, and Vmath::Zero().
Referenced by export_ExpList().
Array< OneD, NekDouble > ExpList_MultiplyByInvMassMatrix | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 93 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_ResetManagers | ( | ExpListSharedPtr | exp | ) |
Definition at line 219 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetCoeffsArray | ( | ExpListSharedPtr | exp, |
Array< OneD, NekDouble > | inarray | ||
) |
Definition at line 196 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetPhys | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | inarray | ||
) |
Definition at line 185 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetPhysArray | ( | ExpListSharedPtr | exp, |
Array< OneD, NekDouble > | inarray | ||
) |
Definition at line 180 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_WriteVTK | ( | ExpListSharedPtr | exp, |
std::string | filename | ||
) |
Definition at line 56 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void export_ExpList | ( | ) |
Definition at line 277 of file Python/ExpList.cpp.
References ExpList_BwdTrans(), ExpList_FwdTrans(), ExpList_GetCoeffs(), 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_SetCoeffsArray(), ExpList_SetPhys(), ExpList_SetPhysArray(), and ExpList_WriteVTK().
Referenced by BOOST_PYTHON_MODULE().