![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
Raviart-Thomas like function space. More...
#include </home/runner/work/iganet/iganet/include/splines/functionspace.hpp>
Public Types | |
| using | Base = FunctionSpace< std::tuple< typename Spline::template derived_self_type< typename Spline::value_type, Spline::geoDim(), Spline::degree(0)+1 >, typename Spline::template derived_self_type< typename Spline::value_type, Spline::geoDim(), Spline::degree(0)> > > |
| Base type. | |
Public Member Functions | |
| RT ()=default | |
| RT (const RT &)=default | |
| RT (RT &&)=default | |
Raviart-Thomas like function space.
This class implements the Raviart-Thomas like function space
\[ S^{p_1+1}_{p_1} \otimes S^{p_1}_{p_1-1} \]
in one spatial dimension [1].
| using iganet::RT< Spline, 1 >::Base = FunctionSpace<std::tuple< typename Spline::template derived_self_type< typename Spline::value_type, Spline::geoDim(), Spline::degree(0) + 1>, typename Spline::template derived_self_type< typename Spline::value_type, Spline::geoDim(), Spline::degree(0)> >> |
Base type.
|
inlineexplicit |
Constructor.
|
inlineexplicit |
Constructor.
|
default |
|
default |
|
default |