Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddmadapt.c495 DMAdaptationCriterion criterion = DM_ADAPTATION_NONE; in DMAdaptorSetFromOptions() local
503 …to drive adaptation", "", DMAdaptationCriteria, (PetscEnum)criterion, (PetscEnum *)&criterion, &fl… in DMAdaptorSetFromOptions()
504 if (flg) PetscCall(DMAdaptorSetCriterion(adaptor, criterion)); in DMAdaptorSetFromOptions()
1670 PetscErrorCode DMAdaptorGetCriterion(DMAdaptor adaptor, DMAdaptationCriterion *criterion) in DMAdaptorGetCriterion() argument
1674 PetscAssertPointer(criterion, 2); in DMAdaptorGetCriterion()
1675 *criterion = adaptor->adaptCriterion; in DMAdaptorGetCriterion()
1692 PetscErrorCode DMAdaptorSetCriterion(DMAdaptor adaptor, DMAdaptationCriterion criterion) in DMAdaptorSetCriterion() argument
1696 adaptor->adaptCriterion = criterion; in DMAdaptorSetCriterion()
/petsc/doc/changes/
H A D310.md89 stopping criterion `KSPLSQRConvergedDefault()`; this now
H A D2024.md278 Then the convergence criterion depends only on the maximum number
/petsc/doc/tutorials/meshing/
H A Dguide_to_subsurface.md74 …f course, choose a more complex strategy, but here we just want a clear criterion. We can give vol…
/petsc/doc/manual/
H A Dsnes.md978 indicate the variable convergence criterion. In this case, when solving
H A Dtao.md535 One convergence criterion for most algorithms concerns the number of
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas1901 (dpm/volume-injection/trying-cycle-stop-criterion? #t)
4482 (vof/redistribution/criterion 1e-10)
6035 (residuals/convergence-criterion-type 0)
6405 (dynamesh/update-in-timestep/residual-criterion 1e-05)
8823 (pre-2022r2-normalized-q-criterion? #f)