![]() |
Doxygen API reference documentation for ideal.II
|
The spacetime vector object. More...
#include <spacetime_vector.hh>
Public Member Functions | |
| Vector () | |
| Construct an empty list of vectors. | |
| void | reinit (unsigned int M) |
| Clear the list and add M empty vectors. | |
| unsigned int | M () |
| Return the size of the list, i.e. the number of slabs. | |
| slab::VectorIterator< Number > | begin () |
| Return an iterator pointing to the first "slab" vector. | |
| slab::VectorIterator< Number > | end () |
| Return an iterator pointing behind the last "slab" vector. | |
The spacetime vector object.
In practice this is just a class around a list of shared pointers to dealii::Vector<Number> objects to simplify time marching.