Abstract class for a space. More...

#include <innerResidual.hh>

Inheritance diagram for concepts::Space< F >:
concepts::DDSpace< F > concepts::DummySpace< F > concepts::SpaceOnCells< F > constraints::Space< F > concepts::DDSpace< F::t_type > concepts::SpaceOnCoarseCells< dimC, F > vectorial::SpaceBase< concepts::SpaceOnCells< F > > concepts::SpaceOnCoarseCells< 2, F > concepts::DomainDecomp< F > vectorial::SpaceOnCells< F > hp2D::hpAdaptiveSpace< F >

Public Types

typedef Scan< Element< F > > Scanner
 
typedef Element< 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::Space< F >

Abstract class for a space.

Definition at line 32 of file innerResidual.hh.

Member Typedef Documentation

◆ Scanner

template<class F >
typedef Scan<Element<F> > concepts::Space< F >::Scanner

Definition at line 47 of file space.hh.

◆ type

template<class F >
typedef Element<F> concepts::Space< F >::type

Definition at line 46 of file space.hh.

Member Function Documentation

◆ dim()

◆ getOutputDimension()

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

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

template<class F >
virtual std::ostream& concepts::Space< F >::info ( std::ostream &  os) const
protectedvirtual

Reimplemented in hp1D::hpAdaptiveSpaceL2, vectorial::SpaceBase< concepts::SpaceOnCells< F > >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::SpaceOnCoarseCells< dimC, F >, concepts::SpaceOnCoarseCells< 2u, Real >, concepts::SpaceOnCoarseCells< 2, F >, concepts::SpaceOnCoarseCells< 2, Real >, concepts::SpaceOnCells< F >, concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::RestrictionSpace< F >, concepts::DomainDecomp< F >, concepts::DDSpace< F >, concepts::DDSpace< F::t_type >, concepts::DDSpace< typename Realtype< F >::type >, linearFEM::Linear3d, linearFEM::Linear2d, linearFEM::Linear1d, linDG3D::FvdgSpaceP1, linDG3D::FvdgSpaceP0, linDG3D::FvdgSpace, linDG2D::SpaceP0, linDG2D::SpaceP1, linDG2D::Space, linDG1D::Linear1d, hp3D::TraceSpace, hp3D::Space, hp3D::NeumannTraceSpace3d, hp2Dedge::Space, hp2D::hpAdaptiveSpaceHCurl_H1, hp2D::hpAdaptiveSpaceHCurl, hp2D::TraceSpace, hp2D::Space, hp2D::NeumannTraceSpace, hp2D::hpAdaptiveSpaceL2, hp2D::hpAdaptiveSpaceH1, hp2D::hpAdaptiveSpaceDG< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, hp1D::RysSpace, hp1D::DualSpace, constraints::Space< F >, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d000< F >, bem::AdaptiveSpace< F >, bem::AdaptiveSpace< concepts::Real >, bem::Constant3d< F >, bem::Linear3d< F >, bem::Dirac3d< F >, aglowav2::Haar3d0< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< F >, and aglowav::BiHaar3d< concepts::Real >.

◆ nelm()

◆ scan()


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