Extension: Geometries
#include "dg/geometries/geometries.h"
Loading...
Searching...
No Matches

Public Member Functions

 CylindricalVectorLvl0 ()
 
 CylindricalVectorLvl0 (CylindricalFunctor v_x, CylindricalFunctor v_y, CylindricalFunctor v_z)
 Copy given Functors.
 
void reset (CylindricalFunctor v_x, CylindricalFunctor v_y, CylindricalFunctor v_z)
 replace with given functors
 
const CylindricalFunctorx () const
 x-component of the vector
 
const CylindricalFunctory () const
 y-component of the vector
 
const CylindricalFunctorz () const
 z-component of the vector
 

Detailed Description

A vector field with three components that depend only on the first two coordinates

const dg::x::CylindricalGrid3d g3d( R_0-a, R_0+a, -a, a, 0, 2.*M_PI, n, Nx, Ny, Nz, dg::NEU, dg::NEU, dg::PER
#ifdef WITH_MPI
, comm
#endif
);
//create magnetic field
auto bhat = dg::geo::createBHat(mag);
//create Fieldaligned object and construct DS from it
bhat, g3d, dg::NEU, dg::NEU, dg::geo::NoLimiter(), 1e-8, mx[0], mx[1],
-1, method);
ds( dsFA );

Constructor & Destructor Documentation

◆ CylindricalVectorLvl0() [1/2]

dg::geo::CylindricalVectorLvl0::CylindricalVectorLvl0 ( )
inline

◆ CylindricalVectorLvl0() [2/2]

dg::geo::CylindricalVectorLvl0::CylindricalVectorLvl0 ( CylindricalFunctor v_x,
CylindricalFunctor v_y,
CylindricalFunctor v_z )
inline

Copy given Functors.

Member Function Documentation

◆ reset()

void dg::geo::CylindricalVectorLvl0::reset ( CylindricalFunctor v_x,
CylindricalFunctor v_y,
CylindricalFunctor v_z )
inline

replace with given functors

◆ x()

const CylindricalFunctor & dg::geo::CylindricalVectorLvl0::x ( ) const
inline

x-component of the vector

◆ y()

const CylindricalFunctor & dg::geo::CylindricalVectorLvl0::y ( ) const
inline

y-component of the vector

◆ z()

const CylindricalFunctor & dg::geo::CylindricalVectorLvl0::z ( ) const
inline

z-component of the vector


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