Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2369 DM adaptCoarse, adaptFine; in DMPforestGetTransferSF_Point() local
2371 PetscCall(DMForestGetAdaptivityForest(coarse, &adaptCoarse)); in DMPforestGetTransferSF_Point()
2373 if (adaptCoarse && adaptCoarse->data == fine->data) { /* coarse is adapted from fine */ in DMPforestGetTransferSF_Point()