Searched refs:PetscDSList (Results 1 – 3 of 3) sorted by relevance
361 PetscCall(PetscFunctionListDestroy(&PetscDSList)); in PetscDSFinalizePackage()
5 PetscFunctionList PetscDSList = NULL; variable42 PetscCall(PetscFunctionListAdd(&PetscDSList, sname, function)); in PetscDSRegister()73 PetscCall(PetscFunctionListFind(PetscDSList, name, &r)); in PetscDSSetType()332 …PetscCall(PetscOptionsFList("-petscds_type", "Discrete System", "PetscDSSetType", PetscDSList, def… in PetscDSSetFromOptions()
93 PETSC_EXTERN PetscFunctionList PetscDSList; variable