Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c719 const PetscScalar f_xy = x2 - x1 - x3 + x0; in HexJacobian_Private() local
742 values[0] = (x1 - x0 + f_xy * y + f_xz * z + f_xyz * y * z) / 2.0; in HexJacobian_Private()
743 values[1] = (x3 - x0 + f_xy * x + f_yz * z + f_xyz * x * z) / 2.0; in HexJacobian_Private()