Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c466 const PetscScalar f_3 = x3 - x0; in QuadMap_Private() local
480 real[0] = x0 + f_1 * p0 + f_3 * p1 + f_01 * p0 * p1; in QuadMap_Private()
653 const PetscScalar f_3 = x3 - x0; in HexMap_Private() local
682 …real[0] = x0 + f_1 * p0 + f_3 * p1 + f_4 * p2 + f_01 * p0 * p1 + f_12 * p1 * p2 + f_02 * p0 * p2 +… in HexMap_Private()