Skip to content

Disable tests for PETSc with nonmatching type

Müller, Felix requested to merge issue/problemstattest_petsc into master

The test fails using the PETSc backend with a failed static assert

amdis/linearalgebra/petsc/Traits.hpp:19:5: static_assert(std::is_same<T,PetscScalar>::value, "");

This MR disables the tests with nonmatching types.

Merge request reports