concepts::Space< F > Class Template Referenceabstract
Abstract class for a space. More...
#include <innerResidual.hh>
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 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::Space< F >
Abstract class for a space.
Definition at line 32 of file innerResidual.hh.
Member Typedef Documentation
◆ Scanner
typedef Scan<Element<F> > concepts::Space< F >::Scanner |
◆ type
typedef Element<F> concepts::Space< F >::type |
Member Function Documentation
◆ dim()
|
pure virtual |
Returns the dimension of the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ getOutputDimension()
|
inlinevirtual |
◆ info()
|
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()
|
pure virtual |
Returns the number of elements in the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::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.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::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 files:
- estimator/innerResidual.hh
- space/space.hh