Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c725 const PetscScalar f_xz = x5 - x1 - x4 + 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()
744 values[2] = (x4 - x0 + f_yz * y + f_xz * x + f_xyz * x * y) / 2.0; in HexJacobian_Private()