linDG3D::FvdgSpaceP0 Class Referenceabstract
Space of piecewise constant functions on tetrahedrons. More...
#include <space.hh>
Public Types | |
typedef concepts::Scan< FvdgElement > | Scanner |
typedef ElementWithCell< Real > | type |
Public Member Functions | |
const concepts::ElementPairList< Real > & | boundaryElmPairList () const |
Returns a reference to the boundary element pair list. More... | |
uint | dim () const |
Returns the dimension of the space. More... | |
virtual uint | dim () const=0 |
Returns the dimension of the space. More... | |
FvdgSpaceP0 (concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0) | |
Constructor. More... | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. More... | |
const concepts::ElementPairList< Real > & | innerElmPairList () const |
Returns a reference to the element pair list of the inner elements. More... | |
uint | nelm () const |
Returns the number of elements in the space. More... | |
virtual uint | nelm () const=0 |
Returns the number of elements in the space. More... | |
Scanner * | scan () const |
Returns a new scanner over the 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 | |
void | createElementPairList_ () |
virtual std::ostream & | info (std::ostream &os) const |
Returns the dimension and the number of the elements in the space. More... | |
Protected Attributes | |
concepts::BoundaryConditions * | bc_ |
concepts::ElementPairList< Real > | boundaryElmPairList_ |
uint | dim_ |
concepts::Joiner< FvdgElement *, 1 > * | elm_ |
concepts::ElementPairList< Real > | innerElmPairList_ |
uint | nelm_ |
Detailed Description
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Constructor & Destructor Documentation
◆ FvdgSpaceP0()
linDG3D::FvdgSpaceP0::FvdgSpaceP0 | ( | concepts::Mesh3 & | msh, |
concepts::BoundaryConditions * | bc = 0 |
||
) |
Constructor.
- Parameters
-
msh Mesh on which the space is created bc Boundary conditions for the space
Member Function Documentation
◆ boundaryElmPairList()
|
inlineinherited |
◆ createElementPairList_()
|
protectedinherited |
◆ dim() [1/2]
|
inlineinherited |
◆ dim() [2/2]
|
pure virtualinherited |
Returns the dimension of the space.
Implements concepts::Space< Real >.
Implemented in hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ info()
|
protectedvirtual |
Returns the dimension and the number of the elements in the space.
Reimplemented from linDG3D::FvdgSpace.
◆ innerElmPairList()
|
inlineinherited |
◆ nelm() [1/2]
|
inlineinherited |
◆ nelm() [2/2]
|
pure virtualinherited |
Returns the number of elements in the space.
Implements concepts::Space< Real >.
Implemented in hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
◆ scan() [1/2]
|
inlineinherited |
◆ scan() [2/2]
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< Real >.
Implemented in hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
Member Data Documentation
◆ bc_
|
protectedinherited |
◆ boundaryElmPairList_
|
protectedinherited |
◆ dim_
◆ elm_
|
protectedinherited |
◆ innerElmPairList_
|
protectedinherited |
◆ nelm_
The documentation for this class was generated from the following file:
- linDG3D/space.hh