Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c7 PetscFunctionList PetscViewerList = NULL; variable
561 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()
H A Dview.c30 PetscCall(PetscFunctionListDestroy(&PetscViewerList)); in PetscViewerFinalizePackage()
/petsc/include/
H A Dpetscviewer.h41 PETSC_EXTERN PetscFunctionList PetscViewerList; variable