GenericCpGridVanguard.hpp File Reference
#include <opm/grid/CpGrid.hpp>
#include <opm/simulators/flow/FlowGenericVanguard.hpp>
#include <functional>
#include <memory>
#include <optional>
#include <vector>
#include <filesystem>
Include dependency graph for GenericCpGridVanguard.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::details::MPIPartitionFromFile
 
class  Opm::GenericCpGridVanguard< ElementMapper, GridView, Scalar >
 

Namespaces

namespace  Opm
 
namespace  Opm::details
 

Variables

std::optional< std::function< std::vector< int >(const Dune::CpGrid &)> > Opm::externalLoadBalancer
 optional functor returning external load balancing information More...
 

Detailed Description

Helper class for grid instantiation of ECL file-format using problems.

This class uses Dune::CpGrid as the simulation grid.