Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Jennifer Ryan
Nektar
Commits
ded15b6c
Commit
ded15b6c
authored
Apr 23, 2017
by
Spencer Sherwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added in a field modification for reading in restart field and updated CHANGELOG.md
parent
d565042d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGELOG.md
CHANGELOG.md
+3
-3
library/SolverUtils/Filters/FilterFieldConvert.cpp
library/SolverUtils/Filters/FilterFieldConvert.cpp
+2
-1
No files found.
CHANGELOG.md
View file @
ded15b6c
...
...
@@ -22,9 +22,12 @@ v4.4.1
-
Remove the duplicate output of errorutil (!756)
-
Fix BLAS CMake dependencies (!763)
-
Fix interpolation issue with Lagrange basis functions (!768)
-
Fix issue with average fields not working with different polynomial order
fields (!776)
**FieldConvert**
:
-
Fix issue with FieldConvert when range flag used (!761)
-
Fix issue with field ordering in the interppointdatatofld module (!754)
**NekMesh**
:
-
Fix memory consumption issue with Gmsh output (!747, !762)
...
...
@@ -33,9 +36,6 @@ v4.4.1
-
Add manifold meshing option (!756)
-
Fix issue with older rea input files (!765)
**FieldConvert:**
-
Fix issue with field ordering in the interppointdatatofld module (!754)
v4.4.0
------
**Library**
:
...
...
library/SolverUtils/Filters/FilterFieldConvert.cpp
View file @
ded15b6c
...
...
@@ -194,9 +194,10 @@ void FilterFieldConvert::v_Initialise(
// Extract fields to output
for
(
int
j
=
0
;
j
<
m_variables
.
size
();
++
j
)
{
ASSERTL1
(
j
<
pFields
.
num_elements
(),
"Number of variables is larger than the size of pFields"
);
for
(
int
i
=
0
;
i
<
fieldData
.
size
();
++
i
)
{
pFields
[
0
]
->
ExtractDataToCoeffs
(
pFields
[
j
]
->
ExtractDataToCoeffs
(
fieldDef
[
i
],
fieldData
[
i
],
m_variables
[
j
],
...
...
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