Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclandau.h140 PetscInt postAMRRefine[LANDAU_MAX_GRIDS]; /* uniform refinement of AMR */ member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1019 …ZRefine1 : 0, ctx->numAMRRefine[grid], (grid == 0) ? ctx->nZRefine2 : 0, ctx->postAMRRefine[grid]}; in adapt()
1102 ctx->postAMRRefine[grid] = 0; in ProcessOptions()
1274 …", "Number of levels to uniformly refine after AMR", "plexland.c", ctx->postAMRRefine, &nt, &flg)); in ProcessOptions()
1275 …for (ii = 1; ii < ctx->num_grids; ii++) ctx->postAMRRefine[ii] = ctx->postAMRRefine[0]; // all gri… in ProcessOptions()