#include <space.hh>
Public Types | |
| typedef TriangleP1 | Element |
| typedef void(* | SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
| typedef std::unordered_map< uint, Triangle * > | Map |
| typedef Element< Real > | type |
| typedef Scan< Element< Real > > | Scanner |
Public Member Functions | |
| SpaceP1 (concepts::Mesh2 &msh) | |
| virtual Scanner * | scan () const |
| Returns a scanner to iterate over the elements of the space. | |
| virtual uint | dim () const |
| Returns the dimension of the space. | |
| virtual uint | nelm () const |
| Returns the number of elements in the space. | |
| virtual const Triangle & | elm (const concepts::Triangle2d *cell) const |
Returns the element on triangle cell. | |
| 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 information in an output stream. | |
| virtual Triangle * | newElm_ (const concepts::Triangle2d &cell, uint idx[]) const |
| virtual uint | nDoF_ () const |
| Returns number of degrees of freedom per element. | |
| virtual void | constructor_ (concepts::Mesh2 &mesh) |
| typedef TriangleP1 linDG2D::SpaceP1::Element |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlinevirtualinherited |
Returns the dimension of the space.
Implements concepts::Space< Real >.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from linDG2D::Space.
|
inlineprotectedvirtual |
Returns number of degrees of freedom per element.
Implements linDG2D::Space.
|
inlinevirtualinherited |
Returns the number of elements in the space.
Implements concepts::Space< Real >.
|
inlineprotectedvirtual |
Implements linDG2D::Space.
|
inlinevirtualinherited |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< Real >.