Home
last modified time | relevance | path

Searched refs:valj (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex9.c91 PetscReal valj = 1.; in testDerivativesLegendre() local
94 for (l = 0; l < dim; l++) valj *= B[l][i * (deg + 1) + degtup[l]]; in testDerivativesLegendre()
95 val += mul * valj; in testDerivativesLegendre()