Skip to content

Commit

Permalink
update method from midpoint to trapezoidal, to use new nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Jan 4, 2024
1 parent 00908b6 commit aa8f238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_rocket():
derivative=-alpha * thrust,
variable=dyn.mass_props.mass,
with_respect_to=time,
method="midpoint",
method="trapezoidal",
)

### Boundary conditions
Expand Down

0 comments on commit aa8f238

Please sign in to comment.