Implementation of CHOLMOD solver
A simple implementation for the SuiteSparse CHOLMOD solver for real valued (double) linear systems. Ignore dof's are supported. The user has to take care of the correct size of vectors in the "apply" method.
Showing
- dune/istl/CMakeLists.txt 1 addition, 0 deletionsdune/istl/CMakeLists.txt
- dune/istl/cholmod.hh 285 additions, 0 deletionsdune/istl/cholmod.hh
- dune/istl/test/CMakeLists.txt 4 additions, 1 deletiondune/istl/test/CMakeLists.txt
- dune/istl/test/cholmodtest.cc 90 additions, 0 deletionsdune/istl/test/cholmodtest.cc
Loading
Please register or sign in to comment