Skip to content

Fix Header Guard for PETSc implementation in TerraNeo

Eugenio D'Ascoli requested to merge edascoli/TerraNeo-FixPETScHeaderGuard into master

Due to a typo in the header guard for PETSc implementation within P2P1StokesOperatorWithProjection.hpp a simulation error was thrown when PETSc is used as coarse grid solver in combination with a Uzawa type MG solver. This typo has been corrected.

Merge request reports