Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c67 PetscInt spatialDim, topoDim = -1, numCells, numVertices, NVertices, numCorners; in DMPlexLoad_HDF5_Xdmf_Internal() local
102 …scCall(PetscViewerHDF5ReadAttribute(viewer, topo_name, "cell_dim", PETSC_INT, &topoDim, &topoDim)); in DMPlexLoad_HDF5_Xdmf_Internal()
145 PetscCall(DMSetDimension(dm, topoDim < 0 ? spatialDim : topoDim)); in DMPlexLoad_HDF5_Xdmf_Internal()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c3836 PetscInt topoDim = 2, spaceDim = 3, numFaces = 0, numVertices = 0, numEdges = 0; in DMPlexCreateTPSMesh_Internal() local
4266 PetscCall(DMSetDimension(dm, topoDim)); in DMPlexCreateTPSMesh_Internal()