#include <space.hh>
Public Types | |
| typedef Element< F > | type |
| typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
| Constant3d (concepts::Mesh2 &msh, uint lvl, uint elmType=0) | |
| uint | dim () const |
| Returns the number of degrees of freedom. | |
| uint | nelm () const |
| Returns the number of elements. | |
| concepts::Scan< concepts::Element< F > > * | scan () const |
| Returns a scanner 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 | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
A 3D space with discontinuous, piecewise constant basis functions. The elements are triangles.
It consists of elements in a regular (uniformly refined) mesh. The elements use constant shape functions.
The space cannot be refined but only created with a given level of refinement.
|
inherited |
|
inherited |
| bem::Constant3d< F >::Constant3d | ( | concepts::Mesh2 & | msh, |
| uint | lvl, | ||
| uint | elmType = 0 |
||
| ) |
Constructor.
| msh | Mesh for the space |
| lvl | Level of uniform refinement |
| elmType | Type of basis functions. 0: Constant3d000 2: Constant3d002 |
| MissingFeature |
|
inlinevirtual |
Returns the number of degrees of freedom.
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.
Implements concepts::Space< F >.
|
inlinevirtual |
Returns a scanner of the space.
Implements concepts::Space< F >.