Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/interface/
H A Dpcset.c12 PetscFunctionList PCList = NULL; variable
58 PetscCall(PetscFunctionListFind(PCList, type, &r)); in PCSetType()
142 …PetscCall(PetscOptionsFList("-pc_type", "Preconditioner", "PCSetType", PCList, def, type, 256, &fl… in PCSetFromOptions()
H A Dprecon.c1935 PetscCall(PetscFunctionListAdd(&PCList, sname, function)); in PCRegister()
/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c30 PetscCall(PetscFunctionListDestroy(&PCList)); in PCFinalizePackage()
/petsc/include/
H A Dpetscpc.h20 PETSC_EXTERN PetscFunctionList PCList; variable