Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
}
concepts::GAUSS_JACOBI
@ GAUSS_JACOBI
Definition:
defines.hh:13
concepts::TRAPEZE
@ TRAPEZE
Definition:
defines.hh:13
concepts::intRule
intRule
Types of integration rules to choose from.
Definition:
defines.hh:13
concepts::GAUSS_LOBATTO
@ GAUSS_LOBATTO
Definition:
defines.hh:13
concepts
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