VTK  9.3.20240919
Functions | Variables
PyrI2Basis.h File Reference

Go to the source code of this file.

Functions

 if (abs(tt - 1.0)< eps)
 

Variables

RealT ww = 1.0 / (1.0 - tt)
 
 basis [0] = 0.25 * (-rr - ss - 1.0) * ((1.0 - rr) * (1.0 - ss) - tt + rr * ss * tt * ww)
 

Function Documentation

◆ if()

if ( )

Definition at line 1 of file PyrI2Basis.h.

Variable Documentation

◆ ww

RealT ww = 1.0 / (1.0 - tt)

Definition at line 13 of file PyrI2Basis.h.

◆ basis

basis[12] = 0.25 * (-rr - ss - 1.0) * ((1.0 - rr) * (1.0 - ss) - tt + rr * ss * tt * ww)

Definition at line 15 of file PyrI2Basis.h.