Skip to content

Commit

Permalink
Add Zack as author.
Browse files Browse the repository at this point in the history
Also rephrase explanation of polyopt.
  • Loading branch information
ketch committed Jul 19, 2020
1 parent 18743a8 commit f289049
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ authors:
- name: Matteo Parsani
orcid: 0000-0001-7300-1280
affiliation: 1
- name: Aron Ahmadia
orcid: 0000-0002-2573-2481
- name: Zachary J. Grant
orcid: 0000-0002-1293-4770
affiliation: 2
- name: Aron J. Ahmadia
orcid: 0000-0002-2573-2481
affiliation: 3
- name: Hendrik Ranocha
orcid: 0000-0002-3456-2277
affiliation: 1
affiliations:
- name: King Abdullah University of Science and Technology
index: 1
- name: Capital One
- name: Oak Ridge National Laboratory
index: 2
- name: Capital One
index: 3
date: 9 July 2020
bibliography: paper.bib
---
Expand Down Expand Up @@ -85,10 +90,11 @@ This package computes optimal stability functions for Runge-Kutta methods.
Here *optimal* means that the stable step size is maximized for a given ODE
spectrum. The corresponding optimization problem is intractable under a
direct implementation. The package uses the algorithm developed in
[@2012_optimal_stability_polynomials], which transforms the problem into a
sequence of convex problems and typically yields a solution in a few seconds.
It relies on CVX [@cvx;@gb08] to solve the convex subproblems.
This package is usually used as the first step in designing a
[@2012_optimal_stability_polynomials], which relaxes the global optimization
problem by solving a sequence of convex subproblems. Under certain technical
assumptions, the result is guaranteed to be the optimal solution of the
original problem. `polyopt` relies on CVX [@cvx;@gb08] to solve the convex
subproblems. This package is usually used as the first step in designing a
Runge-Kutta method.

## `RK-Coeff-Opt`
Expand Down

0 comments on commit f289049

Please sign in to comment.