exportSystem.hpp File Reference
#include <cstdio>
#include <memory>
Include dependency graph for exportSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

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...