|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <range.h>
Data Fields | |
| Memrange | r1 |
| Memrange * | r2 |
| char *** | b |
| int | len |
The Memindex structure defines multi-dimensional arrays with variable bounds. The interface is that used by [/src/grid/tree.h]().
This is the simplest implementation of a full multidimensional array, without any optimisation for sparsity.
The interface is the same as that in [range.h]() which implements "range sparse arrays".
The Memindex structure defines multi-dimensional arrays. The interface is that used by [/src/grid/tree.h]().
This implementation uses the Unix/Linux virtual memory subsystem to more efficiently store sparse multidimensional arrays.
The Memindex structure defines multi-dimensional arrays. The interface is that used by [/src/grid/tree.h]().
| int _Memindex::len |
Definition at line 16 of file simple.h.
Referenced by foreach_mem().