#include <rysSpace.hh>
Public Types | |
typedef concepts::Scan< BaseElement< concepts::Real > > | Scan |
typedef ElementWithCell< concepts::Real > | type |
typedef Scan< ElementWithCell< concepts::Real > > | Scanner |
Public Member Functions | |
RysSpace (concepts::Mesh1 &msh, uint p) | |
uint | dim () const |
Returns the dimension of the space. | |
uint | nelm () const |
Returns the number of elements in the space. | |
Scan * | scan () const |
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 |
Returns information in an output stream. | |
A 1D polynomial space spanned by the Rys basis. This space can be used as a prototype for any 1D space over a single element with a spectral basis.
Definition at line 26 of file rysSpace.hh.
Definition at line 28 of file rysSpace.hh.
|
inherited |
|
inherited |
hp1D::RysSpace::RysSpace | ( | concepts::Mesh1 & | msh, |
uint | p | ||
) |
msh | The mesh consisting of a single edge element. |
p | Degree of the polynomials to be used. |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 36 of file rysSpace.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.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SpaceOnCells< concepts::Real >.
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 37 of file rysSpace.hh.
void hp1D::RysSpace::recomputeShapefunctions | ( | ) |
Recompute shape functions, e.g. for other abscissas redefined through IntegrableElm::rule().set(...)
|
inlinevirtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::SpaceOnCells< concepts::Real >.
Definition at line 38 of file rysSpace.hh.