The finite volume geometry (scvs and scvfs) for cell-centered mpfa models on a grid view This builds up the sub control volumes and sub control volume faces for each element of the grid partition.
#include <utility>
#include <dumux/common/parameters.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/extrusion.hh>
#include <dumux/discretization/basegridgeometry.hh>
#include <dumux/discretization/checkoverlapsize.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
Functions | |
template<class GridView> | |
void | Dumux::checkOverlapSizeCCMpfa (const GridView &gridView) |
check the overlap size for parallel computations | |