Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <FixupBase.h>
Inheritance diagram for FixupBase:
Public Methods | |
FixupBase (integrator_type &integ) | |
~FixupBase () | |
virtual void | register_at (ControlDevice &Ctrl, const string &prefix) |
virtual void | register_at (ControlDevice &Ctrl) |
virtual void | init () |
virtual void | update () |
virtual void | finish () |
void | SetupData () |
void | SetMaxRecomposeLevel (const int l) |
void | SetGridHierarchy (GridHierarchy *gh) |
GridHierarchy & | GH () |
const GridHierarchy & | GH () const |
void | SetGridFunctions (vec_grid_fct_type *u) |
vec_grid_fct_type & | U () |
const vec_grid_fct_type & | U () const |
ld_fixup_grid_fct_type & | F (int d) |
const ld_fixup_grid_fct_type & | F (int d) const |
integrator_type & | Integrator_ () |
const integrator_type & | Integrator_ () const |
const int & | NEquations () |
const int & | NFixupEquations () |
const int & | NGhosts () const |
Protected Attributes | |
integrator_type & | _Integrator |
int | _FixupEquations |
GridHierarchy * | _Hierarchy |
vec_grid_fct_type * | _u |
ld_fixup_grid_fct_type * | _f [2 *DIM] |
char * | _f_name [2 *DIM] |
ControlDevice | LocCtrl |
The class allocates 2*DIM GridFunctions< VectorType > of dimension DIM-1 to store the correction terms.
Definition at line 28 of file FixupBase.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04