Go to the documentation of this file.
36 inline uint
dim()
const {
return elm_->T().n(); }
37 inline uint
nelm()
const {
return 1u; }
47 virtual std::ostream&
info(std::ostream& os)
const;
53 std::unique_ptr<hp1D::RysElement<concepts::Real> >
elm_;
59 #endif // RysSpace1D_hh
A scanner over a single element.
concepts::Scan< BaseElement< concepts::Real > > Scan
virtual std::ostream & info(std::ostream &os) const
An abstract class for 1D meshes.
A 1D polynomial space spanned by the Rys basis.
concepts::Mesh1 & msh_
Mesh.
RysSpace(concepts::Mesh1 &msh, uint p)
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
void recomputeShapefunctions()
Recompute shape functions, e.g.
std::unique_ptr< hp1D::RysElement< concepts::Real > > elm_
The element.
Abstract class for a space.