diff --git a/opm/simulators/linalg/bda/BdaBridge.cpp b/opm/simulators/linalg/bda/BdaBridge.cpp index 713ce432c..7ca3c6232 100644 --- a/opm/simulators/linalg/bda/BdaBridge.cpp +++ b/opm/simulators/linalg/bda/BdaBridge.cpp @@ -199,6 +199,13 @@ void BdaBridge::get_result(BridgeVector &x OPM_UNUSED) { #endif } +template void BdaBridge::solve_system< \ +Dune::BCRSMatrix, std::allocator > > , \ +Dune::BlockVector, std::allocator > > > \ +(Dune::BCRSMatrix, std::allocator > > *mat, \ + Dune::BlockVector, std::allocator > > &b, \ + InverseOperatorResult &res); + template void BdaBridge::solve_system< \ Dune::BCRSMatrix, std::allocator > > , \ Dune::BlockVector, std::allocator > > > \ @@ -220,6 +227,9 @@ Dune::BlockVector, std::allocator, std::allocator > > &b, \ InverseOperatorResult &res); +template void BdaBridge::get_result< \ +Dune::BlockVector, std::allocator > > > \ +(Dune::BlockVector, std::allocator > > &x); template void BdaBridge::get_result< \ Dune::BlockVector, std::allocator > > > \