Searched refs:SNESFASType (Results 1 – 5 of 5) sorted by relevance
27 SNESFASType fastype; /* FAS type */
16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType()44 PetscErrorCode SNESFASGetType(SNES snes, SNESFASType *fastype) in SNESFASGetType()
185 SNESFASType fastype; in SNESSetFromOptions_FAS()
1306 } SNESFASType; typedef1310 PETSC_EXTERN PetscErrorCode SNESFASSetType(SNES, SNESFASType);1311 PETSC_EXTERN PetscErrorCode SNESFASGetType(SNES, SNESFASType *);
730 SNESFASSetType(SNES snes, SNESFASType fastype);.