Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
27c82cf4
Commit
27c82cf4
authored
Jan 27, 2021
by
Lasse Hinrichsen
Browse files
Add constructor
parent
0e9463c0
Changes
1
Show whitespace changes
Inline
Side-by-side
dune/tnnmg/localsolvers/scalarbisectionsolver.hh
View file @
27c82cf4
...
...
@@ -28,6 +28,8 @@ public:
,
acceptFactor_
(
acceptFactor
)
{}
ScalarBisectionSolver
()
=
default
;
template
<
class
Vector
,
class
Functional
,
class
BitVector
>
void
operator
()(
Vector
&
x
,
const
Functional
&
f
,
const
BitVector
&
ignore
)
const
{
...
...
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