Home
last modified time | relevance | path

Searched refs:KSPList (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Ditcreate.c15 PetscFunctionList KSPList = NULL; variable
841 PetscCall(PetscFunctionListFind(KSPList, type, &r)); in KSPSetType()
916 PetscCall(PetscFunctionListAdd(&KSPList, sname, function)); in KSPRegister()
H A Ddlregisksp.c131 PetscCall(PetscFunctionListDestroy(&KSPList)); in KSPFinalizePackage()
H A Ditcl.c356 …PetscCall(PetscOptionsFList("-ksp_type", "Krylov method", "KSPSetType", KSPList, (char *)(((PetscO… in KSPSetFromOptions()
/petsc/include/
H A Dpetscksp.h127 PETSC_EXTERN PetscFunctionList KSPList; variable