Searched refs:PetscViewerList (Results 1 – 3 of 3) sorted by relevance
7 PetscFunctionList PetscViewerList = NULL; variable561 PetscCall(PetscFunctionListFind(PetscViewerList, type, &r)); in PetscViewerSetType()603 PetscCall(PetscFunctionListAdd(&PetscViewerList, sname, function)); in PetscViewerRegister()630 if (!PetscViewerList) PetscCall(PetscViewerRegisterAll()); in PetscViewerSetFromOptions()632 …PetscCall(PetscOptionsFList("-viewer_type", "Type of PetscViewer", "None", PetscViewerList, (char … in PetscViewerSetFromOptions()
30 PetscCall(PetscFunctionListDestroy(&PetscViewerList)); in PetscViewerFinalizePackage()
41 PETSC_EXTERN PetscFunctionList PetscViewerList; variable