Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
5251ae34
Commit
5251ae34
authored
Jan 19, 2016
by
Kilian Lackhove
Browse files
APE: write Sourceterms to postprocessing files
parent
a4fff83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
solvers/APESolver/EquationSystems/APE.cpp
View file @
5251ae34
...
@@ -411,6 +411,11 @@ void APE::v_ExtraFldOutput(
...
@@ -411,6 +411,11 @@ void APE::v_ExtraFldOutput(
m_fields
[
0
]
->
FwdTrans
(
m_basefield
[
i
],
tmpFwd
);
m_fields
[
0
]
->
FwdTrans
(
m_basefield
[
i
],
tmpFwd
);
fieldcoeffs
.
push_back
(
tmpFwd
);
fieldcoeffs
.
push_back
(
tmpFwd
);
}
}
variables
.
push_back
(
"S"
);
Array
<
OneD
,
NekDouble
>
FwdS
(
nCoeffs
);
m_fields
[
0
]
->
FwdTrans
(
m_sourceTerms
,
FwdS
);
fieldcoeffs
.
push_back
(
FwdS
);
}
}
...
...
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