Searched refs:DMForestGetCellChart (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmforest.h | 58 PETSC_EXTERN PetscErrorCode DMForestGetCellChart(DM, PetscInt *, PetscInt *);
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex3.c | 61 PetscCall(DMForestGetCellChart(forest, &cStart, &cEnd)); in main()
|
| H A D | ex2.c | 28 PetscCall(DMForestGetCellChart(forest, &cStart, &cEnd)); in CreateAdaptivityLabel()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1233 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 D | pforest.h | 912 PetscCall(DMForestGetCellChart(adaptFrom, &cStart, &cEnd)); in DMSetUp_pforest() 5041 PetscCall(DMForestGetCellChart(dm, &cStart, &cEnd)); in DMForestCreateCellSF_pforest()
|