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
68d1b44d
Unverified
Commit
68d1b44d
authored
Dec 10, 2020
by
René Fritze
Committed by
GitHub
Dec 10, 2020
1
Browse files
Options
Browse Files
Download
Plain Diff
[docs] releasenotes: more details on 1110 (#1219)
parents
05390814
86aff166
Pipeline
#70192
failed with stages
in 32 minutes and 31 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 @
68d1b44d
...
...
@@ -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
c42a2f64
·
Dec 10, 2020
mentioned in commit
c42a2f64
mentioned in commit c42a2f64f11b244f549edf2f61557ba846ce45ef
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