#include <space.hh>
Public Types | |
typedef Element< F > | type |
typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
Dirac3d (concepts::Mesh2 &msh, uint lvl) | |
uint | dim () const |
Returns dimension of the space. | |
uint | nelm () const |
Returns number of elements in the space. | |
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 Dirac basis functions. The elements are triangles.
It consists of elements in a regular (uniformly refined) mesh. The elements use Dirac shape functions (used for collocation).
The space cannot be refined but only created with a given level of refinement.
|
inherited |
|
inherited |
bem::Dirac3d< F >::Dirac3d | ( | concepts::Mesh2 & | msh, |
uint | lvl | ||
) |
Constructor.
msh | Mesh for the space |
lvl | Level of uniform refinement |
MissingFeature |
|
inlinevirtual |
Returns dimension of the space.
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 number of elements in the space.
Implements concepts::Space< F >.
|
inlinevirtual |
Returns a scanner of the space.
Implements concepts::Space< F >.