#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 | |
double | gaussian (double mean, double std_deviation) |
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 newElasMesh.C. |
|
Definition at line 354 of file newElasMesh.C. |
|
Definition at line 76 of file newElasMesh.C. References ot::balanceOctree(), ot::_p_DAMG::da_aux, ot::DAMG, ot::DAMG_Finalize(), ot::DAMG_Initialize(), ot::DAMGCreateAndSetDA(), ot::DAMGDestroy(), DendroIntL, gaussian(), GRN, help, iC, NRM, ot::points2Octree(), ot::PrintDAMG(), ot::refineOctree(), ot::RegisterEvents(), and ot::writePartitionVTK(). |
|
Definition at line 72 of file newElasMesh.C. |
|
Initial value: "Solves static Navier-Lame equations\ using FEM, MG, DA and Matrix-Free methods.\n\n" Definition at line 24 of file newElasMesh.C. Referenced by main(). |
|
Definition at line 66 of file newElasMesh.C. |
|
Definition at line 67 of file newElasMesh.C. |
|
Definition at line 68 of file newElasMesh.C. |
|
Definition at line 69 of file newElasMesh.C. |
|
Definition at line 70 of file newElasMesh.C. |