Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.c40 PetscCallP4est(sc_package_set_abort_alloc_mismatch, (sc_package_id, 0)); in PetscP4estFinalize()
41 PetscCallP4est(sc_package_set_abort_alloc_mismatch, (p4est_package_id, 0)); in PetscP4estFinalize()
42 PetscCallP4est(sc_package_set_abort_alloc_mismatch, (-1, 0)); in PetscP4estFinalize()
43 PetscCallP4est(sc_finalize, ()); in PetscP4estFinalize()
102 PetscCallP4est(p4est_init, (PetscScLogHandler, pp4est_log_threshold)); in PetscP4estInitialize()
H A Dpetsc_p4est_package.h15 #define PetscCallP4est(func, args) \ macro
36 #define PetscCallP4est(func, args) \ macro
H A Dpforest.h245 if ((*topo)->geom) PetscCallP4est(p4est_geometry_destroy, ((*topo)->geom)); in DMFTopologyDestroy_pforest()
246 PetscCallP4est(p4est_connectivity_destroy, ((*topo)->conn)); in DMFTopologyDestroy_pforest()
389 if (pforest->lnodes) PetscCallP4est(p4est_lnodes_destroy, (pforest->lnodes)); in DMForestDestroy_pforest()
391 if (pforest->ghost) PetscCallP4est(p4est_ghost_destroy, (pforest->ghost)); in DMForestDestroy_pforest()
393 if (pforest->forest) PetscCallP4est(p4est_destroy, (pforest->forest)); in DMForestDestroy_pforest()
562 PetscCallP4est(p4est_quadrant_last_descendant, (quadFrom, &lastDesc, quadTo->level)); in DMPforestComputeLocalCellTransferSF_loop()
575 PetscCallP4est(p4est_quadrant_last_descendant, (quadTo, &lastDesc, quadFrom->level)); in DMPforestComputeLocalCellTransferSF_loop()
879 PetscCallP4est(p4est_coarsen, (pforest->forest, 0, pforest_coarsen_currlevel, NULL)); in DMSetUp_pforest()
881 PetscCallP4est(p4est_balance, (pforest->forest, P4EST_CONNECT_FULL, NULL)); in DMSetUp_pforest()
887 PetscCallP4est(p4est_coarsen, (pforest->forest, 0, pforest_coarsen_uniform, NULL)); in DMSetUp_pforest()
[all …]
/petsc/src/dm/impls/forest/p4est/tests/
H A Dex1.c10 PetscCallP4est(sc_abort_verbose, (__FILE__, __LINE__, "Abort in main()\n")); in main()