Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NOpm
 NElasticity
 CASMHandlerClass handling finite element assembly
 CBoundaryGridA class describing a quad grid
 CBoundedPredicatePredicate for checking if a vertex falls within a quads bounding box
 CQuadA class describing a linear, quadrilateral element
 CVertexA class describing a 2D vertex
 CVertexLessPredicate for sorting vertices
 CElasticityElasticity helper class
 CElasticityUpscaleThe main driver class
 CHexGeometryGeometry class for general hexagons
 CHexGeometry< 2, cdim, GridImp >Specialization for 2D quadrilaterals
 CIsotropicIsotropic linear elastic material
 CLagrangeCardinalFunctionRepresents a cardinal function on a line
 CLinearShapeFunctionRepresents a linear shape function on a Q4/Q8 element
 CLinSolParams
 CMaterialThis is a base class for linear elastic materials
 CMatrixOpsHelper class with some matrix operations
 CMortarBlockEvaluator
 CMortarEvaluator
 CMortarSchurPre
 CMortarUtils
 CMPCA class for representing a general multi-point constraint equation
 CDOFA struct for representing one term (DOF number and associated coefficient) in a MPC equation
 CLessComparison predicate for MPCs
 COperatorApplierClass abstracting a preconditioner or an inverse operator
 COrthotropicDOrthotropic linear elastic material with diagonal constitutive matrix
 COrthotropicSymOrthotropic linear elastic material with symmetric constitutive matrix
 CP1ShapeFunctionSetSingleton handler for the set of LinearShapeFunction
 CPNShapeFunctionSet
 CTensorProductFunctionRepresents a tensor-product of 1D functions
 CUzawaSolver
 CRelPermUpscaleHelperHelper class for relperm upscaling applications
 CSinglePhaseUpscalerA class for doing single phase (permeability) upscaling
 CSteadyStateUpscalerA class for doing steady state upscaling
 CSteadyStateUpscalerImplicitA class for doing steady state upscaling
 CSteadyStateUpscalerManager
 CSteadyStateUpscalerManagerImplicit
 CUpscalerBaseA base class for upscaling
 CLoggerHelperHelper class for progress logging during time consuming processes
 CMeshColorizerGenerate a coloring of a mesh suitable for threaded assembly. The mesh is assumed structured, and is sliced in strips of alternating colors (two colors). The two color groups can then be assembled in parallel since they will never add to the same DOFs in the linear system. Currently it can only be instanced for a CpGrid