Memory leak in PETSc solver
If the initfile solver options "remove rhs null space" or "has constant null space" are enabled the memory starts to blow up. Probably the problem is in the PetscSolverGlobalMatrix::solvePetscMatrix() method. A SystemVector is created in the heap and it is never deleted - at least I cannot see it.