Create_grid.hpp
Go to the documentation of this file.
1 #ifndef CREATE_GRID_H
2 #define CREATE_GRID_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 
6 namespace SPE
7 {
12  int Create_grid(
13  SPE &data,
14  PetscScalar deltay=0.
15  );
16 }
17 #endif
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
int Create_grid(SPE &data, PetscScalar deltay=0.)
create y and z grid and stretch in y direction using stretching if deltay is nonzero ...
Definition: Create_grid.cpp:12