项目作者: FedericoStra

项目描述 :
Particle methods for 1D conservation laws
高级语言: Julia
项目地址: git://github.com/FedericoStra/ConservationLawsParticles.jl.git
创建时间: 2020-07-28T15:28:42Z
项目社区:https://github.com/FedericoStra/ConservationLawsParticles.jl

开源协议:MIT License

下载


ConservationLawsParticles.jl

Lifecycle
Stable
Dev
Build Status
codecov
Code Style: Blue
ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Particle methods for 1D conservation laws.

This package implements the deterministic particle schemes described in the article

E. Radici, F. Stra:
Entropy solutions of mildly singular non-local scalar conservation laws with congestion via deterministic particle method.
SIAM Journal on Mathematical Analysis 55.3 (2023), pp. 2001-2041.
DOI: https://doi.org/10.1137/21M1462994.
arXiv: https://arxiv.org/abs/2107.10760.

You can cite the article as

  1. @article{Radici-Stra-2023,
  2. author = {Radici, Emanuela and Stra, Federico},
  3. title = {Entropy solutions of mildly singular nonlocal scalar conservation
  4. laws with congestion via deterministic particle methods},
  5. journal = {SIAM Journal on Mathematical Analysis},
  6. volume = {55},
  7. number = {3},
  8. pages = {2001-2041},
  9. year = {2023},
  10. issn = {0036-1410, 1095-7154},
  11. doi = {10.1137/21M1462994},
  12. url = {https://epubs.siam.org/doi/10.1137/21M1462994},
  13. eprint = {2107.10760},
  14. eprinttype = {arxiv},
  15. eprintclass = {math.AP},
  16. keywords = {entropy solutions, nonlinear mobility, nonlocal interaction,
  17. deterministic particle method, Lagrangian discretization,
  18. numerical scheme},
  19. addendum = {MSC: 35L65, 65M12, 65M75},
  20. }

The convergence rate of the scheme is studied (among other results) in the follow-up article

  1. @article{Marconi-Radici-Stra-2024,
  2. author = {Marconi, Elio and Radici, Emanuela and Stra, Federico},
  3. title = {Stability of quasi-entropy solutions of non-local scalar
  4. conservation laws},
  5. journal = {Calculus of Variations and Partial Differential Equations},
  6. volume = {64},
  7. number = {3},
  8. pages = {},
  9. year = {2024},
  10. date = {2024-11-16},
  11. issn = {1432-0835},
  12. doi = {10.1007/s00526-024-02848-9},
  13. url = {https://link.springer.com/article/10.1007/s00526-024-02848-9},
  14. eprint = {2211.02450},
  15. eprinttype = {arxiv},
  16. eprintclass = {math.AP},
  17. keywords = {entropy solutions, conservation laws},
  18. addendum = {MSC: 35L65, 65M12},
  19. }

Please refer to the documentation
for additional ways to cite this work.

Example

Particles trajectories and time evolution of the densities of two interacting species.

See the “Examples” section in the
stable
or dev
documentation for more.