Doxygen API reference documentation for ideal.II
|
Namespace for slab objects. More...
Namespaces | |
DoFTools | |
Collection of functions working on degrees of freedom. | |
parallel | |
Namespace for MPI parallel objects in space. | |
VectorTools | |
Collection of functions working on space-time slab Vectors. | |
Classes | |
class | DoFHandler |
Actual DoFHandler for a specific slab. More... | |
class | Triangulation |
Actual Triangulation for a specific slab. More... | |
Typedefs | |
template<int dim> | |
using | DoFHandlerIterator = typename std::list< DoFHandler< dim > >::iterator |
A shortened type for iterators over a list of shared pointers to DoFHandler objects. | |
template<int dim> | |
using | TriaIterator = typename std::list< Triangulation< dim > >::iterator |
A shortened type for Iterators over a list of shared pointers to Triangulation<dim> objects. | |
using | TrilinosVectorIterator = typename std::list< dealii::TrilinosWrappers::MPI::Vector >::iterator |
A shortened type for iterators over a list of shared pointers to dealii::TrilinosWrappers::MPI::Vectors. | |
template<typename Number > | |
using | VectorIterator = typename std::list< dealii::Vector< Number > >::iterator |
A shortened type for iterators over a list of shared pointers to dealii::Vectors. | |
Namespace for slab objects.
Namespace containing all classes that describe objects operating on a tensor product between a onedimensional temporal triangulation and an n-dimensional spatial triangulation.