Final implementation of a specific mesh for MCC, added a case for
cylFlow that used two meshes and the User Manual has been updated.
This commit is contained in:
parent
a2631f6b78
commit
cbcefb06c8
13 changed files with 10451 additions and 2017 deletions
|
|
@ -1,4 +1,4 @@
|
|||
% Encoding: UTF-8
|
||||
% Encoding: UTF-8
|
||||
|
||||
@InProceedings{boris1970relativistic,
|
||||
author = {Boris, Jay P},
|
||||
|
|
@ -7,38 +7,48 @@
|
|||
year = {1970},
|
||||
pages = {3--67},
|
||||
}
|
||||
|
||||
@Misc{gfortranURL,
|
||||
author = {GNU Project},
|
||||
title = {gfortran - the GNU Fortran compiler},
|
||||
howpublished = {\url{https://gcc.gnu.org/wiki/GFortran}},
|
||||
}
|
||||
|
||||
@Misc{ifortURL,
|
||||
author = {Intel\textsuperscript{\textregistered}},
|
||||
title = {Intel\textsuperscript{\textregistered} Fortran Compiler},
|
||||
howpublished = {\url{https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/fortran-compiler.html}},
|
||||
}
|
||||
|
||||
@Misc{openblasURL,
|
||||
title = {OpenBLAS, an optimized BLAS library},
|
||||
howpublished = {\url{https://www.openblas.net/}},
|
||||
}
|
||||
|
||||
@Misc{jsonfortranURL,
|
||||
title = {JSON-Fortran},
|
||||
howpublished = {\url{https://github.com/jacobwilliams/json-fortran}},
|
||||
}
|
||||
|
||||
@Misc{jsonURL,
|
||||
title = {JSON, JavaScript Object Notation},
|
||||
howpublished = {\url{https://www.json.org/json-en.html}},
|
||||
}
|
||||
|
||||
@Misc{gmshURL,
|
||||
author = {Christophe Geuzaine and Jean-François Remacle},
|
||||
title = {Gmsh},
|
||||
howpublished = {\url{https://gmsh.info/}},
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:bibtex;}
|
||||
|
||||
@article{higginson2020corrected,
|
||||
title={A corrected method for Coulomb scattering in arbitrarily weighted particle-in-cell plasma simulations},
|
||||
author={Higginson, Drew Pitney and Holod, Ihor and Link, Anthony},
|
||||
journal={Journal of Computational Physics},
|
||||
volume={413},
|
||||
pages={109450},
|
||||
year={2020},
|
||||
publisher={Elsevier}
|
||||
}
|
||||
|
||||
@Misc{gfortranURL,
|
||||
author = {GNU Project},
|
||||
title = {gfortran - the GNU Fortran compiler},
|
||||
howpublished = {\url{https://gcc.gnu.org/wiki/GFortran}},
|
||||
}
|
||||
|
||||
@Misc{ifortURL,
|
||||
author = {Intel\textsuperscript{\textregistered}},
|
||||
title = {Intel\textsuperscript{\textregistered} Fortran Compiler},
|
||||
howpublished = {\url{https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/fortran-compiler.html}},
|
||||
}
|
||||
|
||||
@Misc{openblasURL,
|
||||
title = {OpenBLAS, an optimized BLAS library},
|
||||
howpublished = {\url{https://www.openblas.net/}},
|
||||
}
|
||||
|
||||
@Misc{jsonfortranURL,
|
||||
title = {JSON-Fortran},
|
||||
howpublished = {\url{https://github.com/jacobwilliams/json-fortran}},
|
||||
}
|
||||
|
||||
@Misc{jsonURL,
|
||||
title = {JSON, JavaScript Object Notation},
|
||||
howpublished = {\url{https://www.json.org/json-en.html}},
|
||||
}
|
||||
|
||||
@Misc{gmshURL,
|
||||
author = {Christophe Geuzaine and Jean-François Remacle},
|
||||
title = {Gmsh},
|
||||
howpublished = {\url{https://gmsh.info/}},
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:bibtex;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue