Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
9985a4a8
Commit
9985a4a8
authored
Mar 08, 2021
by
niklas.baumgarten
Browse files
deprecated
parent
b55a411d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/pdesolver/assembling/PGReactionAssemble.cpp
View file @
9985a4a8
...
@@ -21,7 +21,7 @@ void PGReactionAssemble::Dirichlet(double t, Vector &u) const {
...
@@ -21,7 +21,7 @@ void PGReactionAssemble::Dirichlet(double t, Vector &u) const {
}
}
}
}
}
}
DirichletConsistent
(
u
);
u
.
DirichletConsistent
();
}
}
double
PGReactionAssemble
::
Residual
(
double
t
,
const
Vector
&
u
,
Vector
&
r
)
const
{
double
PGReactionAssemble
::
Residual
(
double
t
,
const
Vector
&
u
,
Vector
&
r
)
const
{
...
...
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