Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
2ff1ddd3
Commit
2ff1ddd3
authored
May 13, 2022
by
René Fritze
Browse files
[docs] fix a couple of non-code "builtin" -> "built-in"
parent
70efbb1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/source/getting_started.md
View file @
2ff1ddd3
...
...
@@ -99,7 +99,7 @@ parameter values which maximises reduction error.
## The thermalblock demo explained
In the following we will
walk
through the thermal block demo step by
In the following we will
go
through the thermal block demo step by
step in an interactive Python shell. We assume that you are familiar
with the reduced basis method and that you know the basics of
[Python](<https://www.python.org>) programming as well as working
...
...
docs/source/tutorial_basis_generation.md
View file @
2ff1ddd3
...
...
@@ -106,7 +106,7 @@ from pymor.basic import *
```
Then we build a 3-by-3 thermalblock problem that we discretize using pyMOR's
{mod}`builtin discretizers <pymor.discretizers.builtin>` (see
{mod}`built
-
in discretizers <pymor.discretizers.builtin>` (see
{doc}`tutorial_builtin_discretizer` for an introduction to pyMOR's discretization toolkit).
```
{code-cell}
...
...
@@ -187,7 +187,7 @@ fom.solution_space
which means that the created {{ VectorArrays }} will internally hold
{{ NumPy_arrays }} for data storage. The number is the dimension of the
vector. We have here a {{ NumpyVectorSpace }} because pyMOR's builtin
vector. We have here a {{ NumpyVectorSpace }} because pyMOR's built
-
in
discretizations are built around the NumPy/SciPy stack. If `fom` would
represent a {{ Model }} living in an external PDE solver, we would have
a different type of {{ VectorSpace }} which, for instance, might hold a
...
...
docs/source/tutorial_mor_with_anns.md
View file @
2ff1ddd3
...
...
@@ -107,7 +107,7 @@ Dirichlet boundary conditions
u((x_1, x_2),
\m
u) = 2x_1
\m
u + 0.5,
\q
uad x=(x_1, x_2)
\i
n
\p
artial
\O
mega.
```
We discretize the problem using pyMOR's builtin discretization toolkit as
We discretize the problem using pyMOR's built
-
in discretization toolkit as
explained in {doc}`tutorial_builtin_discretizer`:
```
{code-cell}
...
...
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