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
bbe3371b
Commit
bbe3371b
authored
Oct 15, 2021
by
Carsten Gräser
Browse files
Add method to set truncation tolerance
parent
1fbd2501
Pipeline
#41672
passed with stage
in 14 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/functionals/bcqfconstrainedlinearization.hh
View file @
bbe3371b
...
...
@@ -96,6 +96,11 @@ public:
truncationTolerance_
(
1e-10
)
{}
void
setTruncationTolerance
(
double
tolerance
)
{
truncationTolerance_
=
tolerance
;
}
void
bind
(
const
Vector
&
x
)
{
negativeGradient_
=
derivative
(
f_
)(
x
);
...
...
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