Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c25 …PetscCall(DMPlexCreateTPSMesh(PETSC_COMM_WORLD, tps_type, extent, periodic, distribute, refine, la… in main()
/petsc/doc/changes/
H A D317.md279 - Add meshing of the Schwarz-P and Gyroid triply periodic minimal surface (see `DMPlexCreateTPSMesh
/petsc/include/
H A Dpetscdmplex.h186 PETSC_EXTERN PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm, DMPlexTPSType, const PetscInt[], const DM…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4403 PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm comm, DMPlexTPSType tpstype, const PetscInt extent[], c… in DMPlexCreateTPSMesh() function