|
Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2+1 dimensions
Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2+1 dimensions
|
A program to generate wave simulation data. More...
Go to the source code of this file.
Functions | |
| void | execute_simulation (std::vector< std::string > &args) |
| int | main (int argc, char **argv) |
A program to generate wave simulation data.
Definition in file wave_simulation.cpp.
| void execute_simulation | ( | std::vector< std::string > & | args | ) |
Definition at line 18 of file wave_simulation.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 78 of file wave_simulation.cpp.