VTK  9.7.20260922
HexCnBasis.h File Reference

Go to the source code of this file.

Functions

 WORKSPACE (RealT, rtmp, order[0]+1)
 WORKSPACE (RealT, stmp, order[1]+1)
 WORKSPACE (RealT, ttmp, order[2]+1)
 WORKSPACE (RealT, xpow, order[0]+1)
 WORKSPACE (RealT, ypow, order[0]+1)
 for (int kk=1;kk<=order[0];++kk)
 WORKSPACE (RealT, xpow, order[1]+1)
 WORKSPACE (RealT, ypow, order[1]+1)
 WORKSPACE (RealT, xpow, order[2]+1)
 WORKSPACE (RealT, ypow, order[2]+1)

Variables

RealT yy = 1. - xx
 xpow [0] = 1.
 ypow [order[0]] = 1.
RealT coeff = 1.
int idx = 0

Function Documentation

◆ WORKSPACE() [1/9]

WORKSPACE ( RealT ,
rtmp ,
order+ 1[0] )

◆ WORKSPACE() [2/9]

WORKSPACE ( RealT ,
stmp ,
order+ 1[1] )

◆ WORKSPACE() [3/9]

WORKSPACE ( RealT ,
ttmp ,
order+ 1[2] )

◆ WORKSPACE() [4/9]

WORKSPACE ( RealT ,
xpow ,
order+ 1[0] )

◆ WORKSPACE() [5/9]

WORKSPACE ( RealT ,
ypow ,
order+ 1[0] )

◆ for()

for ( int kk = 1; kk <= order[0]; ++kk)

Definition at line 17 of file HexCnBasis.h.

◆ WORKSPACE() [6/9]

WORKSPACE ( RealT ,
xpow ,
order+ 1[1] )

◆ WORKSPACE() [7/9]

WORKSPACE ( RealT ,
ypow ,
order+ 1[1] )

◆ WORKSPACE() [8/9]

WORKSPACE ( RealT ,
xpow ,
order+ 1[2] )

◆ WORKSPACE() [9/9]

WORKSPACE ( RealT ,
ypow ,
order+ 1[2] )

Variable Documentation

◆ yy

RealT yy = 1. - xx

Definition at line 13 of file HexCnBasis.h.

◆ xpow

xpow[0] = 1.

Definition at line 16 of file HexCnBasis.h.

◆ ypow

ypow[order[2]] = 1.

Definition at line 21 of file HexCnBasis.h.

◆ coeff

RealT coeff = 1.

Definition at line 26 of file HexCnBasis.h.

◆ idx

int idx = 0

Definition at line 79 of file HexCnBasis.h.