Opm::data::CellData Struct Reference

#include <Cells.hpp>

Public Member Functions

bool operator== (const CellData &cell2) const
 

Public Attributes

UnitSystem::measure dim
 
std::vector< double > data
 
TargetType target
 

Detailed Description

Small struct that keeps track of data for output to restart/summary files.

Member Function Documentation

◆ operator==()

bool Opm::data::CellData::operator== ( const CellData cell2) const
inline

References data, dim, and target.

Member Data Documentation

◆ data

std::vector<double> Opm::data::CellData::data

Referenced by operator==().

◆ dim

UnitSystem::measure Opm::data::CellData::dim

Referenced by operator==().

◆ target

TargetType Opm::data::CellData::target

Referenced by operator==().


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