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
9bdfe526
Commit
9bdfe526
authored
Jun 01, 2022
by
Patrick Buchfink
Committed by
Stephan Rave
Jun 10, 2022
Browse files
Removed unnecessary comment
parent
7c210bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/symplectic.py
View file @
9bdfe526
...
...
@@ -118,7 +118,6 @@ class QuadraticHamiltonianModel(InstationaryModel):
# J based on blocked phase_space
self
.
J
=
CanonicalSymplecticFormOperator
(
H_op
.
source
)
# the contract expand structure is mainly relevant for reduced quadratic Hamiltonian systems
# minus is required since operator in an InstationaryModel is on the LHS
operator
=
-
ConcatenationOperator
([
self
.
J
,
H_op
])
rhs
=
ConcatenationOperator
([
self
.
J
,
h
])
...
...
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