#include <cstdio>
#include <memory>
Go to the source code of this file.
|
| template<class IstlMatrix > |
| void | Opm::exportSparsity (const IstlMatrix &A, const char *path) |
| | Export sparsity pattern of jacobian block-sparse matrix. More...
|
| |
| template<class IstlMatrix > |
| void | Opm::exportNonzeros (const IstlMatrix &A, const char *tag, const char *path) |
| | Export nonzero blocks of jacobian block-sparse matrix. More...
|
| |
| template<class GlobalEqVector > |
| void | Opm::exportVector (const GlobalEqVector &x, const char *tag, const char *name) |
| | Export block vector. More...
|
| |
| template<class IstlMatrix , class GlobalEqVector > |
| void | Opm::exportSystem (const IstlMatrix &jacobian, const GlobalEqVector &residual, const bool export_sparsity, const char *tag, const char *path="export") |
| | Export blocks-sparse linear system. More...
|
| |