Skip to content

Commit

Permalink
add a couple of TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Oct 12, 2024
1 parent 38d98a5 commit 7fb103a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/TrixiConvexClarabelExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function bisect_stability_polynomial()
end

function Trixi.solve_b_butcher_coeffs_unknown(num_stages, a_matrix, c, dt_opt,eig_vals; verbose)

#TODO: Implement this
end
end # @muladd

Expand Down
2 changes: 1 addition & 1 deletion ext/TrixiNLsolveExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
# Hairer, Wanner: Solving Ordinary Differential Equations 2
function Trixi.solve_a_butcher_coeffs_unknown!(a_unknown, num_stages, monomial_coeffs,
c_s2, c;
verbose, max_iter = 100000)
verbose, max_iter = 100000) #TODO: Add an argument of num_stage_evals here

# Define the objective_function
function objective_function!(c_eq, x)
Expand Down

0 comments on commit 7fb103a

Please sign in to comment.