Opm::SubDomain< Grid > Struct Template Reference

#include <SubDomain.hpp>

Inheritance diagram for Opm::SubDomain< Grid >:
Inheritance graph

Public Member Functions

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

Public Attributes

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

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,
bool  s 
)
inline

Member Data Documentation

◆ cells

std::vector<int> Opm::SubDomainIndices::cells
inherited

◆ index

◆ interior

std::vector<bool> Opm::SubDomainIndices::interior
inherited

◆ skip

bool Opm::SubDomainIndices::skip
inherited

◆ view

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

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