Overture  Version 25
util.h
Go to the documentation of this file.
1 #ifndef AMR_UTIL_H
2 #define AMR_UTIL_H
3 
4 #include "Overture.h"
5 #include "OGFunction.h"
6 
8 {
10 };
11 
12 
13 
14 void printInfo( CompositeGrid & cg, int option=0 );
15 
16 void printInfo( GridCollection & cg, int option=0 );
17 
19  real t,
20  RealArray & topHatCentre,
21  RealArray & topHatVelocity,
22  real topHatRadius,
24 
26  OGFunction & exact,
27  const aString & label,
28  FILE *file=NULL,
29  int debug=0,
31  );
32 
34  int refinementRatio,
35  const aString & gridFileName,
36  const aString & fileName );
37 
38 #endif