VTK  9.7.20260922
EdgeCnBasis.h File Reference

Go to the source code of this file.

Functions

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

Variables

RealT xx = 0.5 * (rr + 1.)
RealT yy = 1. - xx
 xpow [0] = 1.
 ypow [order[0]] = 1.
RealT coeff = 1.

Function Documentation

◆ WORKSPACE() [1/2]

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

◆ WORKSPACE() [2/2]

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

◆ for()

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

Definition at line 23 of file EdgeCnBasis.h.

Variable Documentation

◆ xx

RealT xx = 0.5 * (rr + 1.)

Definition at line 16 of file EdgeCnBasis.h.

◆ yy

RealT yy = 1. - xx

Definition at line 17 of file EdgeCnBasis.h.

◆ xpow

xpow[0] = 1.

Definition at line 22 of file EdgeCnBasis.h.

◆ ypow

ypow[order[0]] = 1.

Definition at line 27 of file EdgeCnBasis.h.

◆ coeff

RealT coeff = 1.

Definition at line 34 of file EdgeCnBasis.h.