|
VTK
9.7.20260922
|
Go to the source code of this file.
Functions | |
| for (int mm=2;mm<=order[0];++mm) | |
| WORKSPACE (RealT, bary, 3) | |
| WORKSPACE (RealT, wval, 3 *(order[0]+1)) | |
| for (int kk=0;kk< 3;++kk) | |
Variables | |
| RealT | nfact = 1. |
| bary [0] = 1. - rr - ss | |
| int | idx = 0 |
| for | ( | int | mm = 2; mm <= order[0]; ++mm | ) |
Definition at line 22 of file TriCnBasis.h.
| WORKSPACE | ( | RealT | , |
| bary | , | ||
| 3 | ) |
| WORKSPACE | ( | RealT | , |
| wval | , | ||
| 3 * | order[0]+1 ) |
| for | ( | ) |
Definition at line 34 of file TriCnBasis.h.
| RealT nfact = 1. |
Definition at line 21 of file TriCnBasis.h.
| bary[2] = 1. - rr - ss |
Definition at line 28 of file TriCnBasis.h.
| int idx = 0 |
Definition at line 44 of file TriCnBasis.h.