Doxygen API reference documentation for ideal.II
Loading...
Searching...
No Matches
Namespaces | Classes
idealii::spacetime Namespace Reference

Namespace for general spacetime object and collections of slab objects. More...

Namespaces

namespace  fixed
 Namespace for tensor product triangulations with a single fixed spatial mesh.
 
namespace  parallel
 Namespace for MPI parallel objects in space.
 

Classes

class  DG_FiniteElement
 A class for dG elements in time and arbitrary elements in space. More...
 
class  DoFHandler
 The spacetime dofhandler object. More...
 
class  FEFaceValues
 Evaluation of the tensor-product space-time basis functions on spatial element faces. More...
 
class  FEJumpValues
 Evaluation of the tensor-product space-time basis functions at the temporal element edges. More...
 
class  FEValues
 Evaluation of the tensor-product space-time basis functions. More...
 
class  QGauss
 A Gauss-Legende quadrature formula in space and time. More...
 
class  QGaussLeftBox
 A Gauss-Legende quadrature formula in space and left box rule in time. More...
 
class  QGaussRightBox
 A Gauss-Legende quadrature formula in space and right box rule in time. More...
 
class  Quadrature
 The base class for quadrature formulae in space and time. More...
 
class  Triangulation
 The spacetime triangulation object. More...
 
class  TrilinosVector
 The spacetime Trilinos vector object. More...
 
class  Vector
 The spacetime vector object. More...
 

Detailed Description

Namespace for general spacetime object and collections of slab objects.

Namespace containing two types of classes.

The first are general spacetime definitions independent of the actual triangulation. Examples are space-time finite element classes and quadrature formulae.

The second are classes containing lists of slab:: classes or general objects related to a specific slab. Examples are triangulations, DoF handlers and vectors.