Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c1193 …PetscCall(DMProjectBdFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX… in TestAssembly()
1198 …PetscCall(DMProjectBdFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX… in TestAssembly()
/petsc/include/
H A Dpetscdm.h453 PETSC_EXTERN PetscErrorCode DMProjectBdFieldLabelLocal(DM, PetscReal, DMLabel, PetscInt, const Pets…
/petsc/src/dm/interface/
H A Ddm.c8674 PetscErrorCode DMProjectBdFieldLabelLocal(DM dm, PetscReal time, DMLabel label, PetscInt numIds, co… in DMProjectBdFieldLabelLocal() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c1006 …PetscCall(DMProjectBdFieldLabelLocal(dm, time, label, numids, ids, Nc, comps, locU, funcs, INSERT_… in DMPlexInsertBoundaryValuesEssentialBdField()