Jpp  debug
the software that should make you happy
Variables
GAUSS_LEGENDRE Namespace Reference

Variables

const int numberOfPoints = 10
 
const double epsilon = 1.0e-12
 
const double xmin = -5.0
 
const double xmax = +3.0
 
const JPolynome f1 (1.0, 2.0, 3.0)
 Function. More...
 
const JPolynome F1 = f1.getIntegral()
 Integral. More...
 

Variable Documentation

◆ numberOfPoints

const int GAUSS_LEGENDRE::numberOfPoints = 10

Definition at line 20 of file JQuadrature.cc.

◆ epsilon

const double GAUSS_LEGENDRE::epsilon = 1.0e-12

Definition at line 21 of file JQuadrature.cc.

◆ xmin

const double GAUSS_LEGENDRE::xmin = -5.0

Definition at line 23 of file JQuadrature.cc.

◆ xmax

const double GAUSS_LEGENDRE::xmax = +3.0

Definition at line 24 of file JQuadrature.cc.

◆ f1

const JPolynome GAUSS_LEGENDRE::f1(1.0, 2.0, 3.0) ( 1.  0,
2.  0,
3.  0 
)

Function.

◆ F1

const JPolynome GAUSS_LEGENDRE::F1 = f1.getIntegral()

Integral.

Definition at line 34 of file JQuadrature.cc.