Searched refs:ifunctionview (Results 1 – 2 of 2) sorted by relevance
76 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ifunctionview, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()117 PetscErrorCode (*ifunctionview)(void *, PetscViewer); in DMTSView() member133 funcviewstruct.ifunctionview = kdm->ops->ifunctionview; in DMTSView()138 if (kdm->ops->ifunctionview) { in DMTSView()142 PetscCall((*kdm->ops->ifunctionview)(ctx, viewer)); in DMTSView()1247 tsdm->ops->ifunctionview = view; in DMTSSetIFunctionSerialize()
385 PetscErrorCode (*ifunctionview)(void *, PetscViewer); member