Searched refs:DMPlexGetRegularRefinement (Results 1 – 3 of 3) sorted by relevance
330 PETSC_EXTERN PetscErrorCode DMPlexGetRegularRefinement(DM, PetscBool *);
10250 PetscCall(DMPlexGetRegularRefinement(dmf, ®ular)); in DMCreateAffineInterpolationCorrection_Plex()10339 PetscCall(DMPlexGetRegularRefinement(dmFine, ®ular)); in DMCreateInterpolation_Plex()10462 PetscCall(DMPlexGetRegularRefinement(dmFine, ®ular)); in DMCreateMassMatrix_Plex()10534 PetscErrorCode DMPlexGetRegularRefinement(DM dm, PetscBool *regular) in DMPlexGetRegularRefinement() function
1052 PetscCall(DMPlexGetRegularRefinement(dm, &isRegular)); in SaveToFile()