|
virtual void | updateAllCoef () |
|
auto & | updateCoefDW () |
|
auto & | updateCoefDP () |
|
auto & | updateCoefDDW () |
|
auto & | updateCoefDDP () |
|
auto & | updateCoefInterpW2P () |
|
auto & | updateCoefInterpP2W () |
|
auto & | updateCoefDW2P () |
|
auto & | updateCoefDP2W () |
|
auto & | updateCoefDDP2W () |
|
auto & | updateCoefHelm () |
|
template<typename T > |
void | diffAtRw (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | diffAtRp (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | diff2AtRw (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | diff2AtRp (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | interpFromRwToRp (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | interpFromRpToRw (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | diffFromRpToRw (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T > |
void | diffFromRwToRp (T in[], T out[], Real alpha=1., Real beta=0.) |
|
template<typename T0 , typename T1 > |
void | solveHelmholtzAtRp (T0 lam[], T1 rhs[], T1 out[], const boxffd::BoundaryType btype0=boxffd::BoundaryType::Neumann, const T0 bval0=0., const boxffd::BoundaryType btype1=boxffd::BoundaryType::Neumann, const T0 bval1=0.) |
| Solve helmholtz equation f''+lam f=rhs. More...
|
|
template<typename T0 , typename T1 > |
void | explicitBoundaryAtRp (T0 in[], const boxffd::BoundaryType btype0=boxffd::BoundaryType::Neumann, const T1 bval0=0., const boxffd::BoundaryType btype1=boxffd::BoundaryType::Neumann, const T1 bval1=0.) |
|
template<typename T0 , typename T1 > |
void | explicitBoundaryAtRw (T0 in[], const boxffd::BoundaryType btype0=boxffd::BoundaryType::Neumann, const T1 bval0=0., const boxffd::BoundaryType btype1=boxffd::BoundaryType::Neumann, const T1 bval1=0.) |
|
auto & | setMesh (const int num, const Real R[], FDMWPTag tag) |
|
auto & | setMeshFromRw (const int num, const Real R[]) |
|
auto & | updateGhostMesh (int ghost) |
|