Doxygen API reference documentation for ideal.II
Public Member Functions | List of all members
idealii::spacetime::Vector< Number > Class Template Reference

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.
 

Detailed Description

template<typename Number>
class idealii::spacetime::Vector< Number >

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.


The documentation for this class was generated from the following file: