template<typename HG, typename FacetGrid, typename HostGridManager = GridManager<HG>>
class Dumux::FacetGridManager< HG, FacetGrid, HostGridManager >
- Note
- Each facet is only visited from one side when selecting the facets to be extracted.
-
On surface grids as host grids, this implementation assumes that there are no bifurcations.
|
| template<Concept::FacetSelector< HostElement, HostIntersection > Selector> |
| void | init (const HostGrid &hostGrid, const Selector &selector) |
| | Make the grid using an externally created host grid. More...
|
| |
| template<Concept::FacetSelector< HostElement, HostIntersection > Selector> |
| void | init (const Selector &selector, const std::string ¶mGroup="") |
| | Make the grid and create the host grid internally. More...
|
| |
| void | loadBalance () |
| | Call loadBalance() function of the grid. More...
|
| |
| Grid & | grid () |
| | Returns a reference to the grid. More...
|
| |
| const Grid & | grid () const |
| | Returns a const reference to the grid. More...
|
| |
| bool | hasGridData () const |
| | Return true if grid data is available. More...
|
| |
| HostGridVertex | hostGridVertex (const Vertex &v) const |
| | Return the host grid vertex that overlaps with the given facet grid vertex. More...
|
| |