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 80 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 72 of file Python/ExpList.cpp.
Referenced by export_ExpList().
const Array< OneD, const NekDouble > ExpList_GetCoeffs | ( | ExpListSharedPtr | exp | ) |
Definition at line 192 of file Python/ExpList.cpp.
Referenced by export_ExpList().
py::tuple ExpList_GetCoords | ( | ExpListSharedPtr | exp | ) |
Definition at line 140 of file Python/ExpList.cpp.
Referenced by export_ExpList().
ExpansionSharedPtr ExpList_GetExp | ( | ExpListSharedPtr | exp, |
int | i | ||
) |
Definition at line 54 of file Python/ExpList.cpp.
Referenced by export_ExpList().
const Array< OneD, const NekDouble > ExpList_GetPhys | ( | ExpListSharedPtr | exp | ) |
Definition at line 181 of file Python/ExpList.cpp.
Referenced by export_ExpList().
std::string ExpList_GetPhysAddress | ( | ExpListSharedPtr | exp | ) |
Definition at line 202 of file Python/ExpList.cpp.
Referenced by export_ExpList().
Array< OneD, NekDouble > ExpList_HelmSolve | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in, | ||
const StdRegions::ConstFactorMap & | constFactorMap, | ||
const StdRegions::VarCoeffMap & | varCoeffMap | ||
) |
Definition at line 104 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_Integral | ( | ExpListSharedPtr | exp | ) |
Definition at line 197 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 88 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_L2 | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 114 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 120 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_Linf | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 127 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 133 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_LoadField | ( | ExpListSharedPtr | exp, |
std::string | filename, | ||
std::string | varName | ||
) |
Definition at line 218 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 96 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_ResetManagers | ( | ExpListSharedPtr | exp | ) |
Definition at line 209 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetCoeffsArray | ( | ExpListSharedPtr | exp, |
Array< OneD, NekDouble > | inarray | ||
) |
Definition at line 186 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetPhys | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | inarray | ||
) |
Definition at line 175 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetPhysArray | ( | ExpListSharedPtr | exp, |
Array< OneD, NekDouble > | inarray | ||
) |
Definition at line 170 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_WriteVTK | ( | ExpListSharedPtr | exp, |
std::string | filename | ||
) |
Definition at line 59 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void export_ExpList | ( | py::module & | m | ) |
Definition at line 267 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(), ExpList_WriteVTK(), Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
Referenced by PYBIND11_MODULE().