Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
30aa72ea
Commit
30aa72ea
authored
Jun 21, 2012
by
Praetorius, Simon
Browse files
ellipt demo repaired
parent
76b77866
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/src/ellipt.cc
View file @
30aa72ea
...
...
@@ -72,7 +72,7 @@ int main(int argc, char* argv[])
ellipt
.
addVectorOperator
(
rhsOperator
,
0
);
// ===== add boundary conditions =====
//
ellipt.addDirichletBC(1, 0, 0, new G);
ellipt
.
addDirichletBC
(
1
,
0
,
0
,
new
G
);
// ===== start adaption loop =====
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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