Public Types | |
typedef ElementWithCell< F > | type |
typedef Scan< ElementWithCell< F > > | Scanner |
Public Member Functions | |
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. | |
virtual void | adjust (const Element< F > &elm, const Tadj &a)=0 |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
|
inherited |
|
inherited |
|
pure virtualinherited |
Adjusts the space in the next rebuild step for this element.
Implemented in hp2D::hpAdaptiveSpace< F >.
|
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.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SpaceOnCells< F >.
|
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.