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


Main Page   Class Hierarchy   Compound List   File List  

Integrator.h File Reference

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

#include "IntegratorInterface.h"
#include "TSSrcIntegrator.h"

Include dependency graph for Integrator.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Compounds

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


Defines

#define temporary_fluxes(f, u)
#define end_temporary_fluxes(f)
#define Integrator(dim)   name2(Integrator,dim)
#define IntegratorName


Detailed Description

Generic base-class for application of the numerical method.

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

Definition in file Integrator.h.


Define Documentation

#define end_temporary_fluxes  
 

Value:

for (name2(f,_CU)=0; \
  name2(f,_CU)<2*DIM; name2(f,_CU)++) { \
    delete (f)[name2(f,_CU)]; } \
}

Definition at line 23 of file Integrator.h.

#define temporary_fluxes f,
 
 

Value:

{ \
  vec_grid_data_type* (f)[2*DIM]; \
  register int name2(f,_CU) = 0; \
  for (; name2(f,_CU)<2*DIM; name2(f,_CU)++) { \
    (f)[name2(f,_CU)] = new vec_grid_data_type((u).bbox()); }

Definition at line 15 of file Integrator.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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