Lines Matching refs:zeroes
5047 PetscScalar *zeroes; in DMPlexComputeBdResidualSingleByKey() local
5054 PetscCall(PetscCalloc1(maxDof, &zeroes)); in DMPlexComputeBdResidualSingleByKey()
5055 …for (PetscInt p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, s, p, zeroes, INSER… in DMPlexComputeBdResidualSingleByKey()
5056 PetscCall(PetscFree(zeroes)); in DMPlexComputeBdResidualSingleByKey()
5516 PetscScalar *zeroes; in DMPlexComputeResidualByKey() local
5522 PetscCall(PetscCalloc1(maxDof, &zeroes)); in DMPlexComputeResidualByKey()
5523 …for (p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, section, p, zeroes, INSERT_B… in DMPlexComputeResidualByKey()
5524 PetscCall(PetscFree(zeroes)); in DMPlexComputeResidualByKey()
5862 PetscScalar *zeroes; in DMPlexComputeResidualHybridByKey() local
5868 PetscCall(PetscCalloc1(maxDof, &zeroes)); in DMPlexComputeResidualHybridByKey()
5869 …for (p = pStart; p < pEnd; p++) PetscCall(VecSetValuesSection(locFbc, section, p, zeroes, INSERT_B… in DMPlexComputeResidualHybridByKey()
5870 PetscCall(PetscFree(zeroes)); in DMPlexComputeResidualHybridByKey()