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
676b03c6
Commit
676b03c6
authored
Jan 03, 2020
by
Praetorius, Simon
Browse files
update bilinearform constructors
parent
d39bb560
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/BiLinearForm.hpp
View file @
676b03c6
...
...
@@ -72,7 +72,7 @@ namespace AMDiS
{}
/// Wraps the passed row-basis into a (non-destroying) shared_ptr
template
<
class
RB_
,
class
CB_
=
CB
,
template
<
class
RB_
,
REQUIRES
(
Concepts
::
Similar
<
RB_
,
RB
>)
>
explicit
BiLinearForm
(
RB_
&&
rowBasis
)
:
BiLinearForm
(
Dune
::
wrap_or_move
(
FWD
(
rowBasis
)))
...
...
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