AMR-Solver  1.0
Block-based Octree AMR grid flow solver
input.h
Go to the documentation of this file.
1 #ifndef AMRSOLVER_INPUT_H
2 #define AMRSOLVER_INPUT_H
3 
4 namespace std {
5 
6 void read_input_file();
7 
8 }
9 #endif
Standard input output stuff.
Definition: input.cpp:12
void read_input_file()
Definition: input.cpp:374