GridHelpers.hpp File Reference
#include <functional>
#include <boost/range/iterator_range.hpp>
#include <opm/core/grid.h>
#include <opm/core/grid/GridHelpers.hpp>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <Eigen/Eigen>
#include <Eigen/Sparse>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
Include dependency graph for GridHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::AutoDiffGrid::ADFaceCellTraits< T >
 Mapps a grid type to the corresponding face to cell mapping. More...
 
struct  Opm::AutoDiffGrid::ADCell2FacesTraits< T >
 Mapping of the grid type to the type of the cell to faces mapping. More...
 
struct  Opm::AutoDiffGrid::ADFaceCellTraits< UnstructuredGrid >
 

Namespaces

 Opm
 
 Opm::AutoDiffGrid
 

Functions

Eigen::Array< double,
Eigen::Dynamic, 1 > 
Opm::AutoDiffGrid::cellCentroidsZToEigen (const UnstructuredGrid &grid)
 Get the z coordinates of the cell centroids of a grid. More...
 
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. More...
 
ADFaceCellTraits
< UnstructuredGrid >::Type 
Opm::AutoDiffGrid::faceCellsToEigen (const UnstructuredGrid &grid)
 Get the face to cell mapping of a grid. More...