Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
241a2cf2
Commit
241a2cf2
authored
Feb 20, 2016
by
Chris Cantwell
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Put back fix for SingleMode 3D output.
parent
9fcf2423
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/FieldConvert/Field.hpp
View file @
241a2cf2
...
...
@@ -289,6 +289,16 @@ struct Field {
nplanes
=
m_fielddef
[
0
]
->
m_numModes
[
2
];
lz
=
m_fielddef
[
0
]
->
m_homogeneousLengths
[
0
];
btype
=
m_fielddef
[
0
]
->
m_basis
[
2
];
if
(
btype
==
LibUtilities
::
eFourierSingleMode
)
{
btype
=
LibUtilities
::
eFourier
;
m_fielddef
[
0
]
->
m_basis
[
2
]
=
LibUtilities
::
eFourierSingleMode
;
if
(
nplanes
<=
2
)
{
nplanes
=
4
;
}
}
}
else
{
...
...
Write
Preview
Supports
Markdown
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