#include "mpi.h"#include "petsc.h"#include "sys.h"#include "parUtils.h"#include "octUtils.h"#include "TreeNode.h"#include "omg.h"#include "handleStencils.h"#include "elasticityJac.h"#include "omgJac.h"#include <cstdlib>#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 |
| double ***** | LaplacianType1Stencil |
| double **** | LaplacianType2Stencil |
| double ***** | MassType1Stencil |
| double **** | MassType2Stencil |
| double ****** | ShapeFnStencil |
|
|
Definition at line 21 of file testElasMatVec.C. |
|
||||||||||||
|
Referenced by main(). |
|
||||||||||||
|
|
Definition at line 60 of file testElasMatVec.C. Referenced by computeInvBlockDiagEntriesForElasticityMat(), and main(). |
|
|
Definition at line 54 of file testElasMatVec.C. |
|
|
Definition at line 55 of file testElasMatVec.C. |
|
|
Definition at line 56 of file testElasMatVec.C. |
|
|
Definition at line 57 of file testElasMatVec.C. |
|
|
Definition at line 58 of file testElasMatVec.C. |
1.3.9.1