Skip to content

Commit

Permalink
Two more references for the paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Jul 14, 2020
1 parent 48fa964 commit 55e35d7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,35 @@ @incollection{gb08
year = 2008,
url = {http://stanford.edu/~boyd/graph_dcp.html}
}

@Article{higueras2019new,
Author = {I. {Higueras} and T. {Rold\'an}},
Title = {{New third order low-storage SSP explicit Runge-Kutta methods}},
FJournal = {{Journal of Scientific Computing}},
Journal = {{J. Sci. Comput.}},
ISSN = {0885-7474; 1573-7691/e},
Volume = {79},
Number = {3},
Pages = {1882--1906},
Year = {2019},
Publisher = {Springer US, New York, NY},
Language = {English},
MSC2010 = {65L06 65L05 65L04},
Zbl = {1418.65079}
}

@Article{higueras2019strong,
Author = {I. {Higueras} and T. {Rold\'an}},
Title = {{Strong stability preserving properties of composition Runge-Kutta schemes}},
FJournal = {{Journal of Scientific Computing}},
Journal = {{J. Sci. Comput.}},
ISSN = {0885-7474; 1573-7691/e},
Volume = {80},
Number = {2},
Pages = {784--807},
Year = {2019},
Publisher = {Springer US, New York, NY},
Language = {English},
MSC2010 = {65L05 65L06 65L20 65M20},
Zbl = {1416.65193}
}
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ more on their analysis. A common workflow involves generating new methods with
Some of the research projects that have made use of `RK-Opt` include development of:

- SSP Runge-Kutta methods
[@2008_explicit_ssp;@2009_implicit_ssp;@gottlieb2015optimal]
[@2008_explicit_ssp;@2009_implicit_ssp;@gottlieb2015optimal;@higueras2019strong]
- SSP linear multistep methods [@2009_monotonicity]
- SSP general linear methods [@2011_tsrk;@2017_msrk]
- SSP IMEX Runge-Kutta methods [@conde2017implicit]
- Low-storage Runge-Kutta methods [@2010_LSRK]
- Low-storage Runge-Kutta methods [@2010_LSRK;@higueras2019new]
- Optimal Runge-Kutta stability polynomials [@2012_optimal_stability_polynomials]
- Additive and downwind SSP Runge-Kutta methods [@2011_dwssp;@2018_perturbations]
- Optimal Runge-Kutta methods for specific PDE semi-discretizations [@parsani-eccomas;@Parsani_finnish;@2013_sd_erk;@2014_ssp_rkdg]
Expand Down

0 comments on commit 55e35d7

Please sign in to comment.