ParallelWellInfo.hpp File Reference
#include <dune/common/parallel/communicator.hh>
#include <dune/common/parallel/interface.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/parallel/plocalindex.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <opm/simulators/utils/ParallelCommunication.hpp>
#include <memory>
Include dependency graph for ParallelWellInfo.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::CommunicateAboveBelow
 Class to facilitate getting values associated with the above/below perforation. More...
 
class  Opm::GlobalPerfContainerFactory
 A factory for creating a global data representation for distributed wells. More...
 
class  Opm::ParallelWellInfo
 Class encapsulating some information about parallel wells. More...
 
class  Opm::CheckDistributedWellConnections
 Class checking that all connections are on active cells. More...
 

Namespaces

namespace  Opm
 

Functions

bool Opm::operator< (const ParallelWellInfo &well1, const ParallelWellInfo &well2)
 
bool Opm::operator== (const ParallelWellInfo &well1, const ParallelWellInfo &well2)
 
bool Opm::operator!= (const ParallelWellInfo &well1, const ParallelWellInfo &well2)
 
bool Opm::operator< (const std::pair< std::string, bool > &pair, const ParallelWellInfo &well)
 
bool Opm::operator< (const ParallelWellInfo &well, const std::pair< std::string, bool > &pair)
 
bool Opm::operator== (const std::pair< std::string, bool > &pair, const ParallelWellInfo &well)
 
bool Opm::operator== (const ParallelWellInfo &well, const std::pair< std::string, bool > &pair)
 
bool Opm::operator!= (const std::pair< std::string, bool > &pair, const ParallelWellInfo &well)
 
bool Opm::operator!= (const ParallelWellInfo &well, const std::pair< std::string, bool > &pair)