#include "mpi.h"#include "petsc.h"#include "sys.h"#include "TreeNode.h"#include "omg.h"#include "oda.h"#include "omgJac.h"#include <cstdlib>#include "handleStencils.h"#include "colors.h"#include "externVars.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| char | help [] = "Regular Grid MG" |
| double ***** | LaplacianType1Stencil |
| double **** | LaplacianType2Stencil |
| double ***** | MassType1Stencil |
| double **** | MassType2Stencil |
| double ****** | ShapeFnStencil |
|
||||||||||||
|
|
Definition at line 14 of file tstRegularMg.C. Referenced by main(). |
|
|
Definition at line 41 of file tstRegularMg.C. Referenced by main(). |
|
|
Definition at line 42 of file tstRegularMg.C. |
|
|
Definition at line 43 of file tstRegularMg.C. Referenced by main(). |
|
|
Definition at line 44 of file tstRegularMg.C. |
|
|
Definition at line 45 of file tstRegularMg.C. Referenced by ComputeError5(), ComputeRHS2(), ComputeRHS7(), and main(). |
1.3.9.1