File indexing completed on 2023-05-28 05:11:08 UTC
view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001
0002
0003
0004
0005 #ifndef STREAMICE_OPTIONS_H
0006 #define STREAMICE_OPTIONS_H
0007 #include "PACKAGES_CONFIG.h"
0008 #include "CPP_OPTIONS.h"
0009
0010 #ifdef ALLOW_STREAMICE
0011
0012
0013
0014 #define STREAMICE_CONSTRUCT_MATRIX
0015 #define STREAMICE_HYBRID_STRESS
0016 #undef STREAMICE_FLOWLINE_BUTTRESS
0017 #define USE_ALT_RLOW
0018 #undef STREAMICE_GEOM_FILE_SETUP
0019
0020
0021
0022
0023 #define STREAMICE_SMOOTH_FLOATATION
0024 #undef STREAMICE_SMOOTH_FLOATATION2
0025
0026 #undef ALLOW_PETSC
0027 #undef ALLOW_STREAMICE_2DTRACER
0028 #undef STREAMICE_TRACER_AB
0029 #undef STREAMICE_SERIAL_TRISOLVE
0030
0031 #endif /* ALLOW_STREAMICE */
0032 #endif /* STREAMICE_OPTIONS_H */
0033
0034
0035
0036