VTK  9.4.20241110
EdgeC2Basis.h
Go to the documentation of this file.
1basis[0] = 0.5 * (1.0 - rr) * rr;
2basis[1] = 0.5 * (1.0 + rr) * rr;
3basis[2] = (1.0 - rr) * (1.0 + rr);
basis[0]
Definition EdgeC2Basis.h:1