#include <opm/core/grid.h>
#include <istream>
#include <ostream>
#include <string>
#include <vector>
Go to the source code of this file.
|
void | Opm::readVagGrid (std::istream &is, Opm::VAG &vag_grid) |
|
void | Opm::writeVagFormat (std::ostream &os, Opm::VAG &vag_grid) |
|
template<typename T > |
void | Opm::readVector (std::istream &is, std::vector< T > &vec) |
|
template<typename T > |
void | Opm::writeVector (std::ostream &os, std::vector< T > &vec, int n) |
|
void | Opm::readPosStruct (std::istream &is, int n, PosStruct &pos_struct) |
|
void | Opm::writePosStruct (std::ostream &os, PosStruct &pos_struct) |
|
void | Opm::vagToUnstructuredGrid (Opm::VAG &vag_grid, UnstructuredGrid &grid) |
|
void | Opm::unstructuredGridToVag (UnstructuredGrid &grid, Opm::VAG &vag_grid) |
|