Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::SpaceOnCells< F > Class Template Referenceabstract

#include <space.hh>

Inheritance diagram for concepts::SpaceOnCells< F >:
concepts::Space< F > concepts::OutputOperator bem::AdaptiveSpace< concepts::Real > concepts::SpaceOnCoarseCells< 2, F > concepts::SpaceOnCoarseCells< 2u, Real > concepts::SpaceOnCoarseCells< 2, Real > vectorial::SpaceBase< concepts::SpaceOnCells< F > > bem::AdaptiveSpace< F > concepts::RestrictionSpace< F > concepts::SpaceOnCoarseCells< dimC, F >

Public Types

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

Public Member Functions

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<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

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()

◆ nelm()

◆ scan()


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