Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c13 PetscFunctionList PetscDrawList = NULL; variable
253 PetscCall(PetscFunctionListFind(PetscDrawList, type, &r)); in PetscDrawSetType()
320 PetscCall(PetscFunctionListAdd(&PetscDrawList, sname, function)); in PetscDrawRegister()
402 …nsFList("-draw_type", "Type of graphical output", "PetscDrawSetType", PetscDrawList, def, vtype, 2… in PetscDrawSetFromOptions()
H A Ddraw.c18 PetscCall(PetscFunctionListDestroy(&PetscDrawList)); in PetscDrawFinalizePackage()
/petsc/include/
H A Dpetscdraw.h13 PETSC_EXTERN PetscFunctionList PetscDrawList; variable