Chombo + EB + MF
3.2
src
EBTools
CH_EBIS_ORDER.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
// ANAG, LBNL
12
13
///meant to be overridden at compile time if necessary
14
#ifndef _CH_EBIS_ORDER_H_
15
#define _CH_EBIS_ORDER_H_
16
17
18
/// maximum order of moment used in calc
19
/**
20
this can be overridden at compile time (compile time of the LIBRARY!!!)
21
*/
22
#define CH_EBIS_ORDER 2
23
24
25
26
27
#endif
Generated by
1.8.13