Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <Integrator.h>
Inheritance diagram for Integrator:


Public Methods | |
| Integrator (const int gh) | |
| virtual void | register_at (ControlDevice &Ctrl, const string &prefix) |
| virtual void | register_at (ControlDevice &Ctrl) |
| virtual void | init () |
| virtual void | update () |
| virtual void | finish () |
| virtual void | SetupData () |
| void | SetGridHierarchy (GridHierarchy *gh) |
| GridHierarchy & | GH () |
| const GridHierarchy & | GH () const |
| void | SetSrcIntegrator (src_integrator_type *src_integ) |
| src_integrator_type & | SrcIntegrator () |
| const src_integrator_type & | SrcIntegrator () const |
| void | SetSrcTreatment (int st) |
| const int & | SrcTreatment () |
| void | SetMaxIntegratorPasses (int mp) |
| const int & | MaxIntegratorPasses () |
| const int & | Abort () const |
| void | CheckGrid (vec_grid_data_type &StateVec, const BBox &where, const char *text) |
| const int & | NEquations () const |
| const int & | NGhosts () const |
Protected Attributes | |
| int | _Equations |
| int | _Ghosts |
| int | _SrcTreatment |
| int | _MaxPass |
| int | _abort |
| GridHierarchy * | _Hierarchy |
| vec_grid_fct_type * | _u |
| src_integrator_type * | _SrcIntegrator |
Definition at line 42 of file Integrator.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04