GRINS-0.8.0
Functions
grins.C File Reference
#include "grins/runner.h"
Include dependency graph for grins.C:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 28 of file grins.C.

References GRINS::Runner::init(), and GRINS::Runner::run().

29 {
30  GRINS::Runner grins(argc,argv);
31  grins.init();
32  grins.run();
33 
34  return 0;
35 }
Class to encapsulate initializing and running GRINS Simulation.
Definition: runner.h:47

Generated on Tue Dec 19 2017 12:47:29 for GRINS-0.8.0 by  doxygen 1.8.9.1