Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3833 static PetscErrorCode DMPlexCreateTPSMesh_Internal(DM dm, DMPlexTPSType tpstype, const PetscInt ext… in DMPlexCreateTPSMesh_Internal() argument
3848 switch (tpstype) { in DMPlexCreateTPSMesh_Internal()
4403 PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm comm, DMPlexTPSType tpstype, const PetscInt extent[], c… in DMPlexCreateTPSMesh() argument
4408 …PetscCall(DMPlexCreateTPSMesh_Internal(*dm, tpstype, extent, periodic, tps_distribute, refinements… in DMPlexCreateTPSMesh()