Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Praetorius, Simon
dune-amdis
Commits
753849bf
Commit
753849bf
authored
Mar 01, 2019
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase to develop branch
parent
a1d748cb
Pipeline
#1765
failed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/amdis/gridfunctions/FunctorGridFunction.hpp
src/amdis/gridfunctions/FunctorGridFunction.hpp
+1
-1
No files found.
src/amdis/gridfunctions/FunctorGridFunction.hpp
View file @
753849bf
...
...
@@ -136,7 +136,7 @@ namespace AMDiS
},
lf
.
localFcts
());
using
std
::
get
;
auto
const
&
lgfs_i
=
*
get
<
decltype
(
_i
)
::
value
>
(
lf
.
localFcts
());
auto
const
&
lgfs_i
=
*
get
<
VALUE
(
_i
)
>
(
lf
.
localFcts
());
return
makeFunctorGridFunction
(
Operation
::
Multiplies
{},
di_f
,
derivative
(
lgfs_i
));
};
...
...
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