Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h365 PETSC_INTERN PetscErrorCode DMPlexCreateBoxMesh_Tensor_SFC_Internal(DM, PetscInt, const PetscInt[],…
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1158 PetscErrorCode DMPlexCreateBoxMesh_Tensor_SFC_Internal(DM dm, PetscInt dim, const PetscInt faces[],… in DMPlexCreateBoxMesh_Tensor_SFC_Internal() function
H A Dplexcreate.c1945 …if (shape == DM_SHAPE_ZBOX) PetscCall(DMPlexCreateBoxMesh_Tensor_SFC_Internal(dm, dim, faces, lowe… in DMPlexCreateBoxMesh_Internal()