#include <space.hh>
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 Scanner * | scan () 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. | |
Interface class for SpacesOnCells that also allow for allCells(), that i.e. hold the coarsest cells given by lower keys.
|
inherited |
|
inherited |
|
pure virtualinherited |
Returns the dimension of the space.
Implements concepts::Space< F >.
Implemented in bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG3D::FvdgSpace, concepts::RestrictionSpace< F >, and hp1D::hpAdaptiveSpaceL2.
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SpaceOnCells< F >.
Reimplemented in hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::hpAdaptiveSpaceH1, hp2D::hpAdaptiveSpaceL2, and hp2D::hpAdaptiveSpaceHCurl.
|
pure virtualinherited |
Returns the number of elements in the space.
Implements concepts::Space< F >.
Implemented in bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG3D::FvdgSpace, concepts::RestrictionSpace< F >, and hp1D::hpAdaptiveSpaceL2.
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< F >.
Implemented in bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG3D::FvdgSpace, concepts::RestrictionSpace< F >, and hp1D::hpAdaptiveSpaceL2.