Loading [MathJax]/extensions/TeX/AMSmath.js
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
Main Page
Related Pages
Modules
+
Packages
Packages
+
Package Functions
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
Functions/Subroutines
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Data Types List
Data Types List
Data Types
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
e
f
g
i
l
m
n
o
p
s
t
u
v
w
+
Functions/Subroutines
_
a
b
c
e
f
g
i
l
m
n
o
p
t
u
v
w
Variables
+
Files
File List
+
Globals
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
+
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
+
Variables
a
b
c
d
e
i
k
l
m
n
o
p
r
s
t
w
x
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
feature_tests.c
1
2
const
char
features[] = {
"\n"
3
"C_FEATURE:"
4
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404
5
"1"
6
#else
7
"0"
8
#endif
9
"c_function_prototypes\n"
10
"C_FEATURE:"
11
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12
"1"
13
#else
14
"0"
15
#endif
16
"c_restrict\n"
17
"C_FEATURE:"
18
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
19
"1"
20
#else
21
"0"
22
#endif
23
"c_static_assert\n"
24
"C_FEATURE:"
25
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26
"1"
27
#else
28
"0"
29
#endif
30
"c_variadic_macros\n"
31
32
};
33
34
int
main
(
int
argc,
char
** argv) { (void)argv;
return
features[argc]; }
main
int main(int argc, char *argv[])
Reads parameters. Creates struts and walls. Saves foam morphology to a file.
Definition:
foams.cc:23
applications
PUfoam
MoDeNaModels
CFD_tool_3D
src
initMoments
CMakeFiles
feature_tests.c
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13