#include <space.hh>
Public Types | |
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 | |
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 =0 |
virtual uint | nDoF_ () const =0 |
virtual void | constructor_ (concepts::Mesh2 &mesh) |
Abstract base class of spaces for DG FEM in 2D on triangles.
typedef std::unordered_map<uint, Triangle*> linDG2D::Space::Map |
|
inherited |
typedef void(* linDG2D::Space::SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
|
inherited |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::Space< Real >.
|
inlinevirtual |
|
inlinevirtualinherited |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Space< Real >.
Reimplemented in linDG2D::SpaceP1, and linDG2D::SpaceP0.
|
protectedpure virtual |
Implemented in linDG2D::SpaceP1.
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::Space< Real >.
|
inlinevirtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< Real >.