#include <space.hh>
Public Types | |
| typedef concepts::Scan< FvdgElement > | Scanner |
| typedef ElementWithCell< Real > | type |
Public Member Functions | |
| FvdgSpaceP0 (concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0) | |
| 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 | |
| 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 |
|
inherited |
| linDG3D::FvdgSpaceP0::FvdgSpaceP0 | ( | concepts::Mesh3 & | msh, |
| concepts::BoundaryConditions * | bc = 0 |
||
| ) |
Constructor.
| msh | Mesh on which the space is created |
| bc | Boundary conditions for the space |
|
inlineinherited |
|
inlinevirtualinherited |
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 linDG3D::FvdgSpace.
|
inlineinherited |
|
inlinevirtualinherited |
Returns the number of elements in the space.
Implements concepts::SpaceOnCells< Real >.
|
inlinevirtualinherited |
Returns a new scanner over the elements in the space.
Implements concepts::SpaceOnCells< Real >.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |