NeoPZ
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};
static const REAL x3
Definition: adapt.h:45
static const REAL x2
Definition: adapt.h:45
static const REAL x1
Definition: adapt.h:45
static const REAL x[12]
Definition: adapt.h:45
static const REAL alpha
Definition: adapt.h:45
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
static const REAL beta
Definition: adapt.h:45