Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
AutoStart | |
AutoStartLeaf | |
BLIterator | Iterator for the BoxLayout class. Used to iterate through the Points in bit space associated with patches of the domain |
Box | An interval in DIM dimensional space |
BoxLayout | An organization of Boxes that represents the computational domain |
CTensor< T, C, RestD > | Tensor object used to interface with data pointwise in a constant RectMDArray |
Interval | A linear interval with integer bounds |
LevelData< T, C, D, E > | Structure which holds all of the data in a computational domain for a given level of refinement |
Multigrid | Multigrid: solve a FV discretization of Poisson's equation on a union of rectangles |
Point | A point in space |
RectMDArray< T, C, D, E > | Multidimensional Rectangular Array of data |
Shift | A direction in space represented by a Point object |
Stencil< T > | An object which contains a set of offsets and coefficients associated with the application of a stencil |
Tensor< T, C, RestD > | Tensor object used to interface with data pointwise in a RectMDArray |
TraceTimer | |