Searched refs:dm_levels (Results 1 – 1 of 1) sorted by relevance
80 PetscInt dm_levels; in SNESSetUp_FAS() local87 PetscCall(DMGetRefineLevel(snes->dm, &dm_levels)); in SNESSetUp_FAS()88 dm_levels++; in SNESSetUp_FAS()89 if (dm_levels > fas->levels) { in SNESSetUp_FAS()91 PetscCall(SNESFASSetLevels(snes, dm_levels, NULL)); in SNESSetUp_FAS()