#include "include/cnpy/cnpy.h"#include <complex>#include <cstdlib>#include <iostream>#include <map>#include <string>
Go to the source code of this file.
Functions | |
| int | main () |
Variables | |
| const int | Nx = 128 |
| const int | Ny = 64 |
| const int | Nz = 32 |
| int main | ( | ) |
Definition at line 12 of file example1.cpp.
| const int Nx = 128 |
Definition at line 8 of file example1.cpp.
| const int Ny = 64 |
Definition at line 9 of file example1.cpp.
| const int Nz = 32 |
Definition at line 10 of file example1.cpp.