#include <NNC.hpp>

Public Member Functions

 NNCdata (size_t c1, size_t c2, double t)
 
 NNCdata ()=default
 
bool operator== (const NNCdata &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Public Attributes

size_t cell1
 
size_t cell2
 
double trans
 

Constructor & Destructor Documentation

◆ NNCdata() [1/2]

Opm::NNCdata::NNCdata ( size_t  c1,
size_t  c2,
double  t 
)
inline

◆ NNCdata() [2/2]

Opm::NNCdata::NNCdata ( )
default

Member Function Documentation

◆ operator==()

bool Opm::NNCdata::operator== ( const NNCdata data) const
inline

◆ serializeOp()

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

References cell1, cell2, and trans.

Member Data Documentation

◆ cell1

size_t Opm::NNCdata::cell1

Referenced by operator==(), and serializeOp().

◆ cell2

size_t Opm::NNCdata::cell2

Referenced by operator==(), and serializeOp().

◆ trans

double Opm::NNCdata::trans

Referenced by operator==(), and serializeOp().


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