3 |
DAGH is sample solver
-
GridHierarchy to end_forall are all DAGH commands setting up the Grid hierarchy and involking solver
-
MaxLev=1 in UNIGRID case
-
f_inverse is C++ function that calls Fortran t2_inverse
-
inverse is original Fortran77 solver invoked by DAGH with grids set up with suitable Ghost regions so one can use original sequential Fortran code
|