#include <space.hh>
Public Types | |
typedef Element< F > | type |
typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
Linear3d (concepts::Mesh2 &msh, uint lvl) | |
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. | |
std::ostream & | info (std::ostream &os, uint mode=0) const |
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 continuous, piecewise linear basis functions. The elements are triangles.
It consists of elements in a regular (uniformly refined) mesh. The elements use linear shape functions.
The space cannot be refined but only created with a given level of refinement.
|
inherited |
|
inherited |
bem::Linear3d< F >::Linear3d | ( | concepts::Mesh2 & | msh, |
uint | lvl | ||
) |
Constructor.
msh | Mesh for the space |
lvl | Level of uniform refinement |
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 >.
std::ostream & bem::Linear3d< F >::info | ( | std::ostream & | os, |
uint | mode = 0 |
||
) | const |
Returns information in an output stream
os | Output stream |
mode | There are different levels of information available. mode = 0 Output of dimension and number of elements mode = 1 As mode 0 but in addition output of all elements mode > 1 As mode 0 but prints also the vertices with the DoF number |
|
inlinevirtual |
Returns the number of elements.
Implements concepts::Space< F >.
|
inlinevirtual |
Returns a scanner of the space.
Implements concepts::Space< F >.