Skip to content
Snippets Groups Projects
Commit 7c1a4fd8 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

Update readme with Miller geometry feature

parent f7125b3d
No related branches found
No related tags found
No related merge requests found
...@@ -24,15 +24,16 @@ How to run it ...@@ -24,15 +24,16 @@ How to run it
4. You can run a typical CBC to test the compilation using the basic fort.90 parameter file, 4. You can run a typical CBC to test the compilation using the basic fort.90 parameter file,
just type ./bin/gyacomo just type ./bin/gyacomo
5. It is possible to run it in parallel (MPI) as mpirun -np N ./bin/gyacomo Np Ny Nz 5. It is possible to run it in parallel (MPI) as mpirun -np N ./bin/gyacomo Np Ny Nz
where N=Np x Ny x Nz is the number of processes and Np Ny Nz are the parallel dimensions in where N=Np x Ny x Nz is the number of processes and Np Ny Nz are the parallel dimensions in Hermite polynomials, binormal direction and parallel direction, respectively
Hermite polynomials, binormal direction and parallel direction, respectively
6. You can stop your simulation without breaking output file by creating a blank file call "mystop" 6. You can stop your simulation without breaking output file by creating a blank file call "mystop"
in the directory where the simulation is running. (the file will be removed once read) in the directory where the simulation is running. (the file will be removed once read)
7. You can obtain various plots and gifs using gyacomo/wk/header_3D_results.m once the simulation is done. 7. You can obtain various plots and gifs using gyacomo/wk/header_3D_results.m once the simulation is done.
// Comment : For some collision operators (Sugama and Full Coulomb) you have to run COSOlver from B.J.Frei first in order to generate the required matrices in gyacomo/iCa folder. // Comment : For some collision operators (Sugama and Full Coulomb) you have to run COSOlver from B.J.Frei first in order to generate the required matrices in gyacomo/iCa folder. //
# Changelog # Changelog
4. GYACOMO 4. GYACOMO
4.1 Miller geometry is added and benchmarked for CBC adiabatic electrons
4.0 new naming and opening the code with GNU GPLv3 license 4.0 new naming and opening the code with GNU GPLv3 license
3. HeLaZ 3D 3. HeLaZ 3D
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment