#include <space.hh>
Public Types | |
| typedef concepts::Scan< FvdgElement > | Scanner |
| typedef ElementWithCell< Real > | type |
Public Member Functions | |
| uint | dim () const |
| Returns the dimension of the space. | |
| uint | nelm () const |
| Returns the number of elements in the space. | |
| Scanner * | scan () const |
| Returns a new scanner over the elements in the space. | |
| const concepts::ElementPairList< Real > & | boundaryElmPairList () const |
| Returns a reference to the boundary element pair list. | |
| const concepts::ElementPairList< Real > & | innerElmPairList () const |
| Returns a reference to the element pair list of the inner elements. | |
| virtual uint | getOutputDimension () const |
| Returns the default output dimension, when we consider plotting a real-valued operator on this space. | |
Protected Member Functions | |
| FvdgSpace (concepts::BoundaryConditions *bc) | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns the dimension and the number of the elements in the space. | |
| void | createElementPairList_ () |
Protected Attributes | |
| uint | dim_ |
| uint | nelm_ |
| concepts::BoundaryConditions * | bc_ |
| concepts::Joiner< FvdgElement *, 1 > * | elm_ |
| concepts::ElementPairList< Real > | innerElmPairList_ |
| concepts::ElementPairList< Real > | boundaryElmPairList_ |
|
inherited |
|
inlineprotected |
|
inline |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::SpaceOnCells< Real >.
|
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 the dimension and the number of the elements in the space.
Reimplemented from concepts::SpaceOnCells< Real >.
Reimplemented in linDG3D::FvdgSpaceP0, and linDG3D::FvdgSpaceP1.
|
inline |
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::SpaceOnCells< Real >.
|
inlinevirtual |
Returns a new scanner over the elements in the space.
Implements concepts::SpaceOnCells< Real >.
|
protected |
|
protected |
|
protected |
|
protected |