Nektar++
|
#include <MultiRegions/ExpList.h>
#include <LocalRegions/MatrixKey.h>
#include <LibUtilities/Python/NekPyConfig.hpp>
#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 202 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 102 of file Python/ExpList.cpp.
References Nektar::StdRegions::NullConstFactorMap, and Nektar::StdRegions::NullVarCoeffMap.
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 128 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 135 of file Python/ExpList.cpp.
Referenced by export_ExpList().
NekDouble ExpList_Linf | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 143 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 150 of file Python/ExpList.cpp.
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.
References Nektar::MultiRegions::eLocal.
Referenced by export_ExpList().
NekDouble ExpList_PhysIntegral | ( | ExpListSharedPtr | exp | ) |
Definition at line 207 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_SetPhys | ( | ExpListSharedPtr | exp, |
const Array< OneD, const NekDouble > & | inarray | ||
) |
Definition at line 195 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_SetPhysArray | ( | ExpListSharedPtr | exp, |
Array< OneD, NekDouble > | inarray | ||
) |
Definition at line 188 of file Python/ExpList.cpp.
Referenced by export_ExpList().
void ExpList_WriteVTK | ( | ExpListSharedPtr | exp, |
std::string | filename | ||
) |
Definition at line 54 of file Python/ExpList.cpp.
Referenced by export_ExpList().
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().