Skip to content

Refactoring storage of PETSc objects

Boris Martin requested to merge smart_ptr_petsc into master

Added a wrapper class for storing PETSc "Vec" and "Mat", reducing micro-managment and making copis easier.

Merge request reports