Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpoint.c341 PetscErrorCode DMPlexGetPointGlobalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, Pe… in DMPlexGetPointGlobalField() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi47 PetscErrorCode DMPlexGetPointGlobalField(PetscDM, PetscInt, PetscInt, PetscInt*, PetscInt*)
H A DDMPlex.pyx2088 DMPlex.getPointLocal, petsc.DMPlexGetPointGlobalField
2094 CHKERR(DMPlexGetPointGlobalField(self.dm, cpoint, cfield, &start, &end))
/petsc/include/
H A Dpetscdmplex.h80 PETSC_EXTERN PetscErrorCode DMPlexGetPointGlobalField(DM, PetscInt, PetscInt, PetscInt *, PetscInt …