Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pyMOR
pymor
Commits
61eb5439
Commit
61eb5439
authored
Jun 25, 2020
by
Hendrik Kleikamp
Committed by
René Fritze
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[notebooks] added proper backend for 1D plot
parent
f3ed952c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
15 deletions
+2
-15
notebooks/elliptic_oned.ipynb
notebooks/elliptic_oned.ipynb
+2
-15
No files found.
notebooks/elliptic_oned.ipynb
View file @
61eb5439
...
...
@@ -6,21 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from pymor.analyticalproblems.domaindescriptions import LineDomain\n",
"from pymor.analyticalproblems.elliptic import StationaryProblem\n",
"from pymor.discretizers.builtin import discretize_stationary_cg\n",
"from pymor.analyticalproblems.functions import ConstantFunction, ExpressionFunction, LincombFunction\n",
"from pymor.parameters.functionals import ProjectionParameterFunctional\n",
"#from ipywidgets import interact, widgets"
"from pymor.basic import *\n",
"set_defaults({'pymor.discretizers.builtin.gui.jupyter.get_visualizer.backend': 'not pythreejs'})"
]
},
{
...
...
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