concepts::SpaceOnCells< F > Class Template Referenceabstract

Abstract class for a space. More...

#include <space.hh>

Inheritance diagram for concepts::SpaceOnCells< F >:
concepts::Space< F > concepts::SpaceOnCoarseCells< dimC, F > vectorial::SpaceBase< concepts::SpaceOnCells< F > > concepts::SpaceOnCoarseCells< 2, F > vectorial::SpaceOnCells< F > hp2D::hpAdaptiveSpace< F >

Public Types

typedef Scan< ElementWithCell< F > > Scanner
 
typedef ElementWithCell< F > type
 

Public Member Functions

virtual uint dim () const =0
 Returns the dimension of the space. More...
 
virtual uint getOutputDimension () const
 Returns the default output dimension, when we consider plotting a real-valued operator on this space. More...
 
virtual uint nelm () const =0
 Returns the number of elements in the space. More...
 
virtual Scannerscan () const =0
 Returns a scanner to iterate over the elements of the space. More...
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Detailed Description

template<class F>
class concepts::SpaceOnCells< F >

Abstract class for a space.

Definition at line 81 of file space.hh.

Member Typedef Documentation

◆ Scanner

template<class F >
typedef Scan<ElementWithCell<F> > concepts::SpaceOnCells< F >::Scanner

Definition at line 84 of file space.hh.

◆ type

template<class F >
typedef ElementWithCell<F> concepts::SpaceOnCells< F >::type

Definition at line 83 of file space.hh.

Member Function Documentation

◆ dim()

◆ getOutputDimension()

template<class F >
virtual uint concepts::Space< F >::getOutputDimension ( ) const
inlinevirtualinherited

Returns the default output dimension, when we consider plotting a real-valued operator on this space.

Definition at line 50 of file space.hh.

◆ info()

◆ nelm()

◆ scan()

template<class F >
virtual Scanner* concepts::SpaceOnCells< F >::scan ( ) const
pure virtual

The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich