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>

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

Public Member Functions

 SubDomain (const int i, std::vector< int > &&c, std::vector< bool > &&in, Dune::SubGridPart< Grid > &&v, bool s)
 
- Public Member Functions inherited from Opm::SubDomainIndices
 SubDomainIndices (const int i, std::vector< int > &&c, std::vector< bool > &&in, bool s)
 

Public Attributes

Dune::SubGridPart< Grid > view
 
- Public Attributes inherited from Opm::SubDomainIndices
int index
 
std::vector< intcells
 
std::vector< boolinterior
 
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.


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