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
86aff166
Unverified
Commit
86aff166
authored
Dec 09, 2020
by
Tim Keil
Committed by
René Fritze
Dec 09, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] releasenotes: more details on 1110
parent
7a933ef2
Pipeline
#70174
failed with stages
in 30 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
docs/source/release_notes/2020.2.rst
docs/source/release_notes/2020.2.rst
+9
-4
No files found.
docs/source/release_notes/2020.2.rst
View file @
86aff166
...
...
@@ -19,11 +19,16 @@ more details.
Release highlights
^^^^^^^^^^^^^^^^^^
Linear PDE-constrained parameter optimization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parameter derivatives of solutions and outputs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~
In `[#1110] <https://github.com/pymor/pymor/pull/1110>`_, some tools for
PDE-constrained parameter optimization were added. These include partial derivatives
of the solutions and the output with respect to the parameters.
PDE-constrained parameter optimization were added. These include parameter derivatives
of the solutions and the output of a |Model|. In particular,
:meth:`~pymor.models.interface.Model.solve_d_mu` can be used to compute partial
parameter derivatives. Moreover, :meth:`~pymor.models.interface.Model.output_d_mu`
can be used to compute the parameter gradient of the output using the
derivatives of the solutions. For a |StationaryModel| and a linear output, an
adjoint variable can instead be used to speedup the computation of the gradient, see :meth:`~pymor.models.basic.StationaryModel._compute_output_d_mu`.
Neural network reductor for non-stationary problems
...
...
René Fritze
@r_milk01
mentioned in commit
4b66f374
·
Dec 09, 2020
mentioned in commit
4b66f374
mentioned in commit 4b66f3745159051f31cc66893ad994afe59f94b5
Toggle commit list
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