Represents edit information for non-neighboring connections (NNCs, faults, etc.) More...

#include <EDITNNC.hpp>

Public Member Functions

 EDITNNC ()=default
 
 EDITNNC (const Deck &deck)
 Construct from input deck. More...
 
const std::vector< NNCdata > & data () const
 Get an ordered set of EDITNNC. More...
 
size_t size () const
 Get the number of entries. More...
 
bool empty () const
 Whether EDITNNC was empty. More...
 
bool operator== (const EDITNNC &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static EDITNNC serializeObject ()
 Returns an instance used for serialization test. More...
 

Detailed Description

Represents edit information for non-neighboring connections (NNCs, faults, etc.)

Constructor & Destructor Documentation

◆ EDITNNC() [1/2]

Opm::EDITNNC::EDITNNC ( )
default

◆ EDITNNC() [2/2]

Opm::EDITNNC::EDITNNC ( const Deck deck)
explicit

Construct from input deck.

Member Function Documentation

◆ data()

const std::vector< NNCdata > & Opm::EDITNNC::data ( ) const
inline

Get an ordered set of EDITNNC.

◆ empty()

bool Opm::EDITNNC::empty ( ) const

Whether EDITNNC was empty.

◆ operator==()

bool Opm::EDITNNC::operator== ( const EDITNNC data) const

◆ serializeObject()

static EDITNNC Opm::EDITNNC::serializeObject ( )
static

Returns an instance used for serialization test.

◆ serializeOp()

template<class Serializer >
void Opm::EDITNNC::serializeOp ( Serializer serializer)
inline

◆ size()

size_t Opm::EDITNNC::size ( ) const

Get the number of entries.


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