4 #include "MCRCProgramming.hpp"
5 #include "flumy_export.hpp"
7 #include "GridReal.hpp"
39 const MP_real & ox = 0.,
40 const MP_real & oy = 0.,
41 const MP_real & val = 0.);
Base class for 3D grid description.
Definition: GridParams.hpp:28
Base class for 2D grid containing real values.
Definition: GridReal.hpp:23
Storage class used to alterate or get domain topography.
Definition: Topo.hpp:29
Topo(const GridParams &grid)
Constructor build from another grid (use it to make Topography and Domain compatible)....
Topo(const GridParams &grid, const MP_real &val)
Constructor build from another grid (use it to make Topography and Domain compatible)....
Topo(const MP_real &dx, const MP_real &dy, const MP_int &nx, const MP_int &ny, const MP_real &ox=0., const MP_real &oy=0., const MP_real &val=0.)
Constructor using 2D grid parameters.
virtual ~Topo()
Destructor.
Definition: Topo.hpp:49
Topo()
Default constructor.