NiHu  2.0
NiHu::constant_shape_set< Domain > Class Template Reference

Constant interpolation functions. More...

#include <shapeset.hpp>

Public Types

typedef shape_set_base< constant_shape_set< Domain > > base_t
 the CRTP base class type
 
typedef base_t::domain_t domain_t
 the domain type
 
typedef base_t::xi_t xi_t
 type of the domain variable
 
typedef base_t::corners_t corners_t
 
typedef base_t::corner_iterator_t corner_iterator_t
 

Static Public Member Functions

static corner_iterator_t corner_begin_impl ()
 return begin iterator to the corner nodes More...
 

Detailed Description

template<class Domain>
class NiHu::constant_shape_set< Domain >

Constant interpolation functions.

Template Parameters
Domainthe reference domain the shape set is defined above

Definition at line 290 of file shapeset.hpp.

Member Function Documentation

◆ corner_begin_impl()

template<class Domain >
static corner_iterator_t NiHu::constant_shape_set< Domain >::corner_begin_impl ( )
inlinestatic

return begin iterator to the corner nodes

Returns
begin iterator to corner nodes

Definition at line 358 of file shapeset.hpp.


The documentation for this class was generated from the following file: