Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
f1e4a2e2
Commit
f1e4a2e2
authored
Jun 08, 2015
by
Oliver Sander
Browse files
Test whether the NormFunctional::subDiff method works
It does.
parent
8c38539f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/functionals/test/normfunctionaltest.cc
View file @
f1e4a2e2
...
...
@@ -48,6 +48,9 @@ int main(int argc, char** argv) try
// Test the directional subdifferential at the given test points
testDirectionalSubdifferential
(
functional
,
testPoints
);
// Test the partial subdifferential at the given test points
testSubDiff
(
functional
,
testPoints
);
return
0
;
}
catch
(
Exception
e
)
...
...
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