Chombo + EB + MF
3.2
src
HOAMRTools
MASKVAL.H
Go to the documentation of this file.
1
#ifdef CH_LANG_CC
2
/*
3
* _______ __
4
* / ___/ / ___ __ _ / / ___
5
* / /__/ _ \/ _ \/ V \/ _ \/ _ \
6
* \___/_//_/\___/_/_/_/_.__/\___/
7
* Please refer to Copyright.txt, in Chombo's root directory.
8
*/
9
#endif
10
11
#include "
UsingNamespace.H
"
12
13
14
#ifndef _MASKVAL_H_
15
#define _MASKVAL_H_
16
17
#if 0
18
These mask value definitions should correspond with those in LevelMask.H
19
They are intended
for
use in FORTRAN routines
20
#endif
21
22
#define MASKCOVERED -2
23
#define MASKPHYS -1
24
#define MASKCOPY 0
25
#define MASKCOARSE 1
26
27
#endif
UsingNamespace.H
Generated by
1.8.13