Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A Dpetsc_gen_xdmf.py254 topo = h5['viz']['topology']
257 topo = h5['topology']
267 cells = topo['cells']
270 cellDim = topo['cells'].attrs['cell_dim']
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h178 DMFTopology_pforest *topo; member
237 static PetscErrorCode DMFTopologyDestroy_pforest(DMFTopology_pforest **topo) in DMFTopologyDestroy_pforest() argument
240 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 …]