Searched refs:f_01 (Results 1 – 1 of 1) sorted by relevance
468 const PetscScalar f_01 = x2 - x1 - x3 + x0; in QuadMap_Private() local480 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() local513 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() local682 …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()