Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Ddlregissnes.c18 PetscCall(PetscFunctionListDestroy(&SNESList)); in SNESFinalizePackage()
H A Dsnes.c10 PetscFunctionList SNESList = NULL; variable
976 …PetscCall(PetscOptionsFList("-snes_type", "Nonlinear solver method", "SNESSetType", SNESList, deft… in SNESSetFromOptions()
5005 PetscCall(PetscFunctionListFind(SNESList, type, &r)); in SNESSetType()
5322 PetscCall(PetscFunctionListAdd(&SNESList, sname, function)); in SNESRegister()
/petsc/include/
H A Dpetscsnes.h777 PETSC_EXTERN PetscFunctionList SNESList; variable