mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Improce documentation a bit.
This commit is contained in:
@@ -52,7 +52,7 @@ class CommunicateAbove
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit CommunicateAbove(const Communication& comm);
|
explicit CommunicateAbove(const Communication& comm);
|
||||||
/// \brief Adds information about the ecl indices of the perforations.
|
/// \brief Adds information about original index of the perforations in ECL Schedule.
|
||||||
///
|
///
|
||||||
/// \warning Theses indices need to be push in the same order as they
|
/// \warning Theses indices need to be push in the same order as they
|
||||||
/// appear in the ECL well specifiation. Use -1 if there is
|
/// appear in the ECL well specifiation. Use -1 if there is
|
||||||
@@ -130,7 +130,7 @@ public:
|
|||||||
return *comm_;
|
return *comm_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// \brief Collectively decide which ran has first perforation.
|
/// \brief Collectively decide which rank has first perforation.
|
||||||
void communicateFirstPerforation(bool hasFirst);
|
void communicateFirstPerforation(bool hasFirst);
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
Reference in New Issue
Block a user