Lines Matching refs:locFbc
5045 Vec locFbc; in DMPlexComputeBdResidualSingleByKey() local
5050 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeBdResidualSingleByKey()
5051 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeBdResidualSingleByKey()
5055 …for (PetscInt p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, s, p, zeroes, INSER… in DMPlexComputeBdResidualSingleByKey()
5057 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeBdResidualSingleByKey()
5058 PetscCall(VecDestroy(&locFbc)); in DMPlexComputeBdResidualSingleByKey()
5514 Vec locFbc; in DMPlexComputeResidualByKey() local
5518 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeResidualByKey()
5519 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeResidualByKey()
5523 …for (p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, section, p, zeroes, INSERT_B… in DMPlexComputeResidualByKey()
5525 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeResidualByKey()
5526 PetscCall(VecDestroy(&locFbc)); in DMPlexComputeResidualByKey()
5860 Vec locFbc; in DMPlexComputeResidualHybridByKey() local
5864 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeResidualHybridByKey()
5865 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeResidualHybridByKey()
5869 …for (p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, section, p, zeroes, INSERT_B… in DMPlexComputeResidualHybridByKey()
5871 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeResidualHybridByKey()
5872 PetscCall(VecDestroy(&locFbc)); in DMPlexComputeResidualHybridByKey()