Home
last modified time | relevance | path

Searched refs:PFList (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/pf/interface/
H A Dpf.c7 PetscFunctionList PFList = NULL; /* list of all registered PD functions */ variable
308 PetscCall(PetscFunctionListAdd(&PFList, sname, function)); in PFRegister()
373 PetscCall(PetscFunctionListFind(PFList, type, &r)); in PFSetType()
412 …PetscCall(PetscOptionsFList("-pf_type", "Type of function", "PFSetType", PFList, NULL, type, 256, … in PFSetFromOptions()
435 PetscCall(PetscFunctionListDestroy(&PFList)); in PFFinalizePackage()
/petsc/include/
H A Dpetscpf.h15 PETSC_EXTERN PetscFunctionList PFList; variable