opm-simulators/opm/simulators/linalg/bda
Markus Blatt 55b3a65230
Merge pull request #2628 from Tongdongq/multisegmentwells-gpu
cusparseSolver can now handle MultisegmentWells
2020-05-22 16:24:58 +02:00
..
BdaBridge.cpp Simplify intstantiation of BDABridge template members 2020-05-13 16:29:36 +02:00
BdaBridge.hpp Pass a mutable matrix to BdaBridge::solve_system 2020-05-13 16:28:15 +02:00
BdaResult.hpp Added doxygen-style comments 2019-12-18 17:05:33 +01:00
cuda_header.hpp cusparseSolver can now handle MultisegmentWells, they are actually applied on CPU via SuiteSparse/UMFPACK 2020-05-15 16:40:34 +02:00
cusparseSolverBackend.cu Fixed memory issues when cusparseSolver is disabled by unsupported blocksize 2020-03-19 14:09:42 +01:00
cusparseSolverBackend.hpp cusparseSolver can now handle MultisegmentWells, they are actually applied on CPU via SuiteSparse/UMFPACK 2020-05-15 16:40:34 +02:00
MultisegmentWellContribution.cpp Passing std::vectors to pass data for C and B faster. Variables for D are initialized in initializer list. 2020-05-21 11:41:15 +02:00
MultisegmentWellContribution.hpp Passing std::vectors to pass data for C and B faster. Variables for D are initialized in initializer list. 2020-05-21 11:41:15 +02:00
WellContributions.cu Passing std::vectors to pass data for C and B faster. Variables for D are initialized in initializer list. 2020-05-21 11:41:15 +02:00
WellContributions.hpp Passing std::vectors to pass data for C and B faster. Variables for D are initialized in initializer list. 2020-05-21 11:41:15 +02:00