mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #120 from andlaus/implement_bicgstab
Implement a bicgstab linear solver
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
#include <opm/parser/eclipse/EclipseState/Grid/EclipseGrid.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>
|
||||
|
||||
#if HAVE_MPI
|
||||
#include <mpi.h>
|
||||
#endif // HAVE_MPI
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user