|
Eigen::Array< double,
Eigen::Dynamic, 1 > | cellCentroidsZToEigen (const UnstructuredGrid &grid) |
| | Get the z coordinates of the cell centroids of a grid. More...
|
| |
| void | extractInternalFaces (const UnstructuredGrid &grid, Eigen::Array< int, Eigen::Dynamic, 1 > &internal_faces, Eigen::Array< int, Eigen::Dynamic, 2, Eigen::RowMajor > &nbi) |
| | extracts the internal faces of a grid. More...
|
| |
ADFaceCellTraits
< UnstructuredGrid >::Type | faceCellsToEigen (const UnstructuredGrid &grid) |
| | Get the face to cell mapping of a grid. More...
|
| |
| Eigen::Array<double, Eigen::Dynamic, 1> Opm::AutoDiffGrid::cellCentroidsZToEigen |
( |
const UnstructuredGrid & |
grid | ) |
|
| void Opm::AutoDiffGrid::extractInternalFaces |
( |
const UnstructuredGrid & |
grid, |
|
|
Eigen::Array< int, Eigen::Dynamic, 1 > & |
internal_faces, |
|
|
Eigen::Array< int, Eigen::Dynamic, 2, Eigen::RowMajor > & |
nbi |
|
) |
| |
extracts the internal faces of a grid.
- Parameters
-
| [in] | The | grid whose internal faces we query. |
| [out] | internal_faces | The internal faces. |
| [out] | nbi | |
Referenced by Opm::HelperOps::HelperOps().
| ADFaceCellTraits<UnstructuredGrid>::Type Opm::AutoDiffGrid::faceCellsToEigen |
( |
const UnstructuredGrid & |
grid | ) |
|
|