NiHu  2.0
global_definitions.hpp File Reference

global constants governing some accuracy parameters More...

#include "field_type_acceleration_option.hpp"
#include <cstddef>
Include dependency graph for global_definitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef acceleration::hard NiHu::GLOBAL_ACCELERATION
 acceleration::soft or acceleration::hard
 
typedef std::ptrdiff_t NiHu::Index
 

Enumerations

enum  { GLOBAL_ACCURACY = 3 }
 the global accuracy of integrations
 

Variables

const unsigned NiHu::GLOBAL_MAX_ORDER = 14
 the maximal order of accelerated quadratures and field type accelerators More...
 

Detailed Description

global constants governing some accuracy parameters

Definition in file global_definitions.hpp.

Variable Documentation

◆ GLOBAL_MAX_ORDER

const unsigned NiHu::GLOBAL_MAX_ORDER = 14

the maximal order of accelerated quadratures and field type accelerators

Todo:
increase Dunavant order to avoid overindexing

Definition at line 41 of file global_definitions.hpp.