|
cuIBM
A GPU-based Immersed Boundary Method code
|
Main source file of cuIBM.
More...
#include "utilities/types.h"#include "utilities/helpers.h"#include "utilities/domain.h"#include "io/io.h"#include "solvers/createSolver.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Main function. More... | |
Main source file of cuIBM.
Definition in file cuIBM.cu.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function.
Definition at line 17 of file cuIBM.cu.
References NavierStokesSolver< memoryType >::finished(), NavierStokesSolver< memoryType >::initialise(), io::printDeviceMemoryUsage(), io::printSimulationInfo(), io::readInputs(), NavierStokesSolver< memoryType >::shutDown(), NavierStokesSolver< memoryType >::stepTime(), and NavierStokesSolver< memoryType >::writeData().
1.8.11