#include <space.hh>
Public Types | |
| typedef concepts::Scan< concepts::Element< F > > | Scan |
| typedef Element< F > | type |
| typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
| DummySpace (uint dim) | |
| virtual uint | dim () const |
| Returns the dimension of the space. | |
| virtual uint | nelm () const |
| Returns the number of elements in the space. | |
| virtual Scan * | scan () const |
| Returns a scanner to iterate over the elements of 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. | |
Space for a given dimension but without more functionality.
| typedef concepts::Scan<concepts::Element<F> > concepts::DummySpace< F >::Scan |
|
inherited |
|
inherited |
|
inline |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::Space< F >.
|
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::Space< F >.
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::Space< F >.
|
inlinevirtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< F >.