kspaceFirstOrder3D-OMP  1.2
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
main.cpp File Reference

The main file of kspaceFirstOrder3D-OMP. More...

#include <iostream>
#include <exception>
#include <KSpaceSolver/KSpaceFirstOrder3DSolver.h>
#include <Logger/Logger.h>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Author
Jiri Jaros
Faculty of Information Technology
Brno University of Technology
jaros.nosp@m.jir@.nosp@m.fit.v.nosp@m.utbr.nosp@m..cz
Version
kspaceFirstOrder3D 2.16
Date
11 July 2012, 10:57 (created)
04 September 2017, 14:15 (revised)

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main function of the ksppaceFirstOrder3D-OMP.

Parameters
[in]argc
[in]argv
Returns
EXIT_SUCCESS - If the simulation completed correctly.

Definition at line 797 of file main.cpp.