Extension: Geometries
#include "dg/geometries/geometries.h"
|
This struct bundles a vector field and its divergence. More...
Public Member Functions | |
CylindricalVectorLvl1 () | |
the access functions are undefined as long as the class remains empty More... | |
CylindricalVectorLvl1 (CylindricalFunctor v_x, CylindricalFunctor v_y, CylindricalFunctor v_z, CylindricalFunctor div, CylindricalFunctor divvvz) | |
Copy given Functors. More... | |
void | reset (CylindricalFunctor v_x, CylindricalFunctor v_y, CylindricalFunctor v_z, CylindricalFunctor div, CylindricalFunctor divvvz) |
replace with given functors More... | |
operator CylindricalVectorLvl0 () const | |
type conversion: Lvl2 can also be used as Lvl1 More... | |
const CylindricalFunctor & | x () const |
x-component of the vector More... | |
const CylindricalFunctor & | y () const |
y-component of the vector More... | |
const CylindricalFunctor & | z () const |
z-component of the vector More... | |
const CylindricalFunctor & | div () const |
\(\nabla\cdot v\) More... | |
const CylindricalFunctor & | divvvz () const |
\(\nabla\cdot (v/z)\) More... | |
This struct bundles a vector field and its divergence.
|
inline |
the access functions are undefined as long as the class remains empty
|
inline |
Copy given Functors.
|
inline |
\(\nabla\cdot v\)
|
inline |
\(\nabla\cdot (v/z)\)
|
inline |
type conversion: Lvl2 can also be used as Lvl1
|
inline |
replace with given functors
|
inline |
x-component of the vector
|
inline |
y-component of the vector
|
inline |
z-component of the vector