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
9321901a
Commit
9321901a
authored
Jan 25, 2017
by
oliver.sander_at_tu-dresden.de
Browse files
Replace Dune::enable_if by std::enable_if
parent
10876c2f
Pipeline
#5394
failed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/functionals/stronglyconvexfunctional.hh
View file @
9321901a
...
...
@@ -91,7 +91,7 @@ namespace Dune {
*/
template
<
class
LRFT
=
LowRankFactorType
>
StronglyConvexFunctional
(
const
MatrixType
&
A
,
NonlinearityType
&
phi
,
const
VectorType
&
f
,
typename
Dune
::
enable_if
<
typename
std
::
enable_if
<
std
::
is_same
<
DefaultNullOperatorType
,
LRFT
>::
value
>::
type
*
dummy
=
0
)
:
...
...
@@ -112,7 +112,7 @@ namespace Dune {
*/
template
<
class
LRFT
=
LowRankFactorType
>
StronglyConvexFunctional
(
double
a
,
const
MatrixType
&
A
,
NonlinearityType
&
phi
,
const
VectorType
&
f
,
typename
Dune
::
enable_if
<
typename
std
::
enable_if
<
std
::
is_same
<
DefaultNullOperatorType
,
LRFT
>::
value
>::
type
*
dummy
=
0
)
:
...
...
dune/tnnmg/problem-classes/convexproblem.hh
View file @
9321901a
...
...
@@ -85,7 +85,7 @@ class ConvexProblem
*/
template
<
class
LRFT
=
LowRankFactorType
>
ConvexProblem
(
double
a
,
const
MatrixType
&
A
,
NonlinearityType
&
phi
,
const
VectorType
&
f
,
VectorType
&
u
,
typename
Dune
::
enable_if
<
typename
std
::
enable_if
<
std
::
is_same
<
DefaultNullOperatorType
,
LRFT
>::
value
>::
type
*
dummy
=
0
)
:
...
...
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