Searched refs:PetscBagLoad (Results 1 – 6 of 6) sorted by relevance
61 PETSC_EXTERN PetscErrorCode PetscBagLoad(PetscViewer, PetscBag);
110 PetscCall(PetscBagLoad(viewer, bag)); in main()
96 PetscCallA(PetscBagLoad(viewer, bag, ierr))
219 - PetscBagLoad() now requires you previously created and registered
805 PetscErrorCode PetscBagLoad(PetscViewer view, PetscBag bag) in PetscBagLoad() function
232 … line using `-mu`. The `PetscBag` can also be persisted to disk with `PetscBagLoad/View()`. We can…