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
b60644a3
Commit
b60644a3
authored
Mar 09, 2019
by
Praetorius, Simon
Browse files
sot creator updated
parent
d1c40bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/localoperators/SecondOrderGradTestGradTrial.hpp
View file @
b60644a3
...
...
@@ -234,9 +234,7 @@ namespace AMDiS
template
<
class
Expr
,
class
...
QuadratureArgs
>
auto
sot
(
Expr
&&
expr
,
QuadratureArgs
&&
...
args
)
{
auto
pqf
=
makePreQuadratureFactory
(
FWD
(
args
)...);
using
PreOp
=
PreGridFunctionOperator
<
tag
::
gradtest_gradtrial
,
TYPEOF
(
expr
),
TYPEOF
(
pqf
)
>
;
return
PreOp
{
tag
::
gradtest_gradtrial
{},
FWD
(
expr
),
std
::
move
(
pqf
)};
return
makeOperator
(
tag
::
gradtest_gradtrial
{},
FWD
(
expr
),
FWD
(
args
)...);
}
/** @} **/
...
...
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