shards Version of the Day
|
▼Nshards | |
CArray | The preferred multi-dimensional Array interface with compile-time user-defined dimension ordinates |
CArray< Scalar, array_order, void, void, void, void, void, void, void, void > | The multi-dimensional Array interface with runtime user-defined dimension ordinates. Typically used when runtime-polymorphic arrays are passed to functions |
CArray< Scalar, RankZero, void, void, void, void, void, void, void, void > | Specialization for an array with Rank = 0 |
CArrayDimension | An anonymous array dimension tag, which is NOT the recommended usage |
CArrayDimTag | Abstract base class for array dimension tags supplied to the Array template class |
CBeam | Topological traits: Dimension = 2, Edges = 1, Vertices = 2, and Nodes = 2 or 3 |
CBitAnd | Bitwise-and into an array |
CBitOr | Bitwise-or into an array |
CCellTopology | Provide input checked access (in debug mode) to cell topology data and a procedure to create custom cell topologies |
▼CCellTopologyTraits | Compile-time traits for a cell topology |
Cedge | Edge subcell information |
Cpermutation | Node permutations for proper subcells |
Cside | Side subcell information |
Csubcell | Subcell information |
CCompare | Lexicographical comparison of two arrays |
CCopy | Copy into an array |
CHexahedron | Topological traits: Dimension = 3, Sides = 6, Edges = 12, Vertices = 8, and Nodes = 8, 20, or 27 |
CIndexList | Compile-time list of indices. |
CIndexListAt | Access member of compile-time list of indices. Defines enum { value = Jth member }; |
CIndexListLength | Length of list. Defines enum { value }; |
CInnerProduct | Inner product of two arrays |
CLine | Topological traits: Dimension = 1, Vertices = 2, Nodes = 2 or 3 |
CMakeTypeList | Member typedef ... type ; is a type list constructed from the template arguments |
CMax | Take maximum value of each member of two arrays |
CMin | Take minimum value of each member of two arrays |
CNode | Topological traits: Dimension = 0, Vertices = 0, Nodes = 0 |
CParticle | Topological traits: Dimension = 0, Vertices = 1, Nodes = 1 |
CProd | Scale into an array |
CPyramid | Topological traits: Dimension = 3, Sides = 5, Edges = 8, Vertices = 5, and Nodes = 5, 13, or 14 |
CQuadrilateral | Topological traits: Dimension = 2, Edges = 4, Vertices = 4, and Nodes = 4, 8, or 9 |
CSameType | Member enum { value = ... }; is true if T1 and T2 are the same type |
CShellLine | Topological traits: Dimension = 2, Edges = 2, Vertices = 2, and Nodes = 2 or 3 |
CShellQuadrilateral | Topological traits: Dimension = 2, Sides = 2, Edges = 4, Vertices = 4, and Nodes = 4, 8, or 9 |
CShellTriangle | Topological traits: Dimension = 3, Sides = 2, Edges = 3, Vertices = 3, and Nodes = 3 or 6 |
CSum | Sum into an array |
CTetrahedron | Topological traits: Dimension = 3, Sides = 4, Edges = 6, Vertices = 4, and Nodes = 4 or 10 |
CTriangle | Topological traits: Dimension = 2, Edges = 3, Vertices = 3, and Nodes = 3 or 6 |
CTypeList | A link within a linked list of types |
CTypeListAppend | Member typedef ... type ; is defined by appending T to the end of ListA |
CTypeListAt | Member typedef ... type ; is the type of the member of ListType at location ordinal if ordinal is less than the type list length |
CTypeListClean | Member typedef ... type ; is defined by truncating ListType at the first occurance of TypeListEnd . Used by MakeTypeList to generate a clean type list |
CTypeListCount | Member enum { value = ... }; is the number of occurances of TestValue within ListType |
CTypeListDisjoint | Member enum { value = ... }; is true if all members of ListA are not a member ListB |
CTypeListEraseAt | Member typedef ... type ; is defined by erasing member at ordinal from ListType |
CTypeListFirst | Member typedef ... type ; is the first member of ListType |
CTypeListIndex | Member enum { value = ... }; is the location within ListType of occurance I of type TestValue . If this occurance does not exist then value = -1 |
CTypeListJoin | Member typedef ... type ; is defined by joining ListB to the end of ListA |
CTypeListLast | Member typedef ... type ; is the last member of ListType |
CTypeListLength | Member enum { value = ... }; is the length of the type list |
CTypeListMember | Member enum { value = ... }; is true if TestValue is a member of ListType |
CTypeListUnique | Member enum { value = ... }; is true if each member of ListType appears exactly once |
CWedge | Topological traits: Dimension = 3, Sides = 5, Edges = 9, Vertices = 6, and Nodes = 6, 15, or 18 |
CCellTopologyData | A simple 'C' struct of cell topology attributes |
CCellTopologyData_Permutation | Array of node permutations |
CCellTopologyData_Subcell | Subcell information |