Searched refs:criterion (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 495 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 D | 310.md | 89 stopping criterion `KSPLSQRConvergedDefault()`; this now
|
| H A D | 2024.md | 278 Then the convergence criterion depends only on the maximum number
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 …f course, choose a more complex strategy, but here we just want a clear criterion. We can give vol…
|
| /petsc/doc/manual/ |
| H A D | snes.md | 978 indicate the variable convergence criterion. In this case, when solving
|
| H A D | tao.md | 535 One convergence criterion for most algorithms concerns the number of
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1901 (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)
|