My Project
Loading...
Searching...
No Matches
Opm::SubDomain< Grid > Struct Template Reference

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

#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.


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