Home
last modified time | relevance | path

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

/petsc/src/snes/utils/libceed/
H A Ddmplexsnesceed.c31 Vec locFbc; in DMPlexSNESComputeResidualCEED() local
36 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexSNESComputeResidualCEED()
37 PetscCall(VecCopy(locF, locFbc)); in DMPlexSNESComputeResidualCEED()
41 …for (p = pStart; p < pEnd; ++p) PetscCall(VecSetValuesSection(locFbc, section, p, zeroes, INSERT_B… in DMPlexSNESComputeResidualCEED()
43 PetscCall(DMPrintLocalVec(dm, "Residual", mesh->printTol, locFbc)); in DMPlexSNESComputeResidualCEED()
44 PetscCall(VecDestroy(&locFbc)); in DMPlexSNESComputeResidualCEED()
/petsc/src/dm/impls/plex/
H A Dplexfem.c5045 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()
[all …]