Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex7.c236 PetscInt xdof, xoff; in ComputeResidualLocal() local
239 PetscCall(PetscSectionGetDof(s, v, &xdof)); in ComputeResidualLocal()
242 for (PetscInt i = 0; i < xdof; ++i) fa[xoff + i] += (M + 4) * ua[xoff + i]; in ComputeResidualLocal()