![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
Taylor-Hood like function space. More...
#include </home/runner/work/iganet/iganet/include/iganet/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 | |
| TH ()=default | |
Provides the IGANET_FUNCTIONSPACE_DEFAULT_OPS operation. | |
| TH (const TH &)=default | |
| TH (TH &&)=default | |
Taylor-Hood like function space.
This class implements the Taylor-Hood like function space.
\[ S^{p_1+1}_{p_1-1} \otimes S^{p_1}_{p_1-1} \]
in one spatial dimension [1].
| using iganet::TH< 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.
| ncoeffs | Value of ncoeffs. |
| init | Value of init. |
| options | Configuration options. |
|
inlineexplicit |
Provides the TH operation.
| kv | Value of kv. |
| init | Value of init. |
| options | Configuration options. |
|
default |
Provides the IGANET_FUNCTIONSPACE_DEFAULT_OPS operation.
|
default |
|
default |