#include <space.hh>
Public Types | |
typedef concepts::Scan< linearFEM::Line > | Scan |
typedef void(* | SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
typedef Element< Real > | type |
typedef Scan< Element< Real > > | Scanner |
Public Member Functions | |
Linear1d (concepts::Mesh1 &msh, uint level) | |
virtual uint | dim () const |
Returns the dimension of the space. | |
virtual uint | nelm () const |
Returns the number of elements in the space. | |
virtual Scan * | scan () const |
Returns a scanner to iterate over the elements of the space. | |
const concepts::ElementPairList< Real > & | elmPairs () const |
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. | |
|
inherited |
typedef void(* linDG1D::Linear1d::SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
|
inherited |
linDG1D::Linear1d::Linear1d | ( | concepts::Mesh1 & | msh, |
uint | level | ||
) |
Constructor. Recursively calls constructor_
and generates the list of element pairs elmPair_
.
msh | Mesh |
level | Number levels for initial refinement |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::Space< Real >.
|
inline |
|
inlinevirtualinherited |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Space< Real >.
|
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 >.