Searched refs:do_finalize_ (Results 1 – 1 of 1) sorted by relevance
61 static PetscErrorCode do_finalize_(Self &&, Args &&...) noexcept;76 inline PetscErrorCode RegisterFinalizeable<D>::do_finalize_(Self &&self, Args &&...args) noexcept in do_finalize_() function in Petsc::RegisterFinalizeable154 PetscCall(do_finalize_(*this, std::forward<Args>(args)...)); in finalize()163 PetscCall(do_finalize_(*this, std::forward<Args>(args)...)); in finalize()