Opm::WellMatrixStructure Struct Reference

#include <WellMatrixMerger.hpp>

Public Member Functions

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

Public Attributes

std::size_t numResDofs = 0
 
std::size_t totalWellBlocks = 0
 
Opm::SparseTable< int > wellCells
 
std::vector< MatrixSparsityPatternbPatterns
 
std::vector< MatrixSparsityPatterncPatterns
 
std::vector< MatrixSparsityPatterndPatterns
 

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ bPatterns

std::vector<MatrixSparsityPattern> Opm::WellMatrixStructure::bPatterns

Referenced by operator==().

◆ cPatterns

std::vector<MatrixSparsityPattern> Opm::WellMatrixStructure::cPatterns

Referenced by operator==().

◆ dPatterns

std::vector<MatrixSparsityPattern> Opm::WellMatrixStructure::dPatterns

Referenced by operator==().

◆ numResDofs

std::size_t Opm::WellMatrixStructure::numResDofs = 0

Referenced by operator==().

◆ totalWellBlocks

std::size_t Opm::WellMatrixStructure::totalWellBlocks = 0

◆ wellCells

Opm::SparseTable<int> Opm::WellMatrixStructure::wellCells

Referenced by operator==().


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