WellMatrixMerger.hpp File Reference
#include <opm/simulators/linalg/system/SystemTypes.hpp>
#include <opm/grid/utility/SparseTable.hpp>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <vector>
Include dependency graph for WellMatrixMerger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::MatrixSparsityPattern
 
struct  Opm::WellMatrixStructure
 
class  Opm::WellMatrixMerger< Scalar >
 

Namespaces

namespace  Opm
 

Functions

template<class Matrix >
MatrixSparsityPattern Opm::captureMatrixSparsity (const Matrix &matrix)
 
template<class Matrix >
bool Opm::hasSameMatrixSparsity (const Matrix &matrix, const MatrixSparsityPattern &pattern)