|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
a small struct used to enable range-based for loops in Array2D
More...
#include <element_restriction.hpp>
Public Member Functions | |
| T * | begin () |
| the beginning of the range | |
| T * | end () |
| the end of the range | |
Public Attributes | |
| T * | ptr [2] |
| the beginning and end of the range | |
a small struct used to enable range-based for loops in Array2D
Definition at line 96 of file element_restriction.hpp.