File indexing completed on 2020-04-22 05:11:54 UTC
view on githubraw file Latest commit 07e78522 on 2020-04-21 13:33:29 UTC
07e785229e dngo*0001
fb1e8c9704 Dani*0002
07e785229e dngo*0003
fb1e8c9704 Dani*0004
0005 #ifndef STREAMICE_OPTIONS_H
0006 #define STREAMICE_OPTIONS_H
0007 #include "PACKAGES_CONFIG.h"
0008 #include "CPP_OPTIONS.h"
0009
07e785229e dngo*0010 #ifdef ALLOW_STREAMICE
0011
fb1e8c9704 Dani*0012
0013
0014 #define STREAMICE_CONSTRUCT_MATRIX
0015 #define STREAMICE_HYBRID_STRESS
07e785229e dngo*0016 #undef STREAMICE_FLOWLINE_BUTTRESS
fb1e8c9704 Dani*0017 #define USE_ALT_RLOW
0018 #undef STREAMICE_GEOM_FILE_SETUP
07e785229e dngo*0019
0020
0021
0022
fb1e8c9704 Dani*0023 #define STREAMICE_SMOOTH_FLOATATION
07e785229e dngo*0024 #undef STREAMICE_SMOOTH_FLOATATION2
0025
fb1e8c9704 Dani*0026 #undef ALLOW_PETSC
0027 #undef ALLOW_STREAMICE_2DTRACER
0028 #undef STREAMICE_TRACER_AB
07e785229e dngo*0029 #undef STREAMICE_SERIAL_TRISOLVE
fb1e8c9704 Dani*0030
07e785229e dngo*0031 #endif /* ALLOW_STREAMICE */
0032 #endif /* STREAMICE_OPTIONS_H */
fb1e8c9704 Dani*0033
0034
0035
0036