Searched refs:xdof (Results 1 – 1 of 1) sorted by relevance
236 PetscInt xdof, xoff; in ComputeResidualLocal() local239 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()