template<class Grid, class Scalar>
class Dumux::PoreNetwork::ParametersForGeneratedGrid< Grid, Scalar >
Helper class to assign parameters to a generated grid.
|
| | ParametersForGeneratedGrid (const GridView &gridView, const std::string ¶mGroup) |
| |
| int | boundaryFaceMarkerAtPos (const GlobalPosition &pos) const |
| | Returns the boundary face marker index at given position. More...
|
| |
| int | throatLabel (const std::array< int, 2 > &poreLabels) const |
| | Computes and returns the label of a given throat. More...
|
| |
| template<class SetParameter , class GetParameter > |
| void | assignParameters (const SetParameter &setParameter, const GetParameter &getParameter, const std::size_t numSubregions) |
| | Assign parameters for generically created grids. More...
|
| |