| _dim | elasticitySolver | |
| _tag | elasticitySolver | |
| addDirichletBC(int dim, int entityId, int component, double value) | elasticitySolver | |
| addDirichletBC(int dim, std::string phys, int component, double value) | elasticitySolver | |
| addElasticDomain(int tag, double e, double nu) | elasticitySolver | |
| addElasticDomain(std::string phys, double e, double nu) | elasticitySolver | |
| addNeumannBC(int dim, int entityId, const std::vector< double > value) | elasticitySolver | |
| addNeumannBC(int dim, std::string phys, const std::vector< double > value) | elasticitySolver | |
| allDirichlet | elasticitySolver | |
| allNeumann | elasticitySolver | |
| assemble(linearSystem< double > *lsys) | elasticitySolver | |
| changeLMTau(int tag, double tau) | elasticitySolver | |
| computeDisplacementError(simpleFunction< double > *f0, simpleFunction< double > *f1, simpleFunction< double > *f2) | elasticitySolver | |
| computeEffectiveStiffness(std::vector< double > stiff) | elasticitySolver | |
| computeEffectiveStrain(std::vector< double > strain) | elasticitySolver | |
| computeL2Norm(simpleFunction< double > *f0, simpleFunction< double > *f1, simpleFunction< double > *f2) | elasticitySolver | |
| computeLagNorm(int tag, simpleFunction< double > *f) | elasticitySolver | |
| cutMesh(gLevelset *ls) | elasticitySolver | |
| elasticFields | elasticitySolver | |
| elasticitySolver(int tag) | elasticitySolver | inline |
| elasticitySolver(GModel *model, int tag) | elasticitySolver | |
| exportKb() | elasticitySolver | |
| LagrangeMultiplierFields | elasticitySolver | |
| LagrangeMultiplierSpaces | elasticitySolver | |
| LagSpace | elasticitySolver | |
| pAssembler | elasticitySolver | |
| pModel | elasticitySolver | |
| postSolve() | elasticitySolver | |
| read(const std::string s) | elasticitySolver | inline |
| readInputFile(const std::string &meshFileName) | elasticitySolver | |
| setEdgeDisp(int edge, int comp, simpleFunction< double > *f) | elasticitySolver | |
| setElasticDomain(int phys, double E, double nu) | elasticitySolver | |
| setLagrangeMultipliers(int phys, double tau, const SVector3 &d, int tag, simpleFunction< double > *f) | elasticitySolver | |
| setMesh(const std::string &meshFileName, int dim=0) | elasticitySolver | virtual |
| solve() | elasticitySolver | |
| ~elasticitySolver() | elasticitySolver | inlinevirtual |