Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c119 PetscInt as_relax_type; member
1573 …ax_type", "Relaxation type for AMS smoother", "None", jac->as_relax_type, &jac->as_relax_type, &fl… in PCSetFromOptions_HYPRE_AMS()
1577 …cCallHYPRE(HYPRE_AMSSetSmoothingOptions(jac->hsolver, (HYPRE_Int)jac->as_relax_type, (HYPRE_Int)ja… in PCSetFromOptions_HYPRE_AMS()
1618 …cCall(PetscViewerASCIIPrintf(viewer, " smoother type %" PetscInt_FMT "\n", jac->as_relax_type)); in PCView_HYPRE_AMS()
1669 …ax_type", "Relaxation type for ADS smoother", "None", jac->as_relax_type, &jac->as_relax_type, &fl… in PCSetFromOptions_HYPRE_ADS()
1673 …cCallHYPRE(HYPRE_ADSSetSmoothingOptions(jac->hsolver, (HYPRE_Int)jac->as_relax_type, (HYPRE_Int)ja… in PCSetFromOptions_HYPRE_ADS()
1712 …cCall(PetscViewerASCIIPrintf(viewer, " smoother type %" PetscInt_FMT "\n", jac->as_relax_type)); in PCView_HYPRE_ADS()
2371 jac->as_relax_type = 2; in PCHYPRESetType_HYPRE()
2393 …PetscCallHYPRE(HYPRE_AMSSetSmoothingOptions(jac->hsolver, (HYPRE_Int)jac->as_relax_type, (HYPRE_In… in PCHYPRESetType_HYPRE()
2426 jac->as_relax_type = 2; in PCHYPRESetType_HYPRE()
[all …]