Intersection (face) iterator for solver-near grid interface.
More...
#include <GridInterfaceEuler.hpp>
|
| typedef Face< GridInterface >::DuneIntersectionIter | DuneIntersectionIter |
| | Type of low-level intersection iterator.
|
| enum | |
|
typedef GridInterface::DuneIntersectionIterator | DuneIntersectionIter |
|
typedef GridInterface::GridType::Traits::template Codim< 0 >::Entity | CellPtr |
|
typedef GridInterface::GridType::ctype | Scalar |
|
typedef Dune::FieldVector< Scalar, GridInterface::GridType::dimension > | Vector |
|
typedef Dune::FieldVector< Scalar, GridInterface::GridType::dimension-1 > | LocalVector |
|
typedef int | Index |
|
typedef GIE::Cell< GridInterface, CellPtr > | Cell |
|
|
const GridInterface * | pgrid_ |
|
DuneIntersectionIter | iter_ |
|
Index | local_index_ |
template<class
GridInterface>
class Opm::GIE::FaceIterator< GridInterface >
Intersection (face) iterator for solver-near grid interface.
- Template Parameters
-
◆ DuneIntersectionIter
Type of low-level intersection iterator.
Copied from the Dune grid.
◆ FaceIterator()
Constructor.
- Parameters
-
| [in] | grid | An interface to a Dune grid. |
| [in] | it | A dune intersection iterator. |
| [in] | local_index | Local index (number) of this intersection within the encompassing entity (cell). |
The documentation for this class was generated from the following file: