Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
8eb16167
Commit
8eb16167
authored
Oct 09, 2020
by
Stephan Rave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tutorial_projection] mention parameter handling again
parent
bdd8e891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/source/tutorial_projection.rst
docs/source/tutorial_projection.rst
+4
-4
No files found.
docs/source/tutorial_projection.rst
View file @
8eb16167
...
...
@@ -96,10 +96,10 @@ outputs or error estimates. Next, we take a look at the implemenation of
print_source(fom.compute)
What we see is a default implementation from :class:`~pymor.models.interface.Model` that
takes care of
:mod:`caching <pymor.core.cache>` and :mod:`logging <pymor.core.logger>`,
but defers the actual computations to further private methods. Implementors can directly implement
:meth:`~pymor.models.interface.Model._compute` to compute multiple return values
at once in an optimized way. Our given model, however, just implements
takes care of
checking the input |parameter values| `mu`, :mod:`caching <pymor.core.cache>` and
:mod:`logging <pymor.core.logger>`, but defers the actual computations to further private methods.
Implementors can directly implement :meth:`~pymor.models.interface.Model._compute` to compute
multiple return values
at once in an optimized way. Our given model, however, just implements
:meth:`~pymor.models.interface.Model._compute_solution` where we can find the
actual code:
...
...
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