Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c722 const PetscScalar f_yz = x7 - x3 - x4 + x0; in HexJacobian_Private() local
743 values[1] = (x3 - x0 + f_xy * x + f_yz * z + f_xyz * x * z) / 2.0; in HexJacobian_Private()
744 values[2] = (x4 - x0 + f_yz * y + f_xz * x + f_xyz * x * y) / 2.0; in HexJacobian_Private()