Skip to content

Commit

Permalink
Add 1D3V to readme, update references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisw7 committed Jun 26, 2019
1 parent 3ce3b93 commit 6da58ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Discontinuous Galerkin Fast Spectral (DGFS) in one dimension
### 1D3V Discontinuous Galerkin Fast Spectral (DGFS)
This is a research code, written, so as to demonstrate that one can solve the full Boltzmann in ~6 seconds for common standard rarefied 1D problems such as couette/fourier/osc-couette.

The codebase consists of the single/multi species high order discontinuous Galerkin solver utilizing Fast fourier transform for evaluating the collision operator.
Expand Down Expand Up @@ -118,11 +118,11 @@ g++ 5.2.0, and nvcc 8.0.61 compiler with third level optimization flag. All the
* **[Gamba 2017]** Gamba, I. M., Haack, J. R., Hauck, C. D., & Hu, J. (2017).
*A fast spectral method for the Boltzmann collision operator with general collision kernels.* SIAM Journal on Scientific Computing, 39(4), B658-B674.
* **[Jaiswal 2019a]** Jaiswal, S., Alexeenko, A. A., and Hu, J. (2019)
*A discontinuous Galerkin fast spectral method for the full Boltzmann equation with general collision kernels.* Journal of Computational Physics 378: 178-208.
*A discontinuous Galerkin fast spectral method for the full Boltzmann equation with general collision kernels.* Journal of Computational Physics 378: 178-208. https://doi.org/10.1016/j.jcp.2018.11.001
* **[Jaiswal 2019b]** Jaiswal, S., Alexeenko, A. A., and Hu, J. (2019)
*A discontinuous Galerkin fast spectral method for the multi-species full Boltzmann equation.* Computer Methods in Applied Mechanics and Engineering 352: 56-84.
*A discontinuous Galerkin fast spectral method for the multi-species full Boltzmann equation.* Computer Methods in Applied Mechanics and Engineering 352: 56-84. https://doi.org/10.1016/j.cma.2019.04.015
* **[Jaiswal 2019c]** Jaiswal, S., Hu, J., and Alexeenko, A. A. (2019)
*A discontinuous Galerkin fast spectral method for multi-species full Boltzmann equation on streaming multi-processors.* preprint: https://arxiv.org/abs/1903.04670
*A discontinuous Galerkin fast spectral method for multi-species full Boltzmann equation on streaming multi-processors.* Proceedings of the Platform for Advanced Scientific Computing Conference (ACM PASC'19) 4:1-4:9. https://doi.org/10.1145/3324989.3325714
* **[Jaiswal 2019d]** Jaiswal, S., Pikus, A., Strongrich A., Sebastiao I. B., Hu, J., and Alexeenko, A. A. (2019)
*Quantification of thermally-driven flows in microsystems using Boltzmann equation in deterministic and stochastic context.* preprint: https://arxiv.org/abs/1905.01385
* **[Mieussens 2000]** Mieussens, L. (2000)
Expand Down

0 comments on commit 6da58ee

Please sign in to comment.