Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/ !
H A Ddminterpolatesnes.c468 const PetscScalar f_01 = x2 - x1 - x3 + x0; in QuadMap_Private() local
480 real[0] = x0 + f_1 * p0 + f_3 * p1 + f_01 * p0 * p1; in QuadMap_Private()
501 const PetscScalar f_01 = x2 - x1 - x3 + x0; in QuadJacobian_Private() local
513 values[0] = (x1 - x0 + f_01 * y) * 0.5; in QuadJacobian_Private()
514 values[1] = (x3 - x0 + f_01 * x) * 0.5; in QuadJacobian_Private()
659 const PetscScalar f_01 = x2 - x1 - 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()