NeoPZ
Integral
adapt.cpp
Go to the documentation of this file.
1
2
#include "
adapt.h
"
3
4
5
const
REAL
Adapt::alpha
=
sqrt
(2.0/3.0);
6
const
REAL
Adapt::beta
= 1.0/
sqrt
(5.0);
7
const
REAL
Adapt::x1
= 0.942882415695480;
8
const
REAL
Adapt::x2
= 0.641853342345781;
9
const
REAL
Adapt::x3
= 0.236383199662150;
10
const
REAL
Adapt::x
[12] = {0, -x1, -alpha, -x2, -beta, -x3, 0.0, x3, beta, x2, alpha, x1};
Adapt::x3
static const REAL x3
Definition:
adapt.h:45
Adapt::x2
static const REAL x2
Definition:
adapt.h:45
Adapt::x1
static const REAL x1
Definition:
adapt.h:45
Adapt::x
static const REAL x[12]
Definition:
adapt.h:45
Adapt::alpha
static const REAL alpha
Definition:
adapt.h:45
sqrt
expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ sqrt
Definition:
tfadfunc.h:120
adapt.h
Adapt::beta
static const REAL beta
Definition:
adapt.h:45
Generated on Sun Aug 16 2020 11:17:01 for NeoPZ by
1.8.13