|
VTK
9.7.20260922
|
Go to the source code of this file.
Functions | |
| WORKSPACE (RealT, xpow, order[0]+1) | |
| WORKSPACE (RealT, ypow, order[0]+1) | |
| for (int kk=1;kk<=order[0];++kk) | |
Variables | |
| RealT | xx = 0.5 * (rr + 1.) |
| RealT | yy = 1. - xx |
| xpow [0] = 1. | |
| ypow [order[0]] = 1. | |
| RealT | coeff = 1. |
| WORKSPACE | ( | RealT | , |
| xpow | , | ||
| order+ | 1[0] ) |
| WORKSPACE | ( | RealT | , |
| ypow | , | ||
| order+ | 1[0] ) |
| for | ( | int | kk = 1; kk <= order[0]; ++kk | ) |
Definition at line 23 of file EdgeCnBasis.h.
| RealT xx = 0.5 * (rr + 1.) |
Definition at line 16 of file EdgeCnBasis.h.
| RealT yy = 1. - xx |
Definition at line 17 of file EdgeCnBasis.h.
| xpow[0] = 1. |
Definition at line 22 of file EdgeCnBasis.h.
| ypow[order[0]] = 1. |
Definition at line 27 of file EdgeCnBasis.h.
| RealT coeff = 1. |
Definition at line 34 of file EdgeCnBasis.h.