Searched refs:DMForestGetAdaptivityForest (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmforest.h | 35 PETSC_EXTERN PetscErrorCode DMForestGetAdaptivityForest(DM, DM *);
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 407 PetscCall(DMForestGetAdaptivityForest(dm, &oldAdapt)); in DMForestSetAdaptivityForest() 449 PetscErrorCode DMForestGetAdaptivityForest(DM dm, DM *adapt) in DMForestGetAdaptivityForest() function 506 PetscCall(DMForestGetAdaptivityForest(dm, &adapt)); in DMForestSetAdaptivityPurpose()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 718 PetscCall(DMForestGetAdaptivityForest(dm, &adaptFrom)); in DMSetUp_pforest() 2371 PetscCall(DMForestGetAdaptivityForest(coarse, &adaptCoarse)); in DMPforestGetTransferSF_Point() 2372 PetscCall(DMForestGetAdaptivityForest(fine, &adaptFine)); in DMPforestGetTransferSF_Point() 3012 PetscCall(DMForestGetAdaptivityForest(dmA, &adaptA)); in DMPforestGetTransferSF() 3013 PetscCall(DMForestGetAdaptivityForest(dmB, &adaptB)); in DMPforestGetTransferSF() 3475 PetscCall(DMForestGetAdaptivityForest(dm, &adapt)); in DMPforestLabelsFinalize() 4558 if (hiforest) PetscCall(DMForestGetAdaptivityForest(dmIn, &coarseDM)); in DMForestTransferVecFromBase_pforest() 4574 if (hiforest) PetscCall(DMForestGetAdaptivityForest(dmIn, &coarseDM)); in DMForestTransferVecFromBase_pforest() 4706 PetscCall(DMForestGetAdaptivityForest(dmOut, &adaptOut)); in DMForestTransferVec_pforest() 4710 PetscCall(DMForestGetAdaptivityForest(dmIn, &adaptIn)); in DMForestTransferVec_pforest()
|