Intrepid
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NArrayTools
 NIntrepid
 CArrayWrapper
 CArrayWrapper< Scalar, ArrayType, 1, false >
 CArrayWrapper< Scalar, ArrayType, 1, true >
 CArrayWrapper< Scalar, ArrayType, 2, false >
 CArrayWrapper< Scalar, ArrayType, 2, true >
 CArrayWrapper< Scalar, ArrayType, 3, false >
 CArrayWrapper< Scalar, ArrayType, 3, true >
 CArrayWrapper< Scalar, ArrayType, 4, false >
 CArrayWrapper< Scalar, ArrayType, 4, true >
 CArrayWrapper< Scalar, ArrayType, 5, false >
 CArrayWrapper< Scalar, ArrayType, 5, true >
 CArrayWrapper< Scalar, ArrayType, 6, false >
 CArrayWrapper< Scalar, ArrayType, 6, true >
 CArrayWrapper< Scalar, ArrayType, 7, false >
 CArrayWrapper< Scalar, ArrayType, 7, true >
 CArrayWrapper< Scalar, ArrayType, 8, false >
 CArrayWrapper< Scalar, ArrayType, 8, true >
 CArrayWrapper< Scalar, ArrayType,-1, false >
 CArrayWrapper< Scalar, ArrayType,-1, true >
 CASGdata
 CBasisAn abstract base class that defines interface for concrete basis implementations for Finite Element (FEM) and Finite Volume/Finite Difference (FVD) discrete spaces
 CCheckType
 CFieldContainerImplementation of a templated lexicographical container for a multi-indexed scalar quantity. FieldContainer object stores a multi-indexed scalar value using the lexicographical index ordering: the rightmost index changes first and the leftmost index changes last. FieldContainer can be viewed as a dynamic multidimensional array whose values can be accessed in two ways: by their multi-index or by their enumeration, using an overloaded [] operator. The enumeration of a value gives the sequential order of the multi-indexed value in the container. The number of indices, i.e., the rank of the container is unlimited. For containers with ranks up to 5 many of the methods are optimized for faster execution. An overloaded () operator is also provided for such low-rank containers to allow element access by multi-index without having to create an auxiliary array for the multi-index
 CHGRAD_POLY_C1_FEMImplementation of the default H(grad) compatible FEM basis of degree 1 on a polygon cell
 COrthgonalBasesBasic implementation of general orthogonal polynomials on a range of shapes, including the triangle, and tetrahedron
 CRank
 CRankSpec
 CRankSpec< DataT, 1 >
 CRankSpec< DataT, 2 >
 CRankSpec< DataT, 3 >
 CRankSpec< DataT, 4 >
 CRankSpec< DataT, 5 >
 CRankSpec< DataT, 6 >
 CRankSpec< DataT, 7 >
 CRankSpec< DataT, 8 >
 CRankSpec< DataT,-1 >
 CReturn_Type
 CStdVector
 CTensorBasisAn abstract base class that defines interface for bases that are tensor products of simpler bases