AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

GridFunctionCalls1.h File Reference

Define important GridFunction-methods as global functions. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

template<class Type> int StepSize (GridFunction< Type > &GF, const int l)
template<class Type> int TimeStep (GridFunction< Type > &GF, const int l)
template<class Type> double DeltaT (GridFunction< Type > &GF, const int l)
template<class Type> double DeltaX (GridFunction< Type > &GF, const int dim, const int l)
template<class Type> void PreviousTime (GridFunction< Type > &GF, const int l)
template<class Type> void NextTime (GridFunction< Type > &GF, const int l)
template<class Type> void SetPhysicalTime (GridFunction< Type > &GF, const int t, const int l, const double pht)
template<class Type> double GetPhysicalTime (GridFunction< Type > &GF, const int t, const int l)
template<class Type> void SetInitFunction (GridFunction< Type > &GF, void *initf)
template<class Type> void SetUpdateFunction (GridFunction< Type > &GF, void *uf)
template<class Type> void SetBndryUpdateFunction (GridFunction< Type > &GF, void *buf)
template<class Type> void SetAdaptiveBndryUpdateFunction (GridFunction< Type > &GF, void *abuf)
template<class Type> void SetProlongFunction (GridFunction< Type > &GF, void *pf)
template<class Type> void SetRestrictFunction (GridFunction< Type > &GF, void *rf)
template<class Type> void SetIOFunction (GridFunction< Type > &GF, void *iof)
template<class Type> void SetMyArgs (GridFunction< Type > &GF, const int c, const char *s)
template<class Type> void SetBoundaryValue (GridFunction< Type > &GF, const Type v)
template<class Type> void SwapTimeLevels (GridFunction< Type > &GF, const int l, const int t1, const int t2)
template<class Type> void CycleTimeLevels (GridFunction< Type > &GF, const int l)
template<class Type> void Sync (GridFunction< Type > &GF, const int t, const int l)
template<class Type> void Sync (GridFunction< Type > &GF, const int t, const int l, const int axis, const int dir)
template<class Type> void Initialize (GridFunction< Type > &GF, const int t, const int l, const Type &val)
template<class Type> void Initialize (GridFunction< Type > &GF, const int t, const int l, char *args, const int cnt)
template<class Type> void Initialize (GridFunction< Type > &GF, const int t, const int l, const BBox &bb, char *args, const int cnt)
template<class Type> void Update (GridFunction< Type > &GF, const int tf, const int tt, const int l, char *args, const int cnt)
template<class Type> void Update (GridFunction< Type > &GF, const int tf, const int tt, const int l, const BBox &bb, char *args, const int cnt)
template<class Type> void Prolong (GridFunction< Type > &GF, const int tf, const int lf, const int tt, const int lt, char *args, const int cnt)
template<class Type> void Prolong (GridFunction< Type > &GF, const int tf, const int lf, const int tt, const int lt, const BBox &bb, char *args, const int cnt)
template<class Type> void Restrict (GridFunction< Type > &GF, const int tf, const int lf, const int tt, const int lt, char *args, const int cnt)
template<class Type> void Restrict (GridFunction< Type > &GF, const int tf, const int lf, const int tt, const int lt, const BBox &bb, char *args, const int cnt)
template<class Type> void IO (GridFunction< Type > &GF, const int t, const int l, char *args, const int cnt)
template<class Type> void IO (GridFunction< Type > &GF, const int t, const int l, const BBox &bb, char *args, const int cnt)
template<class Type> void AdaptiveBoundaryUpdate (GridFunction< Type > &GF, const int t, const int l)
template<class Type> void ExternalBoundaryUpdate (GridFunction< Type > &GF, const int t, const int l)
template<class Type> void BoundaryUpdate (GridFunction< Type > &GF, const int t, const int l)
template<class Type> Type MaxVal (GridFunction< Type > &GF, const int t, const int l)
template<class Type> Type MaxVal (GridFunction< Type > &GF, const int t, const int l, const BBox &where)
template<class Type> Type MinVal (GridFunction< Type > &GF, const int t, const int l)
template<class Type> Type MinVal (GridFunction< Type > &GF, const int t, const int l, const BBox &where)
template<class Type> Type Sum (GridFunction< Type > &GF, const int t, const int l)
template<class Type> Type Sum (GridFunction< Type > &GF, const int t, const int l, const BBox &where)
template<class Type> Type Product (GridFunction< Type > &GF, const int t, const int l)
template<class Type> Type Product (GridFunction< Type > &GF, const int t, const int l, const BBox &where)
template<class Type> double Norm (GridFunction< Type > &GF, const int t, const int l, const int param)
template<class Type> double Norm (GridFunction< Type > &GF, const int t, const int l, const BBox &where, const int param)
template<class Type> void Write (GridFunction< Type > &GF, int const t, int const l, int const gfdtype, char *ioname)
template<class Type> void Write (GridFunction< Type > &GF, int const t, int const l, BBox const &where, int const gfdtype, char *ioname)
template<class Type> void Read (GridFunction< Type > &GF, int const t, int const l, int const gfdtype, char *ioname)
template<class Type> void Read (GridFunction< Type > &GF, int const t, int const l, BBox const &where, int const gfdtype, char *ioname)


Detailed Description

Define important GridFunction-methods as global functions.

Author:
Manish Parashar, Ralf Deiterding

Definition in file GridFunctionCalls1.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04