Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfas.c4 const char *const SNESFASTypes[] = {"MULTIPLICATIVE", "ADDITIVE", "FULL", "KASKADE", "SNESFASType",… variable
206 …ptionsEnum("-snes_fas_type", "FAS correction type", "SNESFASSetType", SNESFASTypes, (PetscEnum)fas… in SNESSetFromOptions_FAS()
280 …" type is %s, levels=%" PetscInt_FMT ", cycles=%" PetscInt_FMT "\n", SNESFASTypes[fas->fastype], … in SNESView_FAS()
/petsc/include/
H A Dpetscsnes.h1307 PETSC_EXTERN const char *const SNESFASTypes[]; variable