Searched refs:wi (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 2504 CeedScalar P0, P1, P2, dP2, xi, wi, PI = 4.0 * atan(1.0); in CeedGaussQuadrature() local 2535 wi = 2.0 / ((1.0 - xi * xi) * dP2 * dP2); in CeedGaussQuadrature() 2536 q_weight_1d[i] = wi; in CeedGaussQuadrature() 2537 q_weight_1d[Q - 1 - i] = wi; in CeedGaussQuadrature() 2556 CeedScalar P0, P1, P2, dP2, d2P2, xi, wi, PI = 4.0 * atan(1.0); in CeedLobattoQuadrature() local 2561 wi = 2.0 / ((CeedScalar)(Q * (Q - 1))); in CeedLobattoQuadrature() 2563 q_weight_1d[0] = wi; in CeedLobattoQuadrature() 2564 q_weight_1d[Q - 1] = wi; in CeedLobattoQuadrature() 2599 wi = 2.0 / (((CeedScalar)(Q * (Q - 1))) * P2 * P2); in CeedLobattoQuadrature() 2601 q_weight_1d[i] = wi; in CeedLobattoQuadrature() [all …]
|