concepts::SpaceOnCells< F > Class Template Referenceabstract
Abstract class for a space. More...
#include <space.hh>
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 Scanner * | scan () 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.
Member Typedef Documentation
◆ Scanner
typedef Scan<ElementWithCell<F> > concepts::SpaceOnCells< F >::Scanner |
◆ type
typedef ElementWithCell<F> concepts::SpaceOnCells< F >::type |
Member Function Documentation
◆ dim()
|
pure virtual |
Returns the dimension of the space.
Implements concepts::Space< F >.
Implemented in hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ info()
|
protectedvirtual |
Reimplemented from concepts::Space< F >.
Reimplemented in hp1D::hpAdaptiveSpaceL2, vectorial::SpaceBase< concepts::SpaceOnCells< F > >, concepts::SpaceOnCoarseCells< dimC, F >, concepts::SpaceOnCoarseCells< 2u, Real >, concepts::SpaceOnCoarseCells< 2, F >, concepts::SpaceOnCoarseCells< 2, Real >, concepts::RestrictionSpace< F >, linDG3D::FvdgSpaceP1, linDG3D::FvdgSpaceP0, linDG3D::FvdgSpace, hp3D::TraceSpace, hp3D::Space, hp3D::NeumannTraceSpace3d, hp2Dedge::Space, 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, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d000< F >, bem::AdaptiveSpace< F >, and bem::AdaptiveSpace< concepts::Real >.
◆ nelm()
|
pure virtual |
Returns the number of elements in the space.
Implements concepts::Space< F >.
Implemented in hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ scan()
|
pure virtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< F >.
Implemented in hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
The documentation for this class was generated from the following file:
- space/space.hh