Searched refs:yoff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex7.c | 246 PetscInt yoff, goff; in ComputeResidualLocal() local 250 PetscCall(PetscSectionGetOffset(s, cone[0], &yoff)); in ComputeResidualLocal() 252 PetscCall(ComputeAction(d, PETSC_FALSE, &link[goff], &ua[yoff], &fa[xoff])); in ComputeResidualLocal() 255 PetscCall(PetscSectionGetOffset(s, cone[1], &yoff)); in ComputeResidualLocal() 257 PetscCall(ComputeAction(d, PETSC_TRUE, &link[goff], &ua[yoff], &fa[xoff])); in ComputeResidualLocal()
|