Searched refs:loadnative (Results 1 – 4 of 4) sorted by relevance
88 PetscErrorCode (*loadnative)(Vec, PetscViewer); member117 static_assert(offsetof(struct _VecOps, loadnative) == sizeof(PetscErrorCodeFn *) * VECOP_LOADNATIVE…
1169 if (format == PETSC_VIEWER_NATIVE && vec->ops->loadnative) { in VecLoad()1170 PetscUseTypeMethod(vec, loadnative, viewer); in VecLoad()1260 } else if (op == VECOP_LOAD && !vec->ops->loadnative) { in VecSetOperation()1261 vec->ops->loadnative = vec->ops->load; in VecSetOperation()
784 PetscDesignatedInitializer(loadnative, NULL),
525 PetscDesignatedInitializer(loadnative, NULL),