Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex28.c143 …obianLocal_K(User user, DMDALocalInfo *info, const PetscScalar u[], const PetscScalar k[], Mat Bkk) in FormJacobianLocal_K() argument
152 PetscCall(MatSetValuesLocal(Bkk, 1, &row, 1, &row, vals, INSERT_VALUES)); in FormJacobianLocal_K()
231 Mat Buu, Buk, Bku, Bkk; in FormJacobian_All() local
241 PetscCall(MatGetLocalSubMatrix(B, is[1], is[1], &Bkk)); in FormJacobian_All()
254 PetscCall(FormJacobianLocal_K(user, &infok, u, k, Bkk)); in FormJacobian_All()
258 PetscCall(MatRestoreLocalSubMatrix(B, is[1], is[1], &Bkk)); in FormJacobian_All()