Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2014 PetscInt topo_dim, coord_dim, num_global_elems; in DMView_PlexCGNS() local
2031 PetscCall(DMGetDimension(dm, &topo_dim)); in DMView_PlexCGNS()
2034 PetscCallCGNSWrite(cg_base_write(cgv->file_num, dm_name, topo_dim, coord_dim, &base), dm, viewer); in DMView_PlexCGNS()
2080 …PetscCall(PetscFECreateLagrange(comm, topo_dim, coord_dim, is_simplex, field_order, quadrature_ord… in DMView_PlexCGNS()
2362 if (topo_dim == 3) grid_loc = CGNS_ENUMV(FaceCenter); in DMView_PlexCGNS()
2363 else if (topo_dim == 2) grid_loc = CGNS_ENUMV(EdgeCenter); in DMView_PlexCGNS()
2364 else if (topo_dim == 1) grid_loc = CGNS_ENUMV(Vertex); in DMView_PlexCGNS()