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
amdis
amdis-core
Commits
369627d0
Commit
369627d0
authored
Mar 08, 2022
by
Praetorius, Simon
Browse files
Merge branch 'issue/gradiente-of' into 'master'
Fix name of gradientOf See merge request amdis/amdis!79
parents
9e039e3f
9e6527bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/DOFVector.hpp
View file @
369627d0
...
...
@@ -200,7 +200,7 @@ namespace AMDiS
}
/// Return a derivative grid-function representing the gradient (jacobian) of the DOFVector
friend
auto
gradient
e
Of
(
DOFVector
const
&
dofVec
)
friend
auto
gradientOf
(
DOFVector
const
&
dofVec
)
{
return
dofVec
.
makeDerivative
(
tag
::
gradient
{});
}
...
...
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