#include "mpi.h"#include "petsc.h"#include "sys.h"#include <vector>#include "TreeNode.h"#include "parUtils.h"#include "omg.h"#include "odaUtils.h"#include "handleStencils.h"#include "elasticityJac.h"#include "omgJac.h"#include <cstdlib>#include <cstring>#include "colors.h"#include "externVars.h"#include "dendro.h"Go to the source code of this file.
Defines | |
| #define | iC(fun) {CHKERRQ(fun);} |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| double **** | GradDivType2Stencil |
| char | help [] |
| double ***** | LaplacianType1Stencil |
| double **** | LaplacianType2Stencil |
| double ***** | MassType1Stencil |
| double **** | MassType2Stencil |
| double ****** | ShapeFnStencil |
|
|
Definition at line 33 of file pts2Mesh.C. |
|
||||||||||||
|
Definition at line 74 of file pts2Mesh.C. References ot::balanceOctree(), ot::_p_DAMG::da_aux, ot::DAMG, ot::DAMG_Finalize(), ot::DAMG_Initialize(), ot::DAMGCreateAndSetDA(), ot::DAMGDestroy(), DendroIntL, GRN, help, iC, NRM, ot::points2Octree(), ot::PrintDAMG(), ot::readPtsFromFile(), ot::refineOctree(), ot::RegisterEvents(), and ot::writePartitionVTK(). |
|
|
Definition at line 72 of file pts2Mesh.C. |
|
|
Initial value: "Solves static Navier-Lame equations\ using FEM, MG, DA and Matrix-Free methods.\n\n" Definition at line 24 of file pts2Mesh.C. Referenced by main(). |
|
|
Definition at line 66 of file pts2Mesh.C. |
|
|
Definition at line 67 of file pts2Mesh.C. |
|
|
Definition at line 68 of file pts2Mesh.C. |
|
|
Definition at line 69 of file pts2Mesh.C. |
|
|
Definition at line 70 of file pts2Mesh.C. |
1.3.9.1