#include "mpi.h"
#include "petsc.h"
#include "sys.h"
#include <vector>
#include "TreeNode.h"
#include "parUtils.h"
#include "omg.h"
#include "handleStencils.h"
#include "elasticityJac.h"
#include "omgJac.h"
#include "colors.h"
#include <cstdlib>
#include <cstring>
#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 in file elasticitySolver.C.
|
Definition at line 32 of file elasticitySolver.C. |
|
|
Definition at line 71 of file elasticitySolver.C. |
|
Initial value: "Solves static Navier-Lame equations\ using FEM, MG, DA and Matrix-Free methods.\n\n" Definition at line 23 of file elasticitySolver.C. Referenced by main(). |
|
Definition at line 65 of file elasticitySolver.C. |
|
Definition at line 66 of file elasticitySolver.C. |
|
Definition at line 67 of file elasticitySolver.C. |
|
Definition at line 68 of file elasticitySolver.C. |
|
Definition at line 69 of file elasticitySolver.C. |