Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasfunc.c425 SNES nsmooth; in SNESFASCycleCreateSmoother_Private() local
433 PetscCall(SNESCreate(PetscObjectComm((PetscObject)snes), &nsmooth)); in SNESFASCycleCreateSmoother_Private()
436 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()
437 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
438 PetscCall(SNESSetType(nsmooth, SNESNEWTONLS)); in SNESFASCycleCreateSmoother_Private()
439 …PetscCall(SNESSetTolerances(nsmooth, nsmooth->abstol, nsmooth->rtol, nsmooth->stol, nsmooth->max_i… in SNESFASCycleCreateSmoother_Private()
442 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()
443 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
444 PetscCall(SNESSetType(nsmooth, SNESNRICHARDSON)); in SNESFASCycleCreateSmoother_Private()
445 PetscCall(SNESSetTolerances(nsmooth, 0.0, 0.0, 0.0, fas->max_down_it, nsmooth->max_funcs)); in SNESFASCycleCreateSmoother_Private()
[all …]