Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <TSSrcIntegrator.h>
Inheritance diagram for TSSrcIntegrator:
Public Methods | |
TSSrcIntegrator (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 | SetSrcTerm (grid_data_fct_type *src) |
grid_data_fct_type & | SrcTerm () |
const grid_data_fct_type & | SrcTerm () const |
void | SetTimeIntegrator (ode_integrator_type *integ) |
ode_integrator_type & | TimeIntegrator () |
const ode_integrator_type & | TimeIntegrator () const |
void | SetGridHierarchy (GridHierarchy *gh) |
GridHierarchy & | GH () |
const GridHierarchy & | GH () const |
virtual void | CalculateSrcOnGrid (vec_grid_data_type &StateVec, double t, double dt, DCoords &dx, const int &bnd) |
const int & | NEquations () const |
const int & | NGhosts () const |
Protected Attributes | |
int | _Equations |
int | _Ghosts |
GridHierarchy * | _Hierarchy |
ode_integrator_type * | _TimeIntegrator |
grid_data_fct_type * | _SrcTerm |
This class can use ODE-solvers and source terms that are implemented in C++.
Definition at line 27 of file TSSrcIntegrator.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04