concepts::SpaceOnCoarseCells< dimC, F > Class Template Referenceabstract
Interface class for SpacesOnCells that also allow for allCells(), that i.e. More...
#include <space.hh>
Public Types | |
typedef Scan< ElementWithCell< F > > | Scanner |
typedef ElementWithCell< F > | type |
Public Member Functions | |
virtual const std::set< typename CellType< dimC >::cell * > | allCells () const =0 |
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<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.
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Member Function Documentation
◆ allCells()
|
pure virtual |
Implemented in hp2D::hpAdaptiveSpace< Real >.
◆ dim()
|
pure virtualinherited |
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::SpaceOnCells< F >.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, hp2D::hpAdaptiveSpaceL2, hp2D::hpAdaptiveSpaceH1, hp2D::hpAdaptiveSpaceDG< F >, hp2D::hpAdaptiveSpace< F >, and hp2D::hpAdaptiveSpace< Real >.
◆ nelm()
|
pure virtualinherited |
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 virtualinherited |
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