Overture
Version 25
|
#include <OGFunction.h>
Public Member Functions | |
OGFunction () | |
virtual | ~OGFunction () |
virtual real | operator() (const real, const real, const real)=0 |
virtual real | operator() (const real, const real, const real, const int)=0 |
virtual real | operator() (const real, const real, const real, const int, const real)=0 |
virtual real | t (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | x (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | y (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | xx (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | xy (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | yy (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | z (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | xz (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | yz (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | zz (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | xxx (const real, const real, const real, const int=0, const real=0.)=0 |
virtual real | xxxx (const real, const real, const real, const int=0, const real=0.)=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.)=0 |
virtual RealDistributedArray | operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N)=0 |
virtual RealDistributedArray | operator() (const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t, const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
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 ¢ering=GridFunctionParameters::defaultCentering)=0 |
realMappedGridFunction & | gd (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) |
realMappedGridFunction & | gd (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) |
virtual realSerialArray & | 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)=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=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 ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | t (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | x (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | y (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | z (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | xx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | xy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | xz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | yy (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | yz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | zz (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | laplacian (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | xxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=GridFunctionParameters::defaultCentering) |
realCompositeGridFunction | xxxx (CompositeGrid &cg, const Index &N=nullIndex, const real t=0., const GridFunctionParameters::GridFunctionType ¢ering=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 ¢ering=GridFunctionParameters::defaultCentering) |
void | assignGridFunction (realCompositeGridFunction &v, const real t=0.) |
void | getCoordinates (const GridFunctionParameters::GridFunctionType ¢ering, const int &numberOfDimensions, const MappedGrid &c, const Index &I1, const Index &I2, const Index &I3, RealDistributedArray &x, RealDistributedArray &y, RealDistributedArray &z) |
|
inline |
|
inlinevirtual |
void OGFunction::assignGridFunction | ( | realCompositeGridFunction & | v, |
const real | t = 0. |
||
) |
References MappedGrid::center(), MappedGrid::dimension(), gd(), getIndex(), ParallelUtility::getLocalArrayBounds(), getLocalArrayWithGhostBoundaries(), doubleGridCollectionFunction::gridCollection, GenericGridCollection::numberOfComponentGrids(), MappedGrid::numberOfDimensions(), t(), and x().
Referenced by main().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by ArrayUtil::assignGridFunction(), assignGridFunction(), assignGridFunction(), checkError(), dudt(), gd(), OGTrigFunction::gd(), OGPolyFunction::gd(), OGPulseFunction::gd(), and getTrueSolution().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
realMappedGridFunction & OGFunction::gd | ( | 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 |
||
) |
realMappedGridFunction & OGFunction::gd | ( | 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 |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References gd().
realCompositeGridFunction OGFunction::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 dimension, and getIndex().
void OGFunction::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 | ||
) |
References Overture::abort(), axis1, axis2, axis3, GridFunctionParameters::cellCentered, MappedGrid::center(), MappedGrid::corner(), GridFunctionParameters::defaultCentering, GridFunctionParameters::faceCenteredAxis1, GridFunctionParameters::faceCenteredAxis2, GridFunctionParameters::faceCenteredAxis3, MappedGrid::isAllCellCentered(), MappedGrid::vertex(), GridFunctionParameters::vertexCentered, y(), and z().
Referenced by OGTrigFunction::gd(), OGPolyFunction::gd(), OGTrigFunction::laplacian(), OGPolyFunction::laplacian(), OGTrigFunction::operator()(), OGPolyFunction::operator()(), OGPulseFunction::operator()(), OGTrigFunction::t(), OGPolyFunction::t(), OGPulseFunction::t(), OGTrigFunction::x(), OGPolyFunction::x(), OGPulseFunction::x(), OGTrigFunction::xx(), OGPolyFunction::xx(), OGPulseFunction::xx(), OGTrigFunction::xxx(), OGPolyFunction::xxx(), OGTrigFunction::xxxx(), OGPolyFunction::xxxx(), OGTrigFunction::xy(), OGPolyFunction::xy(), OGPulseFunction::xy(), OGTrigFunction::xz(), OGPolyFunction::xz(), OGPulseFunction::xz(), OGTrigFunction::y(), OGPolyFunction::y(), OGPulseFunction::y(), OGTrigFunction::yy(), OGPolyFunction::yy(), OGPulseFunction::yy(), OGTrigFunction::yz(), OGPolyFunction::yz(), OGPulseFunction::yz(), OGTrigFunction::z(), OGPolyFunction::z(), OGPulseFunction::z(), OGTrigFunction::zz(), OGPolyFunction::zz(), and OGPulseFunction::zz().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by dudt(), laplacian(), OGPolyFunction::laplacian(), OGPulseFunction::laplacian(), and PlotIt::plotGridQuality().
RealDistributedArray OGFunction::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 |
||
) |
References laplacian().
realCompositeGridFunction OGFunction::laplacian | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by operator()(), OGTrigFunction::operator()(), OGPolyFunction::operator()(), and OGPulseFunction::operator()().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::operator() | ( | const MappedGrid & | c, |
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3 | ||
) |
References operator()().
RealDistributedArray OGFunction::operator() | ( | const MappedGrid & | c, |
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const int | n | ||
) |
References operator()().
RealDistributedArray OGFunction::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 |
||
) |
References operator()().
realCompositeGridFunction OGFunction::operator() | ( | CompositeGrid & | cg | ) |
References operator()().
realCompositeGridFunction OGFunction::operator() | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex |
||
) |
References operator()().
realCompositeGridFunction OGFunction::operator() | ( | CompositeGrid & | cg, |
const Index & | N, | ||
const real | t, | ||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
References dimension, getIndex(), GenericGridCollection::numberOfComponentGrids(), and t().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by assignGridFunction(), dudt(), gd(), main(), operator()(), t(), OGTrigFunction::t(), OGPolyFunction::t(), and OGPulseFunction::t().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References t().
realCompositeGridFunction OGFunction::t | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by MappedGridOperators::applyBCgeneralMixedDerivative(), MappedGridOperators::applyBCnormalDotScalarGrad(), assignGridFunction(), checkGrid(), dudt(), gd(), main(), PlotIt::plotGridQuality(), x(), OGTrigFunction::x(), OGPolyFunction::x(), and OGPulseFunction::x().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References x().
realCompositeGridFunction OGFunction::x | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by checkGrid(), main(), PlotIt::plotGridQuality(), xx(), OGTrigFunction::xx(), OGPolyFunction::xx(), and OGPulseFunction::xx().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References xx().
realCompositeGridFunction OGFunction::xx | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by xxx(), OGTrigFunction::xxx(), OGPolyFunction::xxx(), and OGPulseFunction::xxx().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References xxx().
realCompositeGridFunction OGFunction::xxx | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by xxxx(), OGTrigFunction::xxxx(), OGPolyFunction::xxxx(), and OGPulseFunction::xxxx().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References xxxx().
realCompositeGridFunction OGFunction::xxxx | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by PlotIt::plotGridQuality(), xy(), OGTrigFunction::xy(), OGPolyFunction::xy(), and OGPulseFunction::xy().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References xy().
realCompositeGridFunction OGFunction::xy | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by xz(), OGTrigFunction::xz(), OGPolyFunction::xz(), and OGPulseFunction::xz().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References xz().
realCompositeGridFunction OGFunction::xz | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by MappedGridOperators::applyBCgeneralMixedDerivative(), MappedGridOperators::applyBCnormalDotScalarGrad(), checkGrid(), getCoordinates(), main(), PlotIt::plotGridQuality(), y(), OGTrigFunction::y(), OGPolyFunction::y(), and OGPulseFunction::y().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References y().
realCompositeGridFunction OGFunction::y | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by checkGrid(), main(), PlotIt::plotGridQuality(), yy(), OGTrigFunction::yy(), OGPolyFunction::yy(), and OGPulseFunction::yy().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References yy().
realCompositeGridFunction OGFunction::yy | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by yz(), OGTrigFunction::yz(), OGPolyFunction::yz(), and OGPulseFunction::yz().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References yz().
realCompositeGridFunction OGFunction::yz | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by MappedGridOperators::applyBCgeneralMixedDerivative(), MappedGridOperators::applyBCnormalDotScalarGrad(), checkGrid(), getCoordinates(), z(), OGTrigFunction::z(), OGPolyFunction::z(), and OGPulseFunction::z().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References z().
realCompositeGridFunction OGFunction::z | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
Referenced by checkGrid(), zz(), OGTrigFunction::zz(), OGPolyFunction::zz(), and OGPulseFunction::zz().
|
pure virtual |
Implemented in OGPulseFunction, OGPolyFunction, and OGTrigFunction.
RealDistributedArray OGFunction::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 |
||
) |
References zz().
realCompositeGridFunction OGFunction::zz | ( | CompositeGrid & | cg, |
const Index & | N = nullIndex , |
||
const real | t = 0. , |
||
const GridFunctionParameters::GridFunctionType & | centering = GridFunctionParameters::defaultCentering |
||
) |