Opm::SubDomain< Grid > Struct Template Reference

#include <SubDomain.hpp>

Public Member Functions

 SubDomain (const int i, std::vector< int > &&c, std::vector< bool > &&in, Dune::SubGridPart< Grid > &&v)
 

Public Attributes

int index
 
std::vector< int > cells
 
std::vector< bool > interior
 
Dune::SubGridPart< Grid > view
 

Detailed Description

template<class Grid>
struct Opm::SubDomain< Grid >

Representing a part of a grid, in a way suitable for performing local solves.

Constructor & Destructor Documentation

◆ SubDomain()

template<class Grid >
Opm::SubDomain< Grid >::SubDomain ( const int  i,
std::vector< int > &&  c,
std::vector< bool > &&  in,
Dune::SubGridPart< Grid > &&  v 
)
inline

Member Data Documentation

◆ cells

template<class Grid >
std::vector<int> Opm::SubDomain< Grid >::cells

◆ index

◆ interior

template<class Grid >
std::vector<bool> Opm::SubDomain< Grid >::interior

◆ view

template<class Grid >
Dune::SubGridPart<Grid> Opm::SubDomain< Grid >::view

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