shards
Version of the Day
|
![]() ![]() | The preferred multi-dimensional Array interface with compile-time user-defined dimension ordinates |
![]() ![]() | The multi-dimensional Array interface with runtime user-defined dimension ordinates. Typically used when runtime-polymorphic arrays are passed to functions |
![]() ![]() | |
![]() ![]() | Specialization for an array with Rank = 0 |
![]() ![]() | Abstract base class for array dimension tags supplied to the Array template class |
![]() ![]() ![]() | An anonymous array dimension tag, which is NOT the recommended usage |
![]() ![]() | Topological traits: Dimension = 2, Edges = 1, Vertices = 2, and Nodes = 2 or 3 |
![]() ![]() | Bitwise-and into an array |
![]() ![]() | Bitwise-or into an array |
![]() ![]() | Provide input checked access (in debug mode) to cell topology data and a procedure to create custom cell topologies |
![]() ![]() | A simple 'C' struct of cell topology attributes |
![]() ![]() | Array of node permutations |
![]() ![]() | Subcell information |
![]() ![]() | Compile-time traits for a cell topology |
![]() ![]() | |
![]() ![]() ![]() | Topological traits: Dimension = 0, Vertices = 0, Nodes = 0 |
![]() ![]() | |
![]() ![]() ![]() | Topological traits: Dimension = 1, Vertices = 1, Nodes = 1 |
![]() ![]() | Lexicographical comparison of two arrays |
![]() ![]() | Copy into an array |
![]() ![]() | Edge subcell information |
![]() ![]() | Topological traits: Dimension = 3, Sides = 6, Edges = 12, Vertices = 8, and Nodes = 8, 20, or 27 |
![]() ![]() | Compile-time list of indices |
![]() ![]() | Access member of compile-time list of indices. Defines enum { value = Jth member }; |
![]() ![]() | Length of list. Defines enum { value }; |
![]() ![]() | Inner product of two arrays |
![]() ![]() | Topological traits: Dimension = 1, Vertices = 2, Nodes = 2 or 3 |
![]() ![]() | Member typedef ... type ; is a type list constructed from the template arguments |
![]() ![]() | Take maximum value of each member of two arrays |
![]() ![]() | Take minimum value of each member of two arrays |
![]() ![]() | Node permutations for proper subcells |
![]() ![]() | Scale into an array |
![]() ![]() | Topological traits: Dimension = 3, Sides = 5, Edges = 8, Vertices = 5, and Nodes = 5, 13, or 14 |
![]() ![]() | Topological traits: Dimension = 2, Edges = 4, Vertices = 4, and Nodes = 4, 8, or 9 |
![]() ![]() | Member enum { value = ... }; is true if T1 and T2 are the same type |
![]() ![]() | Topological traits: Dimension = 2, Edges = 2, Vertices = 2, and Nodes = 2 or 3 |
![]() ![]() | Topological traits: Dimension = 2, Sides = 2, Edges = 4, Vertices = 4, and Nodes = 4, 8, or 9 |
![]() ![]() | Topological traits: Dimension = 3, Sides = 2, Edges = 3, Vertices = 3, and Nodes = 3 or 6 |
![]() ![]() | Side subcell information |
![]() ![]() | Subcell information |
![]() ![]() | Sum into an array |
![]() ![]() | Topological traits: Dimension = 3, Sides = 4, Edges = 6, Vertices = 4, and Nodes = 4 or 10 |
![]() ![]() | Topological traits: Dimension = 2, Edges = 3, Vertices = 3, and Nodes = 3 or 6 |
![]() ![]() | A link within a linked list of types |
![]() ![]() | Member typedef ... type ; is defined by appending T to the end of ListA |
![]() ![]() | Member typedef ... type ; is the type of the member of ListType at location ordinal if ordinal is less than the type list length |
![]() ![]() | Member typedef ... type ; is defined by truncating ListType at the first occurance of TypeListEnd . Used by MakeTypeList to generate a clean type list |
![]() ![]() | Member enum { value = ... }; is the number of occurances of TestValue within ListType |
![]() ![]() | Member enum { value = ... }; is true if all members of ListA are not a member ListB |
![]() ![]() | Member typedef ... type ; is defined by erasing member at ordinal from ListType |
![]() ![]() | Member typedef ... type ; is the first member of ListType |
![]() ![]() | Member enum { value = ... }; is the location within ListType of occurance I of type TestValue . If this occurance does not exist then value = -1 |
![]() ![]() | Member typedef ... type ; is defined by joining ListB to the end of ListA |
![]() ![]() | Member typedef ... type ; is the last member of ListType |
![]() ![]() | Member enum { value = ... }; is the length of the type list |
![]() ![]() | Member enum { value = ... }; is true if TestValue is a member of ListType |
![]() ![]() | Member enum { value = ... }; is true if each member of ListType appears exactly once |
![]() ![]() | Topological traits: Dimension = 3, Sides = 5, Edges = 9, Vertices = 6, and Nodes = 6, 15, or 18 |