#include <algorithm>
#include <cassert>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
|
namespace | Opm |
| Holds the implementation of the CpGrid as a pimple.
|
|
|
template<class Range > |
auto | Opm::createChunkIterators (const Range &r, const std::size_t num_elem, const std::size_t num_chunks) |
|
template<class Range > |
auto | Opm::createThreadIterators (const Range &r, const std::size_t num_elem, const std::size_t num_threads, const std::size_t max_chunk_size, int &chunk_size) |
|
template<class GridView > |
auto | Opm::createThreadIterators (const GridView &gv, const std::size_t num_threads, const std::size_t max_chunk_size, int &chunk_size) |
|