Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
90aa5793
Commit
90aa5793
authored
Sep 19, 2013
by
Praetorius, Simon
Browse files
CouplingProblems extended
parent
d4242d9f
Changes
1
Show whitespace changes
Inline
Side-by-side
extensions/base_problems/CahnHilliard.cc
View file @
90aa5793
...
...
@@ -128,7 +128,7 @@ void CahnHilliard::solveInitialProblem(AdaptInfo *adaptInfo)
Recovery
recovery
(
L2_NORM
,
1
);
recovery
.
recoveryUh
(
&
tmp
,
*
prob
->
getSolution
()
->
getDOFVector
(
0
));
#else
prob
->
getSolution
()
->
getDOFVector
(
0
)
->
interpol
(
tmp
);
prob
->
getSolution
()
->
getDOFVector
(
0
)
->
interpol
(
&
tmp
);
#endif
}
...
...
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