Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c692 PetscScalar *compGrad; in TestFVGrad() local
696 PetscCall(DMPlexPointLocalRead(dmgrad, c, gradArray, &compGrad)); in TestFVGrad()
700 PetscScalar diff = compGrad[k] - trueGrad[i][j]; in TestFVGrad()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2470 PetscBool compGrad; in DMPlexComputeIntegral_Internal() local
2483 PetscCall(PetscFVGetComputeGradients(fv, &compGrad)); in DMPlexComputeIntegral_Internal()
2487 PetscCall(PetscFVSetComputeGradients(fv, compGrad)); in DMPlexComputeIntegral_Internal()