CompressibleNonlinearElasticitySolver< DIM > Member List

This is the complete list of members for CompressibleNonlinearElasticitySolver< DIM >, including all inherited members.

AbstractNonlinearElasticitySolver(QuadraticMesh< DIM > *pQuadMesh, c_vector< double, DIM > bodyForce, double density, std::string outputDirectory, std::vector< unsigned > &fixedNodes)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
AllocateMatrixMemory()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
ApplyBoundaryConditions(bool applyToMatrix)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
AssembleOnBoundaryElement(BoundaryElement< DIM-1, DIM > &rBoundaryElement, c_matrix< double, BOUNDARY_STENCIL_SIZE, BOUNDARY_STENCIL_SIZE > &rAelem, c_vector< double, BOUNDARY_STENCIL_SIZE > &rBelem, c_vector< double, DIM > &rTraction, bool assembleResidual, bool assembleJacobian)CompressibleNonlinearElasticitySolver< DIM > [inline, protected, virtual]
AssembleOnElement(Element< DIM, DIM > &rElement, c_matrix< double, STENCIL_SIZE, STENCIL_SIZE > &rAElem, c_matrix< double, STENCIL_SIZE, STENCIL_SIZE > &rAElemPrecond, c_vector< double, STENCIL_SIZE > &rBElem, bool assembleResidual, bool assembleJacobian)CompressibleNonlinearElasticitySolver< DIM > [inline, protected, virtual]
AssembleSystem(bool assembleResidual, bool assembleJacobian)CompressibleNonlinearElasticitySolver< DIM > [inline, protected, virtual]
BOUNDARY_STENCIL_SIZECompressibleNonlinearElasticitySolver< DIM > [protected, static]
CalculateResidualNorm()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
CompressibleNonlinearElasticitySolver(QuadraticMesh< DIM > *pQuadMesh, AbstractMaterialLaw< DIM > *pMaterialLaw, c_vector< double, DIM > bodyForce, double density, std::string outputDirectory, std::vector< unsigned > &fixedNodes, std::vector< c_vector< double, DIM > > *pFixedNodeLocations=NULL)CompressibleNonlinearElasticitySolver< DIM > [inline]
CompressibleNonlinearElasticitySolver(QuadraticMesh< DIM > *pQuadMesh, std::vector< AbstractMaterialLaw< DIM > * > &rMaterialLaws, c_vector< double, DIM > bodyForce, double density, std::string outputDirectory, std::vector< unsigned > &fixedNodes, std::vector< c_vector< double, DIM > > *pFixedNodeLocations=NULL)CompressibleNonlinearElasticitySolver< DIM > [inline]
ComputeResidualAndGetNorm(bool allowException)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
ComputeStressAndStressDerivative(AbstractMaterialLaw< DIM > *pMaterialLaw, c_matrix< double, DIM, DIM > &rC, c_matrix< double, DIM, DIM > &rInvC, double pressure, unsigned elementIndex, unsigned currentQuadPointGlobalIndex, c_matrix< double, DIM, DIM > &rT, FourthOrderTensor< DIM, DIM, DIM, DIM > &rDTdE, bool computeDTdE)CompressibleNonlinearElasticitySolver< DIM > [inline, protected, virtual]
CreateCmguiOutput()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
dTdEAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
GetNumNewtonIterations()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
Initialise(std::vector< c_vector< double, DIM > > *pFixedNodeLocations)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
MAX_NEWTON_ABS_TOLAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected, static]
mBodyForceAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mBoundaryElementsAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mCurrentSolutionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mCurrentTimeAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mDeformedPositionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mDensityAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mFixedNodeDisplacementsAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mFixedNodesAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
MIN_NEWTON_ABS_TOLAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected, static]
mKspAbsoluteTolAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mMaterialLawsCompressibleNonlinearElasticitySolver< DIM > [protected]
mNumDofsAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mNumNewtonIterationsAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mOutputDirectoryAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpBodyForceFunctionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpBoundaryQuadratureRuleAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpLinearSystemAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpOutputFileHandlerAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpPreconditionMatrixLinearSystemAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpQuadMeshAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpQuadratureRuleAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mpTractionBoundaryConditionFunctionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mSurfaceTractionsAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mUsingBodyForceFunctionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mUsingTractionBoundaryConditionFunctionAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mWriteOutputAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
mWriteOutputEachNewtonIterationAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
NEWTON_REL_TOLAbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected, static]
NUM_NODES_PER_BOUNDARY_ELEMENTCompressibleNonlinearElasticitySolver< DIM > [protected, static]
NUM_NODES_PER_ELEMENTCompressibleNonlinearElasticitySolver< DIM > [protected, static]
NUM_VERTICES_PER_ELEMENTCompressibleNonlinearElasticitySolver< DIM > [protected, static]
PostNewtonStep(unsigned counter, double normResidual)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected, virtual]
PrintLineSearchResult(double s, double residNorm)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
rGetCurrentSolution()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [inline]
rGetDeformedPosition()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
SetCurrentTime(double time)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [inline]
SetFunctionalBodyForce(c_vector< double, DIM >(*pFunction)(c_vector< double, DIM > &X, double t))AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
SetFunctionalTractionBoundaryCondition(std::vector< BoundaryElement< DIM-1, DIM > * > rBoundaryElements, c_vector< double, DIM >(*pFunction)(c_vector< double, DIM > &X, double t))AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
SetKspAbsoluteTolerance(double kspAbsoluteTolerance)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [inline]
SetSurfaceTractionBoundaryConditions(std::vector< BoundaryElement< DIM-1, DIM > * > &rBoundaryElements, std::vector< c_vector< double, DIM > > &rSurfaceTractions)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
SetWriteOutput(bool writeOutput=true)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
SetWriteOutputEachNewtonIteration(bool writeOutputEachNewtonIteration=true)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [inline]
Solve(double tol=-1.0, unsigned maxNumNewtonIterations=INT_MAX, bool quitIfNoConvergence=true)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
STENCIL_SIZECompressibleNonlinearElasticitySolver< DIM > [protected, static]
TakeNewtonStep()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
TestCompressibleNonlinearElasticitySolver (defined in CompressibleNonlinearElasticitySolver< DIM >)CompressibleNonlinearElasticitySolver< DIM > [friend]
UpdateSolutionUsingLineSearch(Vec solution)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
VectorSum(std::vector< double > &rX, ReplicatableVector &rY, double a, std::vector< double > &rZ)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [protected]
WriteCurrentDeformation(std::string fileName, int counterToAppend=-1)AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM >
~AbstractNonlinearElasticitySolver()AbstractNonlinearElasticitySolver< COMPRESSIBLE, DIM > [virtual]
~CompressibleNonlinearElasticitySolver()CompressibleNonlinearElasticitySolver< DIM > [inline]


Generated on Mon Apr 18 11:36:48 2011 for Chaste by  doxygen 1.5.5