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
43bf24b6
Commit
43bf24b6
authored
Dec 18, 2017
by
Praetorius, Simon
Browse files
demos adopted to moved and renamed files
parent
9f44e925
Changes
3
Show whitespace changes
Inline
Side-by-side
dune/amdis/Assembler.inc.hpp
View file @
43bf24b6
...
...
@@ -46,7 +46,7 @@ void Assembler<Traits>::assemble(
auto
&
rhsOp
=
rhsOperators_
[
rowNode
];
if
(
rhsOp
.
assemble
(
asmVector
)
&&
!
rhsOp
.
empty
())
assembleElementOperators
(
elementVector
,
rhs
,
rhsOp
,
geometry
,
rowLocalView
);
this
->
assembleElementOperators
(
elementVector
,
rhs
,
rhsOp
,
geometry
,
rowLocalView
);
forEachNode
(
localView
.
tree
(),
[
&
,
this
](
auto
const
&
colNode
,
auto
colTreePath
)
{
...
...
@@ -56,7 +56,7 @@ void Assembler<Traits>::assemble(
auto
colLocalView
=
colBasis
.
localView
();
colLocalView
.
bind
(
element
);
// NOTE: Is this necessary?
assembleElementOperators
(
elementMatrix
,
matrix
,
matOp
,
geometry
,
rowLocalView
,
colLocalView
);
this
->
assembleElementOperators
(
elementMatrix
,
matrix
,
matOp
,
geometry
,
rowLocalView
,
colLocalView
);
}
});
});
...
...
src/heat.cc
View file @
43bf24b6
...
...
@@ -7,6 +7,7 @@
#include
<dune/amdis/AdaptInstationary.hpp>
#include
<dune/amdis/ProblemInstat.hpp>
#include
<dune/amdis/ProblemStat.hpp>
#include
<dune/amdis/Operators.hpp>
#include
<dune/amdis/Terms.hpp>
#include
<dune/amdis/common/Literals.hpp>
...
...
src/vecellipt.cc
View file @
43bf24b6
...
...
@@ -2,6 +2,7 @@
#include
<dune/amdis/AMDiS.hpp>
#include
<dune/amdis/ProblemStat.hpp>
#include
<dune/amdis/Operators.hpp>
#include
<dune/amdis/Terms.hpp>
using
namespace
AMDiS
;
...
...
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