Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
amdis
amdis-core
Commits
e9783dc3
Commit
e9783dc3
authored
Sep 06, 2020
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue/quad_factory' into 'master'
repair quadfactory storage See merge request
!206
parents
b1c86771
eab7e9dd
Pipeline
#4706
passed with stage
in 55 minutes and 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
amdis/GridFunctionOperator.hpp
amdis/GridFunctionOperator.hpp
+2
-2
No files found.
amdis/GridFunctionOperator.hpp
View file @
e9783dc3
...
...
@@ -82,7 +82,7 @@ namespace AMDiS
void
setQuadFactory
(
PQF
&&
pre
)
{
using
ctype
=
typename
Geometry
::
ctype
;
quadFactory_
.
emplace
(
quadFactory_
=
makeUniquePtr
(
makeQuadratureFactory
<
ctype
,
LC
::
mydimension
,
LocalFunction
>
(
FWD
(
pre
)));
}
...
...
@@ -137,7 +137,7 @@ namespace AMDiS
std
::
optional
<
LocalFunction
>
localFct_
;
/// Assign each element type a quadrature rule
std
::
optional
<
QuadFactory
>
quadFactory_
;
std
::
shared_ptr
<
QuadFactory
>
quadFactory_
;
/// the derivative order of this operator (in {0, 1, 2})
int
termOrder_
=
0
;
...
...
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