Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
primer
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
7
enum
InitialConditionEnum
8
{
9
topHat
10
};
11
12
13
14
void
printInfo
(
CompositeGrid
& cg,
int
option=0 );
15
16
void
printInfo
(
GridCollection
& cg,
int
option=0 );
17
18
int
getTrueSolution
(
realGridCollectionFunction
& u,
19
real
t,
20
RealArray
& topHatCentre,
21
RealArray
& topHatVelocity,
22
real
topHatRadius,
23
InitialConditionEnum
type =
topHat
);
24
25
real
checkError
(
realCompositeGridFunction
& u,
real
t,
26
OGFunction
& exact,
27
const
aString
& label,
28
FILE *file=
NULL
,
29
int
debug=0,
30
realGridCollectionFunction
*pErr=
NULL
31
);
32
33
int
outputRefinementInfo
(
GridCollection
& gc,
34
int
refinementRatio,
35
const
aString
& gridFileName,
36
const
aString
& fileName );
37
38
#endif
Generated on Fri Jan 4 2013 10:18:01 for Overture by
1.8.3