Searched refs:SNESFASTypes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 4 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 D | petscsnes.h | 1307 PETSC_EXTERN const char *const SNESFASTypes[]; variable
|