NiHu
2.0
|
specialisation of NiHu::field_type_accelerator for the soft acceleration case More...
#include <field_type_accelerator.hpp>
Public Types | |
typedef pool< typename quadrature_type< Family, typename Field::elem_t::domain_t >::type, MaxOrder > | base_t |
typedef field_type_accelerator< Field, Family, acceleration::soft > | accelerator_t |
Public Member Functions | |
field_type_accelerator_pool () | |
this user-specified default constructor is needed by clang | |
const accelerator_t & | operator[] (unsigned idx) const |
constant index oprerator | |
Public Member Functions inherited from NiHu::pool< quadrature_type< Family, Field::elem_t::domain_t >::type, MaxOrder > | |
pool (void) | |
constructor | |
~pool (void) | |
destructor | |
const quadrature_type< Family, Field::elem_t::domain_t >::type & | operator[] (unsigned idx) const |
Index operator. More... | |
specialisation of NiHu::field_type_accelerator for the soft acceleration case
Field | the field type |
Family | the quadrature family |
MaxOrder | the maximal stored quadrature order |
Definition at line 367 of file field_type_accelerator.hpp.