My Project
|
Representing a part of a grid, in a way suitable for performing local solves. More...
#include <SubDomain.hpp>
Public Member Functions | |
SubDomainIndices (const int i, std::vector< int > &&c, std::vector< bool > &&in, bool s) | |
Public Attributes | |
int | index |
std::vector< int > | cells |
std::vector< bool > | interior |
bool | skip |
Representing a part of a grid, in a way suitable for performing local solves.