Searched refs:topo (Results 1 – 2 of 2) sorted by relevance
254 topo = h5['viz']['topology']257 topo = h5['topology']267 cells = topo['cells']270 cellDim = topo['cells'].attrs['cell_dim']
178 DMFTopology_pforest *topo; member237 static PetscErrorCode DMFTopologyDestroy_pforest(DMFTopology_pforest **topo) in DMFTopologyDestroy_pforest() argument240 if (!*topo) PetscFunctionReturn(PETSC_SUCCESS); in DMFTopologyDestroy_pforest()241 if (--((*topo)->refct) > 0) { in DMFTopologyDestroy_pforest()242 *topo = NULL; in DMFTopologyDestroy_pforest()245 if ((*topo)->geom) PetscCallP4est(p4est_geometry_destroy, ((*topo)->geom)); in DMFTopologyDestroy_pforest()246 PetscCallP4est(p4est_connectivity_destroy, ((*topo)->conn)); in DMFTopologyDestroy_pforest()247 PetscCall(PetscFree((*topo)->tree_face_to_uniq)); in DMFTopologyDestroy_pforest()248 PetscCall(PetscFree(*topo)); in DMFTopologyDestroy_pforest()249 *topo = NULL; in DMFTopologyDestroy_pforest()[all …]