mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changes needed for FPGA
This commit is contained in:
parent
606143ef57
commit
a6b6a62b27
@ -28,6 +28,7 @@
|
|||||||
#include <opm/simulators/linalg/bda/BlockedMatrix.hpp>
|
#include <opm/simulators/linalg/bda/BlockedMatrix.hpp>
|
||||||
#include <opm/simulators/linalg/bda/Matrix.hpp>
|
#include <opm/simulators/linalg/bda/Matrix.hpp>
|
||||||
#include <opm/simulators/linalg/bda/FPGAUtils.hpp>
|
#include <opm/simulators/linalg/bda/FPGAUtils.hpp>
|
||||||
|
#include <opm/simulators/linalg/bda/Matrix.hpp>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FPGA_MATRIX_HEADER_INCLUDED
|
#ifndef MATRIX_HEADER_INCLUDED
|
||||||
#define FPGA_MATRIX_HEADER_INCLUDED
|
#define MATRIX_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@ -126,4 +126,4 @@ void sortRow(int *colIndices, double *data, int left, int right);
|
|||||||
} // namespace Accelerator
|
} // namespace Accelerator
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif // FPGA_MATRIX_HEADER_INCLUDED
|
#endif // MATRIX_HEADER_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user