Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::SpaceOnCoarseCells< dimC, F > Class Template Referenceabstract

#include <space.hh>

Inheritance diagram for concepts::SpaceOnCoarseCells< dimC, F >:
concepts::SpaceOnCells< F > concepts::Space< F > concepts::OutputOperator hp2D::hpAdaptiveSpace< Real > hp2D::hpAdaptiveSpaceH1 hp2D::hpAdaptiveSpaceHCurl hp2D::hpAdaptiveSpaceL2

Public Types

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

Public Member Functions

virtual const std::set< typename CellType< dimC >::cell * > allCells () const =0
 
virtual Scannerscan () const =0
 Returns a scanner to iterate over the elements of the space.
 
virtual uint dim () const =0
 Returns the dimension of the space.
 
virtual uint nelm () const =0
 Returns the number of elements in the space.
 
virtual uint getOutputDimension () const
 Returns the default output dimension, when we consider plotting a real-valued operator on this space.
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

template<uint dimC, class F>
class concepts::SpaceOnCoarseCells< dimC, F >

Interface class for SpacesOnCells that also allow for allCells(), that i.e. hold the coarsest cells given by lower keys.

Definition at line 127 of file space.hh.

Member Typedef Documentation

◆ Scanner

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

Definition at line 84 of file space.hh.

◆ type

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

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.

Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.

Definition at line 50 of file space.hh.

◆ info()

template<uint dimC, class F >
virtual std::ostream & concepts::SpaceOnCoarseCells< dimC, F >::info ( std::ostream &  os) const
protectedvirtual

◆ nelm()

◆ scan()


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