**Describe the bug** The test in `plugins/petsc/test/test_petsc.cpp` failed with an out of range error in solve. A vector (x or b) is not allocated. **To Reproduce** OS : archlinux ; GCC 12 ; PETSC 3.18 **Expected behavior** Test works.
Describe the bug
The test in
plugins/petsc/test/test_petsc.cppfailed with an out of range error in solve. A vector (x or b) is not allocated.To Reproduce
OS : archlinux ; GCC 12 ; PETSC 3.18
Expected behavior
Test works.