Class documentation of Concepts

Loading...
Searching...
No Matches
defines.hh
Go to the documentation of this file.
1
6#pragma once
7
8namespace concepts {
9
10 // **************************************************************************
11
13 enum intRule { GAUSS_LOBATTO = 0, GAUSS_JACOBI = 4, TRAPEZE = 5 };
14
15}
intRule
Types of integration rules to choose from.
Definition defines.hh:13