#include <hpAdaptiveSpaceL2.hh>
Public Types | |
typedef concepts::Scan< BaseElement< concepts::Real > > | Scan |
typedef ElementWithCell< concepts::Real > | type |
typedef Scan< ElementWithCell< concepts::Real > > | Scanner |
Public Member Functions | |
hpAdaptiveSpaceL2 (concepts::Mesh1 &msh, uint p) | |
uint | dim () const override |
Returns the dimension of the space. | |
uint | nelm () const override |
Returns the number of elements in the space. | |
Scan * | scan () const override |
Returns a scanner to iterate over the elements of the space. | |
void | recomputeShapefunctions () |
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 override |
Returns information in an output stream. | |
A 1D polynomial space spanned by Legrendre type polynomials. More precisely the basis is polynonmial and orthonomal w.r.t. the scalar product
.
Definition at line 27 of file hpAdaptiveSpaceL2.hh.
Definition at line 29 of file hpAdaptiveSpaceL2.hh.
|
inherited |
|
inherited |
hp1D::hpAdaptiveSpaceL2::hpAdaptiveSpaceL2 | ( | concepts::Mesh1 & | msh, |
uint | p | ||
) |
msh | The mesh consisting of a single edge element. |
p | Degree of the polynomials to be used. |
|
inlineoverridevirtual |
Returns the dimension of the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 38 of file hpAdaptiveSpaceL2.hh.
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
overrideprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SpaceOnCells< concepts::Real >.
|
inlineoverridevirtual |
Returns the number of elements in the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 42 of file hpAdaptiveSpaceL2.hh.
void hp1D::hpAdaptiveSpaceL2::recomputeShapefunctions | ( | ) |
Recompute shape functions, e.g. for other abscissas redefined through IntegrableElm::rule().set(...)
|
inlineoverridevirtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 46 of file hpAdaptiveSpaceL2.hh.