defines.hh

Go to the documentation of this file.
1 
6 #pragma once
7 
8 namespace concepts {
9 
10  // **************************************************************************
11 
13  enum intRule { GAUSS_LOBATTO = 0, GAUSS_JACOBI = 4, TRAPEZE = 5 };
14 
15 }
@ GAUSS_JACOBI
Definition: defines.hh:13
@ TRAPEZE
Definition: defines.hh:13
intRule
Types of integration rules to choose from.
Definition: defines.hh:13
@ GAUSS_LOBATTO
Definition: defines.hh:13
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich