fennecs/srcmaster
fennecs/src
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
e94a6b82ca6c | pgiroud | Corrected an error in the subroutine calc_cellindex | Jul 8 | |||
dcbebf0c577c | pgiroud | Corrected a bug for the SEE module | Feb 27 | |||
f362700e803f | pgiroud | For the compilation with the SEE module | Feb 26 | |||
36ab7d206c37 | pgiroud | Improved the SEE module | Feb 26 | |||
ca78c2e2ad94 | pgiroud | Implemented the secondary electron emission (SEE) | Feb 23 | |||
6395add1c927 | pgiroud | Added the angular dependence of the IIEE yield | Feb 23 | |||
6792f5ad75e9 | pgiroud | Improved the energy distribution of electrons emitted by IIEE | Jan 24 | |||
6a0f3bee4a1f | pgiroud | Computes the right number of particles per MPI process | Jan 23 | |||
085a993b7a78 | lebars | Changed the order of Bound and boundary_loss to avoid crashes during iiee runs… | Dec 20 2023 | |||
ac0bd095567a | lebars | corrected dimension mismatch for rhsoverlap | Dec 20 2023 | |||
91eb59f1c5b4 | lebars | added chekc on leftproc rightproc to avoid errors on jed | Dec 19 2023 | |||
30889ce5a4ee | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Dec 19 2023 | |||
5880077ba3ec | lebars | Adapted code to remove warning messages during -warn all | Dec 19 2023 | |||
ccbd314c1ab3 | pgiroud | Added the yield for IIEE with Neon | Dec 15 2023 | |||
f94f78457863 | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Dec 15 2023 | |||
e12c9b874d7d | lebars | the zbounds are now computed with all the species | Dec 15 2023 | |||
8cddf9e6d666 | lebars | corrected cellindex computation for fringe cases Added test for newres in… | Dec 12 2023 | |||
67536be7f33d | pgiroud | Added the yield for IIEE with Helium and Argon | Dec 11 2023 | |||
621c0584f0d6 | lebars | corrected bug in desynchronisation with sigsev | Dec 1 2023 | |||
37c401411cae | lebars | Corrected segfault error in neutcol_mod | Nov 30 2023 | |||
d6cb06b91dc5 | lebars | Corrected typo | Nov 29 2023 | |||
eb50c3a23e24 | lebars | improved parallelisation removed bug with particles created on r=0 | Nov 29 2023 | |||
1db0c09bd518 | lebars | Transposed the FEM matrix in r and z to reduce communication costs This breaks… | Nov 27 2023 | |||
d99d1a0d4bed | lebars | Improved parallel efficiency by removing unnecessary barriers | Nov 22 2023 | |||
62d061e553c5 | lebars | corrected bug in loop indices in com_velocity | Nov 15 2023 | |||
01eec6997851 | lebars | Improved speed by structure size reduction | Nov 14 2023 | |||
67a7332a5820 | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Nov 14 2023 | |||
3156ce235069 | lebars | improved neutcol code clarity | Nov 14 2023 | |||
2887dfe1f6b9 | lebars | Improved openmp efficiency for neutcol | Nov 14 2023 | |||
d9c5155fca19 | lebars | partially improve parallelisation during Poisson solve | Oct 3 2023 | |||
62db010f339d | lebars | adapted makefile for new random module file | Oct 2 2023 | |||
b649b8e75025 | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Oct 2 2023 | |||
7ada9236f61a | lebars | improved parallelism started implementation rtheta | Oct 2 2023 | |||
e804d9e57abf | lebars | corrected if to comply with gcc | Oct 1 2023 | |||
cb4936622104 | lebars | merged branches | Oct 1 2023 | |||
52cd46ba2362 | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Sep 22 2023 | |||
4ebefa948a9c | lebars | merged changes on fields_mod | Sep 19 2023 | |||
938bb27bba84 | lebars | Commented MPI mumps matrix init | Sep 19 2023 | |||
7d9796852d52 | lebars | Moved the included external libraries to a sub-folder | Sep 12 2023 | |||
31426c6e00c2 | lebars | Changed Rindex Zindex to cellindex for particles structures added magnet mod to… | Aug 16 2023 | |||
da0366a8f96e | lebars | Added more coments and documentation in fortran files | Jun 9 2023 | |||
c68c08c3921c | lebars | Corrected error in Makefile for missing folders in compilation | May 1 2023 | |||
e357bfa98067 | lebars | reverted back to serial mumps as it seems to cause deadlock | Apr 14 2023 | |||
0e95636f22dd | lebars | Correct forgotten private fopr openmp | Apr 14 2023 | |||
812dc0d0c5ab | lebars | Corrected incorect evaluation of particule inside geom | Apr 14 2023 | |||
d391989839cb | lebars | corrected non private variable | Apr 13 2023 | |||
216e63fe6721 | lebars | Attempted modifications to remove mpi deadlock | Apr 11 2023 | |||
811bf8f57949 | lebars | Improved omp parallelization and corrected bug on save of elastic coll cross… | Apr 6 2023 | |||
6afd3c950f14 | lebars | Commented unused code and improved poisson | Mar 17 2023 | |||
8e7aae9fb08f | lebars | corrected bug on matcoef reshape | Mar 17 2023 | |||
b503eab8e0af | lebars | corrected bug in gradgtilde add to loc_rhs | Mar 17 2023 | |||
e073c71c1628 | lebars | Added more omp regions | Mar 17 2023 | |||
281c5d168cb6 | lebars | improved ellipseweight2 for better scaling and compatibility with other weights | Mar 13 2023 | |||
9105853b5928 | lebars | improved weoght2 for interior of ellipse corrected error on current evaluation… | Mar 10 2023 | |||
b9cd467c4a06 | lebars | improved geometry definition to allow order 2 bound | Mar 7 2023 | |||
02f137d42be3 | lebars | Corrected bug in openmp implementation | Mar 6 2023 | |||
2108b044b1e8 | lebars | Corrected bug on openmp implementation | Mar 3 2023 | |||
974f8a44472b | lebars | Removed compression on saved files: | Mar 1 2023 | |||
438cf8d62988 | lebars | Merge branch 'master' of ssh://c4science.ch/source/fennecs | Feb 28 2023 | |||
4ba0fa0614f1 | lebars | COrrected typo Added libraries include in cmakelist | Feb 28 2023 | |||
89ca6c822b30 | lebars | Refactored the code to better use openmp | Feb 28 2023 | |||
777135725012 | lebars | Added iiee field to cmake and corrected run bug with T-REX | Feb 20 2023 | |||
a88335b8355f | lebars | Corrected error in weight combine Changed wight 11 to use concentric ellipses… | Feb 15 2023 | |||
e76568475826 | lebars | added reduction in rhscon and moments_comp corrected bug with partperiodic… | Feb 15 2023 | |||
553fa4f50984 | lebars | improved compile flags for gcc.mk | Feb 15 2023 | |||
88171157aa95 | lebars | added sisl and forsisl libs for intel.mk | Feb 15 2023 | |||
0dc1ab28c2d5 | lebars | Merged Salomon Guinchard contribution for IIEE | Feb 13 2023 | |||
da8e7548c542 | lebars | Improved fematrix computation time | Feb 13 2023 | |||
4fcc30c3e024 | lebars | Refactored Particles type to have better memory layout for speed Added… | Feb 8 2023 | |||
27268136731b | lebars | Corrected error in previous commit | Jan 19 2023 | |||
32d46ac67d60 | lebars | Corrected weight geom_w6 for pointer to routine | Jan 19 2023 | |||
f8990b43a03a | lebars | Added cmake compilation capability and documentation | Jan 18 2023 | |||
1299a8294092 | lebars | Renamed matlab postprocessing routines Added some defaults in the code | Jan 17 2023 | |||
f2fb236c9398 | Salomon Jacques Jean Guinchard | correction normal_vel | Jan 3 2023 | |||
ea6afc5b3e32 | Salomon Jacques Jean Guinchard | merge IIEE helevtios and PPB | Dec 15 2022 | |||
8c78c180d0fb | Salomon Jacques Jean Guinchard | compiler helvetios | Dec 15 2022 | |||
6f544966a4ed | Sguinchard | displaycurrtot and yield for H2 | Dec 15 2022 | |||
e1567a8cad9f | lebars | Added a documented test case for the T-Rex experiment | Dec 13 2022 | |||
16c74ab0bf1e | lebars | updated doxygen project name | Dec 12 2022 | |||
2249ae7d629e | lebars | Added Readme.md for basic instructions Changed all the names to use fennecs… | Dec 12 2022 | |||
f39b0ef38640 | lebars | Improved post-processing routines | Dec 9 2022 | |||
c371bded18e5 | Sguinchard | condition correction | Dec 7 2022 | |||
a2ded57696f2 | Sguinchard | chrkrst error correction and dispespicParts limits | Dec 6 2022 | |||
e04c46583756 | Sguinchard | ion_induced | Dec 5 2022 | |||
2dc8ad635d7d | Sguinchard | Corrections | Dec 1 2022 | |||
fee710e684e3 | lebars | removed unused variables import splinebound now use b-splines interpolation… | Dec 1 2022 | |||
fede914ae553 | Sguinchard | corrected normal velocity | Nov 29 2022 | |||
a9345dcf631e | Sguinchard | Nettoyage et Test Vnorm electrons | Nov 28 2022 | |||
d8044c0b1456 | Sguinchard | iiee_mod ready for tests and seems to work | Nov 23 2022 | |||
759f611cda7c | lebars | The Neumann spline boundaries now take precedence They define the limit of the… | Nov 22 2022 | |||
067ea41346e0 | Sguinchard | IIEE module pre-test | Nov 20 2022 | |||
2f7df33775e1 | Sguinchard | Poisson distrib for electrons: DONE | Nov 18 2022 | |||
1220b9a09c28 | lebars | Merge branch 'master' of ssh://c4science.ch/source/espic2d | Nov 16 2022 | |||
bbb321eca2b3 | lebars | Cleaned whote spaces and disposition | Nov 16 2022 | |||
d65246b665bb | Sguinchard | Last update of the day | Nov 14 2022 | |||
eace98967958 | Sguinchard | IIEE_commit module and subroutines for first time | Nov 14 2022 | |||
b36505acae42 | lebars | Merged with helvetios changes | Nov 10 2022 | |||
a8619e9083c6 | lebars | adapted code for correct evaluation on helvetios | Nov 10 2022 | |||
81fbf08a9335 | lebars | Added description comments improved run speed | Nov 9 2022 | |||
062b1a617594 | Sguinchard | beam_mode.f90 - change wall type | Nov 7 2022 |
c4science · Help