VTK  9.7.20260922
QuadCnBasis.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, 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)

Variables

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

Function Documentation

◆ WORKSPACE() [1/6]

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

◆ WORKSPACE() [2/6]

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

◆ WORKSPACE() [3/6]

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

◆ WORKSPACE() [4/6]

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

◆ for()

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

Definition at line 16 of file QuadCnBasis.h.

◆ WORKSPACE() [5/6]

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

◆ WORKSPACE() [6/6]

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

Variable Documentation

◆ yy

RealT yy = 1. - xx

Definition at line 12 of file QuadCnBasis.h.

◆ xpow

xpow[0] = 1.

Definition at line 15 of file QuadCnBasis.h.

◆ ypow

ypow[order[1]] = 1.

Definition at line 20 of file QuadCnBasis.h.

◆ coeff

RealT coeff = 1.

Definition at line 25 of file QuadCnBasis.h.

◆ idx

int idx = 0

Definition at line 56 of file QuadCnBasis.h.