Home
last modified time | relevance | path

Searched defs:fastype (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasimpls.h27 SNESFASType fastype; /* FAS type */ member
H A Dfasfunc.c16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType()
44 PetscErrorCode SNESFASGetType(SNES snes, SNESFASType *fastype) in SNESFASGetType()
H A Dfas.c185 SNESFASType fastype; in SNESSetFromOptions_FAS() local