Opm::details::DomainInfo Struct Reference

#include <NlddReporting.hpp>

Public Member Functions

 DomainInfo (std::size_t size)
 

Public Attributes

std::vector< int > all_owned
 All owned cells. More...
 
std::vector< int > all_overlap
 All overlap cells. More...
 
std::vector< int > all_wells
 All wells. More...
 
std::vector< int > all_domains
 All domains. More...
 

Detailed Description

Struct holding information about domains used for printing a summary.

Constructor & Destructor Documentation

◆ DomainInfo()

Opm::details::DomainInfo::DomainInfo ( std::size_t  size)
inlineexplicit

Member Data Documentation

◆ all_domains

std::vector<int> Opm::details::DomainInfo::all_domains

All domains.

Referenced by Opm::printDomainDistributionSummary().

◆ all_overlap

std::vector<int> Opm::details::DomainInfo::all_overlap

All overlap cells.

Referenced by Opm::printDomainDistributionSummary().

◆ all_owned

std::vector<int> Opm::details::DomainInfo::all_owned

All owned cells.

Referenced by Opm::printDomainDistributionSummary().

◆ all_wells

std::vector<int> Opm::details::DomainInfo::all_wells

All wells.

Referenced by Opm::printDomainDistributionSummary().


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