Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex42.c116 PetscErrorCode VecCheckGhosted(Vec X, PetscBool test_rev) in VecCheckGhosted() function
135 PetscCall(VecCheckGhosted(x, PETSC_FALSE)); in FormFunction1()
136 PetscCall(VecCheckGhosted(f, PETSC_TRUE)); in FormFunction1()
167 if (*(PetscBool *)ctx) PetscCall(VecCheckGhosted(x, PETSC_FALSE)); in FormJacobian1()