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
b7415e17
Commit
b7415e17
authored
May 31, 2022
by
Patrick Buchfink
Committed by
Stephan Rave
Jun 10, 2022
Browse files
Fewer time steps in test quadratic hamiltonian model
parent
e799c5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pymortests/models/symplectic.py
View file @
b7415e17
...
...
@@ -17,10 +17,10 @@ def test_quadratic_hamiltonian_model(block_phase_space):
H_op
=
IdentityOperator
(
phase_space
)
model
=
QuadraticHamiltonianModel
(
100
,
3
,
H_op
.
source
.
ones
(),
H_op
,
time_stepper
=
ImplicitMidpointTimeStepper
(
100
),
time_stepper
=
ImplicitMidpointTimeStepper
(
3
),
name
=
'test_mass_spring_model'
)
...
...
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