Extension: Geometries
#include "dg/geometries/geometries.h"

A weight function for the Hector algorithm. More...

Inheritance diagram for dg::geo::NablaPsiInv:
[legend]

Public Member Functions

 NablaPsiInv (const CylindricalFunctorsLvl1 &psi)
 Construct with function container. More...
 
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) More...
 
double operator() (double R, double Z, double phi) const
  do_compute(R,Z) More...
 

Detailed Description

A weight function for the Hector algorithm.

\[ |\nabla\psi|^{-1} = (\psi_x^2 + \psi_y^2)^{-1/2} \]

Constructor & Destructor Documentation

◆ NablaPsiInv()

dg::geo::NablaPsiInv::NablaPsiInv ( const CylindricalFunctorsLvl1 psi)
inline

Construct with function container.

Parameters
psi\( \psi(x,y)\) and its first derivatives

Member Function Documentation

◆ do_compute()

double dg::geo::NablaPsiInv::do_compute ( double  x,
double  y 
) const
inline

The documentation for this struct was generated from the following file: