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


Main Page   Class Hierarchy   Compound List   File List  

Integrator Class Template Reference

Generic base-class for application of the numerical method. More...

#include <Integrator.h>

Inheritance diagram for Integrator:

Inheritance graph
[legend]
Collaboration diagram for Integrator:

Collaboration graph
[legend]
List of all members.

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)
GridHierarchyGH ()
const GridHierarchyGH () 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

Detailed Description

template<class VectorType>
class Integrator< VectorType >

Generic base-class for application of the numerical method.

Author:
Ralf Deiterding
Version:
1.0
Date:
Jan-2002

Definition at line 42 of file Integrator.h.


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


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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