|
Extension: Geometries
#include "dg/geometries/geometries.h"
|
A weight function for the Hector algorithm. More...
Public Member Functions | |
| NablaPsiInv (const CylindricalFunctorsLvl1 &psi) | |
| Construct with function container. | |
| double | do_compute (double x, double y) const |
Public Member Functions inherited from dg::geo::aCylindricalFunctor< NablaPsiInv > | |
| double | operator() (double R, double Z) const |
do_compute(R,Z) | |
| double | operator() (double R, double Z, double) const |
do_compute(R,Z) | |
A weight function for the Hector algorithm.
\[ |\nabla\psi|^{-1} = (\psi_x^2 + \psi_y^2)^{-1/2} \]
|
inline |
Construct with function container.
| psi | \( \psi(x,y)\) and its first derivatives |
|
inline |