countGlobalCells.hpp File Reference
#include <opm/core/props/BlackoilPhases.hpp>
#include <dune/grid/common/gridview.hh>
#include <algorithm>
#include <vector>
Include dependency graph for countGlobalCells.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::detail
 

Functions

template<class GridView >
std::size_t Opm::detail::countLocalInteriorCellsGridView (const GridView &gridView)
 Get the number of local interior cells in a grid view. More...
 
template<class Grid >
std::size_t Opm::detail::countLocalInteriorCells (const Grid &grid)
 Get the number of local interior cells in a grid. More...
 
template<class Grid >
std::size_t Opm::detail::countGlobalCells (const Grid &grid)
 Get the number of cells of a global grid. More...