Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
0eb48408
Commit
0eb48408
authored
Jun 01, 2022
by
Patrick Buchfink
Committed by
Stephan Rave
Jun 10, 2022
Browse files
Fix flake8 warnings
parent
9bdfe526
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/symplectic.py
View file @
0eb48408
...
@@ -50,7 +50,7 @@ class QuadraticHamiltonianModel(InstationaryModel):
...
@@ -50,7 +50,7 @@ class QuadraticHamiltonianModel(InstationaryModel):
Alternatively, the parameter nt can be specified to use the
Alternatively, the parameter nt can be specified to use the
:class:`implicit midpoint rule <pymor.algorithms.timestepping.ImplicitMidpointTimeStepper>`.
:class:`implicit midpoint rule <pymor.algorithms.timestepping.ImplicitMidpointTimeStepper>`.
nt
nt
If time_stepper is `None` and nt is specified, the
If time_stepper is `None` and nt is specified, the
:class:`implicit midpoint rule <pymor.algorithms.timestepping.ImplicitMidpointTimeStepper>`
:class:`implicit midpoint rule <pymor.algorithms.timestepping.ImplicitMidpointTimeStepper>`
as time_stepper.
as time_stepper.
If time_stepper is not 'None', the parameter nt is ignored.
If time_stepper is not 'None', the parameter nt is ignored.
...
...
Write
Preview
Supports
Markdown
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