Nektar++
|
#include <StdRegions/StdExpansion.h>
#include <LibUtilities/Python/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Python/LinearAlgebra/NekMatrix.hpp>
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
void export_StdExpansion | ( | py::module & | m | ) |
Definition at line 170 of file Python/StdExpansion.cpp.
References StdExpansion_BwdTrans(), StdExpansion_FwdTrans(), StdExpansion_GenMatrix(), StdExpansion_GetCoords(), StdExpansion_GetStdMatrix(), StdExpansion_IProductWRTBase(), StdExpansion_L2(), StdExpansion_L2_Error(), StdExpansion_PhysDeriv(), and StdExpansion_PhysEvaluate().
Referenced by PYBIND11_MODULE().
Array< OneD, NekDouble > StdExpansion_BwdTrans | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 52 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
Array< OneD, NekDouble > StdExpansion_FwdTrans | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 44 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
py::array StdExpansion_GenMatrix | ( | std::shared_ptr< StdExpansion > & | stdExp, |
const StdMatrixKey & | mkey | ||
) |
Definition at line 149 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
py::tuple StdExpansion_GetCoords | ( | StdExpansionSharedPtr | exp | ) |
Definition at line 88 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
py::array StdExpansion_GetStdMatrix | ( | std::shared_ptr< StdExpansion > & | stdExp, |
const StdMatrixKey & | mkey | ||
) |
Definition at line 161 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
Array< OneD, NekDouble > StdExpansion_IProductWRTBase | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 60 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
NekDouble StdExpansion_L2 | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in | ||
) |
Definition at line 75 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
NekDouble StdExpansion_L2_Error | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | in, | ||
const Array< OneD, const NekDouble > & | err | ||
) |
Definition at line 81 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
py::tuple StdExpansion_PhysDeriv | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | inarray | ||
) |
Definition at line 118 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().
NekDouble StdExpansion_PhysEvaluate | ( | StdExpansionSharedPtr | exp, |
const Array< OneD, const NekDouble > & | coords, | ||
const Array< OneD, const NekDouble > & | physvals | ||
) |
Definition at line 68 of file Python/StdExpansion.cpp.
Referenced by export_StdExpansion().