Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmforest.h58 PETSC_EXTERN PetscErrorCode DMForestGetCellChart(DM, PetscInt *, PetscInt *);
/petsc/src/dm/impls/forest/tests/
H A Dex3.c61 PetscCall(DMForestGetCellChart(forest, &cStart, &cEnd)); in main()
H A Dex2.c28 PetscCall(DMForestGetCellChart(forest, &cStart, &cEnd)); in CreateAdaptivityLabel()
/petsc/src/dm/impls/forest/
H A Dforest.c1233 PetscErrorCode DMForestGetCellChart(DM dm, PetscInt *cStart, PetscInt *cEnd) in DMForestGetCellChart() function
1359 PetscCall(DMForestGetCellChart(dm, &cStart, &cEnd)); in DMForestSetCellWeights()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h912 PetscCall(DMForestGetCellChart(adaptFrom, &cStart, &cEnd)); in DMSetUp_pforest()
5041 PetscCall(DMForestGetCellChart(dm, &cStart, &cEnd)); in DMForestCreateCellSF_pforest()