Home
last modified time | relevance | path

Searched refs:PetscGridHash (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h347 typedef struct _n_PetscGridHash *PetscGridHash; typedef
348 … PetscErrorCode PetscGridHashCreate(MPI_Comm, PetscInt, const PetscScalar[], PetscGridHash *);
349 PETSC_EXTERN PetscErrorCode PetscGridHashEnlarge(PetscGridHash, const PetscScalar[]);
350 PETSC_EXTERN PetscErrorCode PetscGridHashSetGrid(PetscGridHash, const PetscInt[], const PetscR…
351 PETSC_EXTERN PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash, PetscInt, const PetscS…
352 PETSC_EXTERN PetscErrorCode PetscGridHashDestroy(PetscGridHash *);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c688 static PetscErrorCode PetscGridHashInitialize_Internal(PetscGridHash box, PetscInt dim, const Petsc… in PetscGridHashInitialize_Internal()
698 …ode PetscGridHashCreate(MPI_Comm comm, PetscInt dim, const PetscScalar point[], PetscGridHash *box) in PetscGridHashCreate()
706 PetscErrorCode PetscGridHashEnlarge(PetscGridHash box, const PetscScalar point[]) in PetscGridHashEnlarge()
718 static PetscErrorCode DMPlexCreateGridHash(DM dm, PetscGridHash *box) in DMPlexCreateGridHash()
759 PetscErrorCode PetscGridHashSetGrid(PetscGridHash box, const PetscInt n[], const PetscReal h[]) in PetscGridHashSetGrid()
801 PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash box, PetscInt numPoints, const PetscScala… in PetscGridHashGetEnclosingBox()
849 static PetscErrorCode PetscGridHashGetEnclosingBoxQuery(PetscGridHash box, PetscSection cellSection… in PetscGridHashGetEnclosingBoxQuery()
879 PetscErrorCode PetscGridHashDestroy(PetscGridHash *box) in PetscGridHashDestroy()
979 static PetscErrorCode DMPlexComputeGridHash_Internal(DM dm, PetscGridHash *localBox) in DMPlexComputeGridHash_Internal()
982 PetscGridHash lbox; in DMPlexComputeGridHash_Internal()
/petsc/include/petsc/private/
H A Ddmpleximpl.h230 PetscGridHash lbox; /* Local box for searching */