]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Simplified PETSc includes
authormichael <michael@localhost.localdomain>
Wed, 2 Dec 2020 11:15:59 +0000 (12:15 +0100)
committermichael <michael@localhost.localdomain>
Wed, 2 Dec 2020 11:15:59 +0000 (12:15 +0100)
CoreFlows/Models/inc/ProblemCoreFlows.hxx
CoreFlows/Models/inc/StationaryDiffusionEquation.hxx

index c66322caac84ac6d1ea046b34038ff0a0b510b83..9d84ad10eb28f55e886fec8b319763446c8c14c4 100755 (executable)
@@ -22,7 +22,7 @@
 #include <string>
 #include <map>
 
-#include <petsc.h>
+#include <petscksp.h>
 #include <slepceps.h>
 #include <slepcsvd.h>
 
index 6fd42200161545e3e97f92fd9d58796098738d21..8c9809530ae903dc981c0b28fddd64bfee05c465 100755 (executable)
 
 #include "ProblemCoreFlows.hxx"
 
-/* For the laplacian spectrum */
-#include <slepceps.h>
-#include <slepcsvd.h>
-
 using namespace std;
 
 /*! Boundary condition type  */