Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include "IntegratorInterface.h"
#include "TSSrcIntegrator.h"
Include dependency graph for Integrator.h:

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

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 |
Definition in file Integrator.h.
|
|
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. |
|
|
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 Contactlast update: 06/01/04