Overture  Version 25
Public Member Functions | List of all members
OGTrigFunction Class Reference

#include <OGTrigFunction.h>

Inheritance diagram for OGTrigFunction:
Inheritance graph
[legend]
Collaboration diagram for OGTrigFunction:
Collaboration graph
[legend]

Public Member Functions

 OGTrigFunction (const real &fx=1., const real &fy=1., const real &fz=0., const real &ft=0., const int &maximumNumberOfComponents=10)
 
 OGTrigFunction (const RealArray &fx, const RealArray &fy, const RealArray &fz, const RealArray &ft)
 
 OGTrigFunction (const OGTrigFunction &ogp)
 
OGTrigFunctionoperator= (const OGTrigFunction &ogp)
 
 ~OGTrigFunction ()
 
int setAmplitudes (const RealArray &a)
 
int setConstants (const RealArray &c)
 
int setFrequencies (const RealArray &fx, const RealArray &fy, const RealArray &fz, const RealArray &ft)
 
int setShifts (const RealArray &gx, const RealArray &gy, const RealArray &gz, const RealArray &gt)
 
real u (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real ut (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real ux (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uy (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uxx (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uxy (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uyy (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uz (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uxz (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uyz (const real x, const real y, const real z, const int n=0, const real t=0.)
 
real uzz (const real x, const real y, const real z, const int n=0, const real t=0.)
 
virtual real operator() (const real, const real, const real)
 
virtual real operator() (const real, const real, const real, const int)
 
virtual real operator() (const real, const real, const real, const int, const real)
 
virtual real t (const real, const real, const real, const int=0, const real=0.)
 
virtual real x (const real, const real, const real, const int=0, const real=0.)
 
virtual real y (const real, const real, const real, const int=0, const real=0.)
 
virtual real xx (const real, const real, const real, const int=0, const real=0.)
 
virtual real xy (const real, const real, const real, const int=0, const real=0.)
 
virtual real yy (const real, const real, const real, const int=0, const real=0.)
 
virtual real z (const real, const real, const real, const int=0, const real=0.)
 
virtual real xz (const real, const real, const real, const int=0, const real=0.)
 
virtual real yz (const real, const real, const real, const int=0, const real=0.)
 
virtual real zz (const real, const real, const real, const int=0, const real=0.)
 
virtual real xxx (const real, const real, const real, const int=0, const real=0.)
 
virtual real xxxx (const real, const real, const real, const int=0, const real=0.)
 
virtual real gd (const int &ntd, const int &nxd, const int &nyd, const int &nzd, const real, const real, const real, const int=0, const real=0.)
 
virtual RealDistributedArray operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N)
 
virtual RealDistributedArray operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t, const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray t (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray x (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray y (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray z (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray xx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray yy (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray zz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray xy (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray xz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray yz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray laplacian (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray xxx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray xxxx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual RealDistributedArray gd (const int &ntd, const int &nxd, const int &nyd, const int &nzd, const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
virtual realSerialArraygd (realSerialArray &result, const realSerialArray &x, const int numberOfDimensions, const bool isRectangular, const int &ntd, const int &nxd, const int &nyd, const int &nzd, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., int option=0)
 
realCompositeGridFunction operator() (CompositeGrid &cg)
 
realCompositeGridFunction operator() (CompositeGrid &cg, const Index &N=nullIndex)
 
realCompositeGridFunction operator() (CompositeGrid &cg, const Index &N, const real t, const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction t (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction x (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction y (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction z (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction yy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction yz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction zz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction laplacian (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xxxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction gd (const int &ntd, const int &nxd, const int &nyd, const int &nzd, CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
- Public Member Functions inherited from OGFunction
 OGFunction ()
 
virtual ~OGFunction ()
 
realMappedGridFunctiongd (realMappedGridFunction &result, const int &ntd, const int &nxd, const int &nyd, const int &nzd, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t=0., int option=0)
 
realMappedGridFunctiongd (realMappedGridFunction &result, const int &ntd, const int &nxd, const int &nyd, const int &nzd, const Index &I1, const Index &I2, const Index &I3, const Index &N, const Index &J1, const Index &J2, const Index &J3, const Index &M, const real t=0., int option=0)
 
RealDistributedArray operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3)
 
RealDistributedArray operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n)
 
RealDistributedArray operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n, const real t, const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray t (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray x (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray y (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray z (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray xx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray yy (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray zz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray xy (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray xz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray yz (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray laplacian (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray xxx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray xxxx (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
RealDistributedArray gd (const int &ntd, const int &nxd, const int &nyd, const int &nzd, const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const int n=0, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction operator() (CompositeGrid &cg)
 
realCompositeGridFunction operator() (CompositeGrid &cg, const Index &N=nullIndex)
 
realCompositeGridFunction operator() (CompositeGrid &cg, const Index &N, const real t, const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction t (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction x (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction y (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction z (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction yy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction yz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction zz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction laplacian (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction xxxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
realCompositeGridFunction gd (const int &ntd, const int &nxd, const int &nyd, const int &nzd, CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType &centering=GridFunctionParameters::defaultCentering)
 
void assignGridFunction (realCompositeGridFunction &v, const real t=0.)
 
void getCoordinates (const GridFunctionParameters::GridFunctionType &centering, const int &numberOfDimensions, const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, RealDistributedArray &x, RealDistributedArray &y, RealDistributedArray &z)
 

Constructor & Destructor Documentation

OGTrigFunction::OGTrigFunction ( const real fx = 1.,
const real fy = 1.,
const real fz = 0.,
const real ft = 0.,
const int &  maximumNumberOfComponents = 10 
)

References Pi.

OGTrigFunction::OGTrigFunction ( const RealArray fx,
const RealArray fy,
const RealArray fz,
const RealArray ft 
)

References setFrequencies().

OGTrigFunction::OGTrigFunction ( const OGTrigFunction ogp)
OGTrigFunction::~OGTrigFunction ( )
inline

Member Function Documentation

real OGTrigFunction::gd ( const int &  ntd,
const int &  nxd,
const int &  nyd,
const int &  nzd,
const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References Overture::abort(), operator()(), and pow().

RealDistributedArray OGTrigFunction::gd ( const int &  ntd,
const int &  nxd,
const int &  nyd,
const int &  nzd,
const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realSerialArray & OGTrigFunction::gd ( realSerialArray result,
const realSerialArray x,
const int  numberOfDimensions,
const bool  isRectangular,
const int &  ntd,
const int &  nxd,
const int &  nyd,
const int &  nzd,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
int  option = 0 
)
virtual

Implements OGFunction.

References Overture::abort(), max(), min(), pow(), xy(), y(), and z().

realCompositeGridFunction OGTrigFunction::gd ( const int &  ntd,
const int &  nxd,
const int &  nyd,
const int &  nzd,
CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::gd().

RealDistributedArray OGTrigFunction::laplacian ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::laplacian ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
real OGTrigFunction::operator() ( const real  x,
const real  y,
const real  z 
)
virtual

Implements OGFunction.

References u().

Referenced by gd(), and operator()().

real OGTrigFunction::operator() ( const real  x,
const real  y,
const real  z,
const int  n 
)
virtual

Implements OGFunction.

References u().

real OGTrigFunction::operator() ( const real  x,
const real  y,
const real  z,
const int  n,
const real  t 
)
virtual

Implements OGFunction.

References u().

RealDistributedArray OGTrigFunction::operator() ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N 
)
virtual

Implements OGFunction.

References operator()().

RealDistributedArray OGTrigFunction::operator() ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::operator() ( CompositeGrid cg)
realCompositeGridFunction OGTrigFunction::operator() ( CompositeGrid cg,
const Index &  N = nullIndex 
)
realCompositeGridFunction OGTrigFunction::operator() ( CompositeGrid cg,
const Index &  N,
const real  t,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
OGTrigFunction & OGTrigFunction::operator= ( const OGTrigFunction ogp)
int OGTrigFunction::setAmplitudes ( const RealArray a)
int OGTrigFunction::setConstants ( const RealArray c)
int OGTrigFunction::setFrequencies ( const RealArray fx,
const RealArray fy,
const RealArray fz,
const RealArray ft 
)

References Pi.

Referenced by OGTrigFunction().

int OGTrigFunction::setShifts ( const RealArray gx,
const RealArray gy,
const RealArray gz,
const RealArray gt 
)
real OGTrigFunction::t ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References ut().

Referenced by u(), ut(), ux(), uxx(), uxy(), uxz(), uy(), uyy(), uyz(), uz(), and uzz().

RealDistributedArray OGTrigFunction::t ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::t ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::t().

real OGTrigFunction::u ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by operator()().

real OGTrigFunction::ut ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by t().

real OGTrigFunction::ux ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by x().

real OGTrigFunction::uxx ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by xx().

real OGTrigFunction::uxy ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by xy().

real OGTrigFunction::uxz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by xz().

real OGTrigFunction::uy ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by y().

real OGTrigFunction::uyy ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by yy().

real OGTrigFunction::uyz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by yz().

real OGTrigFunction::uz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by z().

real OGTrigFunction::uzz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
inline

References t().

Referenced by zz().

real OGTrigFunction::x ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References ux().

Referenced by Stencil::checkOrder(), gd(), laplacian(), operator()(), t(), x(), xx(), xxx(), xxxx(), xy(), xz(), y(), yy(), yz(), z(), and zz().

RealDistributedArray OGTrigFunction::x ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::x ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::x().

real OGTrigFunction::xx ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uxx().

Referenced by Stencil::checkOrder().

RealDistributedArray OGTrigFunction::xx ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::xx ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::xx().

real OGTrigFunction::xxx ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

RealDistributedArray OGTrigFunction::xxx ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::xxx ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::xxx().

real OGTrigFunction::xxxx ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References pow().

RealDistributedArray OGTrigFunction::xxxx ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::xxxx ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::xxxx().

real OGTrigFunction::xy ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uxy().

Referenced by gd().

RealDistributedArray OGTrigFunction::xy ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::xy ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::xy().

real OGTrigFunction::xz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uxz().

RealDistributedArray OGTrigFunction::xz ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::xz ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::xz().

real OGTrigFunction::y ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uy().

Referenced by gd(), laplacian(), operator()(), t(), x(), xx(), xxx(), xxxx(), xy(), xz(), y(), yy(), yz(), z(), and zz().

RealDistributedArray OGTrigFunction::y ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::y ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::y().

real OGTrigFunction::yy ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uyy().

RealDistributedArray OGTrigFunction::yy ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::yy ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::yy().

real OGTrigFunction::yz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uyz().

RealDistributedArray OGTrigFunction::yz ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::yz ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::yz().

real OGTrigFunction::z ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uz().

Referenced by gd(), laplacian(), operator()(), t(), x(), xx(), xxx(), xxxx(), xy(), xz(), y(), yy(), yz(), z(), and zz().

RealDistributedArray OGTrigFunction::z ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::z ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::z().

real OGTrigFunction::zz ( const real  x,
const real  y,
const real  z,
const int  n = 0,
const real  t = 0. 
)
virtual

Implements OGFunction.

References uzz().

RealDistributedArray OGTrigFunction::zz ( const MappedGrid c,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)
virtual
realCompositeGridFunction OGTrigFunction::zz ( CompositeGrid cg,
const Index &  N = nullIndex,
const real  t = 0.,
const GridFunctionParameters::GridFunctionType centering = GridFunctionParameters::defaultCentering 
)

References OGFunction::zz().


The documentation for this class was generated from the following files: