#include <space.hh>
Public Types | |
typedef concepts::Scan< Element< F > > | Scan |
typedef Element< F > | type |
typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
Space (concepts::Space< F > &spc, ConstraintsList< F > &constr) | |
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. | |
void | rebuild () |
Rebuilds the space. | |
const concepts::ElementPairList< F > & | elmPairList () |
Returns a list of element pairs needed for matrix assembly. | |
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 of constraints
typedef concepts::Scan<Element<F> > constraints::Space< F >::Scan |
|
inherited |
|
inherited |
constraints::Space< F >::Space | ( | concepts::Space< F > & | spc, |
ConstraintsList< F > & | constr | ||
) |
Constructor.
spc | Computational space |
constr | List of constraints |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::Space< F >.
|
inline |
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Space< F >.
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::Space< F >.
|
virtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< F >.