|
My Project
|
Provide facilities to simplify constructing restart vectors such as IWEL or RSEG. More...
#include <cassert>#include <exception>#include <iterator>#include <stdexcept>#include <type_traits>#include <vector>#include <boost/range/iterator_range.hpp>Go to the source code of this file.
Classes | |
| class | Opm::RestartIO::Helpers::WindowedArray< T > |
| Provide read-only and read/write access to constantly sized portions/windows of a linearised buffer with an implied 1D array structure. More... | |
| struct | Opm::RestartIO::Helpers::WindowedArray< T >::NumWindows |
| Distinct compile-time type for number of windows in underlying storage. More... | |
| struct | Opm::RestartIO::Helpers::WindowedArray< T >::WindowSize |
| Distinct compile-time type for size of windows (number of data items per window.) More... | |
| class | Opm::RestartIO::Helpers::WindowedMatrix< T > |
| Provide read-only and read/write access to constantly sized portions/windows of a linearised buffer with an implied row/column matrix (2D array) structure. More... | |
| struct | Opm::RestartIO::Helpers::WindowedMatrix< T >::NumRows |
| Distinct compile-time type for number of matrix rows in underlying storage. More... | |
| struct | Opm::RestartIO::Helpers::WindowedMatrix< T >::NumCols |
| Distinct compile-time type for number of matrix columns in underlying storage. More... | |
Namespaces | |
| namespace | Opm |
| This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Provide facilities to simplify constructing restart vectors such as IWEL or RSEG.