Home
last modified time | relevance | path

Searched refs:DMPlexPointLocalFieldRef (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpoint.c197 PetscErrorCode DMPlexPointLocalFieldRef(DM dm, PetscInt point, PetscInt field, PetscScalar *array, … in DMPlexPointLocalFieldRef() function
H A Dplexfem.c788 PetscCall(DMPlexPointLocalFieldRef(dm, p, f, a, &va)); in DMPlexBasisTransform_Internal()
1101 PetscCall(DMPlexPointLocalFieldRef(dm, cells[1], field, x, &xG)); in DMPlexInsertBoundaryValuesRiemann()
1110 PetscCall(DMPlexPointLocalFieldRef(dm, cells[1], field, x, &xG)); in DMPlexInsertBoundaryValuesRiemann()
4581 PetscCall(DMPlexPointLocalFieldRef(dm, cell, f, fa, &r)); in DMPlexComputeResidual_Patch_Internal()
5394 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[0], f, fa, &fL)); in DMPlexComputeResidualByKey()
5396 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[1], f, fa, &fR)); in DMPlexComputeResidualByKey()
5441 PetscCall(DMPlexPointLocalFieldRef(dm, cell, f, fa, &r)); in DMPlexComputeResidualByKey()
/petsc/include/
H A Dpetscdmplex.h75 PETSC_EXTERN PetscErrorCode DMPlexPointLocalFieldRef(DM, PetscInt, PetscInt, PetscScalar *, void *);
/petsc/src/dm/interface/
H A Ddm.c2724 PetscCall(DMPlexPointLocalFieldRef(dm->transformDM, p, f, ta, (void *)&tva)); in DMConstructBasisTransform_Internal()