partitionCells.hpp File Reference
#include <functional>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for partitionCells.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::ZoltanPartitioningControl< Element >
 

Namespaces

namespace  Opm
 

Functions

template<class GridView , class Element >
std::pair< std::vector< int >, int > Opm::partitionCells (const std::string &method, const int num_local_domains, const GridView &grid_view, const std::vector< Well > &wells, const ZoltanPartitioningControl< Element > &zoltan_ctrl)
 
std::pair< std::vector< int >, int > Opm::partitionCellsFromFile (const std::string &filename, const int num_cells)
 
std::pair< std::vector< int >, int > Opm::partitionCellsSimple (const int num_cells, const int num_domains)