Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex17.c511 PetscScalar xx_0, xx_1; in FormFunction1_block() local
528 PetscCall(VecGetValues(x2, 1, &index, &xx_1)); in FormFunction1_block()
531 ff_0 = xx_0 * xx_0 + xx_0 * xx_1 - 3.0; in FormFunction1_block()
532 ff_1 = xx_0 * xx_1 + xx_1 * xx_1 - 6.0; in FormFunction1_block()
547 PetscScalar xx_0, xx_1; in FormJacobian1_block() local
562 PetscCall(VecGetValues(x2, 1, &index, &xx_1)); in FormJacobian1_block()
572 A_00 = 2.0 * xx_0 + xx_1; in FormJacobian1_block()
574 A_10 = xx_1; in FormJacobian1_block()
575 A_11 = xx_0 + 2.0 * xx_1; in FormJacobian1_block()