mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Improve doc of dirId() method.
This commit is contained in:
parent
6526f9a29a
commit
a050c1e945
@ -212,7 +212,10 @@ public:
|
||||
{ return area_; }
|
||||
|
||||
/*!
|
||||
* \brief Returns the direction of the face
|
||||
* \brief Returns the direction id of the face w.r.t the cell.
|
||||
*
|
||||
* For corner point grids, this is 0-5 for I-, I+, J-, J+, K- and K+ faces,
|
||||
* and -1 for NNC faces.
|
||||
*/
|
||||
int dirId() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user