![]() |
Doxygen API reference documentation for ideal.II
|
The spacetime Trilinos vector object. More...
#include <spacetime_trilinos_vector.hh>
Public Member Functions | |
| TrilinosVector () | |
| 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::TrilinosVectorIterator | begin () |
| Return an iterator pointing to the first "slab" vector. | |
| slab::TrilinosVectorIterator | end () |
| Return an iterator pointing behind the last "slab" vector. | |
The spacetime Trilinos vector object.
In practice this is just a class around a list of shared pointers to dealii::TrilinosWrappers::MPI::Vector objects to simplify time marching.