GridManager.hpp
Go to the documentation of this file.
Definition: GridManager.hpp:45 GridManager(int nx, int ny, int nz) Construct a 3d cartesian grid with cells of unit size. GridManager(int nx, int ny, int nz, double dx, double dy, double dz) Construct a 3d cartesian grid with cells of size [dx, dy, dz]. GridManager(const std::string &input_filename) GridManager(int nx, int ny) Construct a 2d cartesian grid with cells of unit size. const UnstructuredGrid * c_grid() const GridManager(int nx, int ny, double dx, double dy) Construct a 2d cartesian grid with cells of size [dx, dy]. Definition: UnstructuredGrid.h:101 Definition: preprocess.h:56 |