Opm::MatrixSparsityPattern Struct Reference

#include <WellMatrixMerger.hpp>

Public Member Functions

bool operator== (const MatrixSparsityPattern &other) const
 
bool operator!= (const MatrixSparsityPattern &other) const
 

Public Attributes

std::size_t rows = 0
 
std::size_t cols = 0
 
std::vector< std::size_t > rowOffsets
 
std::vector< int > columnIndices
 

Member Function Documentation

◆ operator!=()

bool Opm::MatrixSparsityPattern::operator!= ( const MatrixSparsityPattern other) const
inline

◆ operator==()

bool Opm::MatrixSparsityPattern::operator== ( const MatrixSparsityPattern other) const
inline

References cols, columnIndices, rowOffsets, and rows.

Member Data Documentation

◆ cols

std::size_t Opm::MatrixSparsityPattern::cols = 0

◆ columnIndices

std::vector<int> Opm::MatrixSparsityPattern::columnIndices

◆ rowOffsets

std::vector<std::size_t> Opm::MatrixSparsityPattern::rowOffsets

◆ rows

std::size_t Opm::MatrixSparsityPattern::rows = 0

The documentation for this struct was generated from the following file: