Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
92b8fa78
Commit
92b8fa78
authored
Sep 24, 2020
by
steffen.schotthoefer
Browse files
start alpha output mnsolver
parent
471ce6fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/include/common/globalconstants.h
View file @
92b8fa78
...
...
@@ -76,8 +76,8 @@ enum OPTIMIZER_NAME { NEWTON, ML };
inline
std
::
map
<
std
::
string
,
OPTIMIZER_NAME
>
Optimizer_Map
{
{
"NEWTON"
,
NEWTON
},
{
"ML"
,
ML
}
};
// Volume output
enum
VOLUME_OUTPUT
{
MINIMAL
,
MOMENTS
};
enum
VOLUME_OUTPUT
{
MINIMAL
,
MOMENTS
,
DUAL_MOMENTS
};
inline
std
::
map
<
std
::
string
,
VOLUME_OUTPUT
>
VolOutput_Map
{
{
"MINIMAL"
,
MINIMAL
},
{
"MOMENTS"
,
MOMENTS
}
};
inline
std
::
map
<
std
::
string
,
VOLUME_OUTPUT
>
VolOutput_Map
{
{
"MINIMAL"
,
MINIMAL
},
{
"MOMENTS"
,
MOMENTS
},
{
"DUAL_MOMENTS"
,
DUAL_MOMENTS
}
};
#endif // GLOBAL_CONSTANTS_H
code/input/exampleMN.cfg
View file @
92b8fa78
...
...
@@ -10,12 +10,12 @@
% Output directory
OUTPUT_DIR = ../result
% Output file
OUTPUT_FILE = exampleMN_
ML
OUTPUT_FILE = exampleMN_
feature_output
% Log directory
LOG_DIR = ../result/logs
% Mesh File
MESH_FILE = linesource.su2
%
MESH_FILE = linesource_debug.su2
%
MESH_FILE = linesource.su2
MESH_FILE = linesource_debug.su2
%
PROBLEM = LINESOURCE
%
...
...
steffen.schotthoefer
@kx5574
mentioned in commit
a68a7ead
·
Apr 30, 2021
mentioned in commit
a68a7ead
mentioned in commit a68a7ead92c7cc817c49d3cda2e3bcd486c724c8
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment