Graphmaster
Graph
master
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
e5b137af0c03 | revaz | pNbody : add a new script gipy (gpy using ipython) | Jan 3 2017 | ||||
eeee7acbb691 | revaz | pNbody : let the possibility in the fcts x,y,z to specify the center | Jan 3 2017 | ||||
9daec0afd110 | revaz | pNbody : in expose, use dist_eye/foc in stead of dist_eye to get the angle when… | Oct 31 2016 | ||||
548860a141c1 | revaz | pNbody : remplace Image.fromstring with Image.frombytes, for compatilibty needs… | Oct 19 2016 | ||||
44f4f4751227 | revaz | add a 2 new display modes (svx, svy) | Oct 12 2016 | ||||
092890f0856d | revaz | - correct a bug in libqt.py (display function) | Oct 10 2016 | ||||
a9f97dba280f | revaz | in units, add GetUnitsFromString which return a unit object from a string. | Sep 16 2016 | ||||
e822f9f4c8b3 | revaz | in io, add the possibility to write "fortran files" whith 8 bytes octet. The… | Aug 26 2016 | ||||
be2b054db836 | revaz | update the doc for the movies | Jun 22 2016 | ||||
c9dc007cb139 | revaz | add JeansLength, JeansMass, SoundSpeed computation in the termodyn module. | Jun 22 2016 | ||||
c74c2534eaf7 | revaz | change git link in the doc | Jun 16 2016 | ||||
ff4aec412948 | revaz | improve README | Jun 16 2016 | ||||
b9e55ab05997 | revaz | in cosmo, add the function dt_da | Apr 29 2016 | ||||
7d3c8e18eb07 | revaz | add the option "--param" in the script gpy | Apr 29 2016 | ||||
240dd6e6ace3 | revaz | pNbody : add a new method "take" which allow to extract particles according to… | Jan 19 2016 | ||||
a36d965ee19a | revaz | main.py : in append, now if do_init_num=False, the .num from the second models… | Dec 21 2015 | ||||
11aa8b0ef526 | revaz | in thermodyn.py, the mean weight is now computed using a C function. | Jul 16 2015 | ||||
42be7b824d44 | revaz | The temperature computation in thermodyn.py is not accelerated using a C… | Jul 16 2015 | ||||
23a85e57cd9c | revaz | add new sph mapping methods, using the sph kernel. | Jul 16 2015 | ||||
fdc645e5b8f2 | revaz | main.py : play with differnt sph mapping methods All are in comment for the… | Jul 16 2015 | ||||
45479cab3a54 | revaz | add : mapping_mkmap3dnsph but the routine is still bugged. | Jun 30 2015 | ||||
b5efcb6b7b87 | revaz | use Pillow instead of PIL -> import Image is replaced by -> from PIL import… | Feb 2 2015 | ||||
50d8c1678e23 | revaz | installation : remove the numarray dependence. mapping.c : add a new cic… | Jan 29 2015 | ||||
875459c748ce | revaz | pNbody : thermodyn : add the tabulated mu vs T, use it to redifine Urt and Tru… | Sep 26 2014 | ||||
800e93ab2944 | revaz | pNbody/Mkgmov.py : add the possibility to use skipped_io_blocks in mkgmov | Jul 10 2014 | ||||
ab2b5d29616f | revaz | pNbody.units : the set_dics fuction also initialize UnitLength, UnitMass… | Jun 16 2014 | ||||
9acb419c2b8c | revaz | pNbody.units : we have a new function that allows to multiply a system of units… | Jun 13 2014 | ||||
32ccc85e5ae5 | revaz | add get_r_Interpolation in the Cylindrical_2drt_Grid | May 28 2014 | ||||
ce391393ccad | revaz | add the possibility to skip blocks when reading a snapshot file | Mar 7 2014 | ||||
737d7b683637 | revaz | add libraries to compute the number of stars in each particle which are… | Jan 9 2014 | ||||
a4e6635e3ad5 | revaz | in the setup.py, put problematic options to false | Apr 23 2013 | ||||
339ab77f7b61 | revaz | add some examples | Mar 8 2013 | ||||
9ded9a236343 | revaz | Change SolarAbundances with SolarMassAbundances | Mar 8 2013 | ||||
a1fa54d2503b | revaz | addmetals : examples + minor change in main and documentation | Oct 3 2012 | ||||
c29c2257d3f8 | revaz | recover units.py | Sep 24 2012 | ||||
111860369700 | revaz | Doc: a lot of improvement in the documentation | Sep 24 2012 | ||||
2163c2a8983a | revaz | documentation : add a new mailing list | Aug 28 2012 | ||||
2f2287e3e099 | revaz | Improve the documentation (new web site) | Aug 27 2012 | ||||
8e5aa76087fa | revaz | Minor changes | Jul 20 2012 | ||||
404d8bb67ee7 | revaz | Small changes in units.py | Jun 4 2012 | ||||
a6941be0ad03 | revaz | in libgrid.py, pot.shape = (self.nr,self.nz) -> pot.shape = (self.nr,) | Apr 23 2012 | ||||
9bda30eefa72 | revaz | libgrid.py : get_PotentialMap was defined twice in Spherical_1d_Grid | Apr 23 2012 | ||||
22e53801aa52 | revaz | libgrid.py : -> redo commit to ensure changes : pot.shape = (self.nr,) | Apr 23 2012 | ||||
92d2b2e20286 | revaz | some changes in cooling.py | Apr 18 2012 | ||||
07c70eb41937 | revaz | minor changes in tessel | Apr 18 2012 | ||||
364f90625816 | revaz | using ours src/PyGadget/setup.py | Apr 16 2012 | ||||
f93e923c68df | revaz | some progress in tessel | Apr 15 2012 | ||||
1fc6d546059a | revaz | add Get_PostentialMap in Spherical_Grid_1d | Apr 5 2012 | ||||
6519ccc63f3b | revaz | Merge branch 'master' of ssh://obslogin1.unige. | Mar 23 2012 | ||||
72d729d6366c | revaz | in pNbody/libgrid.py, add a new object Carthesian_2dxy_Grid | Mar 6 2012 | ||||
7a5285a893b2 | revaz | in pNbody/libgrid.py, add a new object Carthesian_3dxyz_Grid | Mar 6 2012 | ||||
2d2cfe14a20d | revaz | minor changes | Feb 8 2012 | ||||
f2e3514a3ca9 | revaz | a lot of small changes | Jan 6 2012 | ||||
5fb5cb00bdeb | revaz | in cosmo.py, add the possibility to use arrays in CosmicTime_a | Jan 6 2012 | ||||
e2d51b9ccbb4 | revaz | Merge branch 'master' of ssh://obslogin1.unige. | Dec 9 2011 | ||||
0bbffe913903 | revaz | ic.py is now fully written in parallel | Dec 9 2011 | ||||
67c505c8e84b | revaz | most of ic routines are now parallelized | Dec 8 2011 | ||||
fb1aba497f67 | revaz | only little changes | Dec 1 2011 | ||||
22d5a07e5afd | revaz | different minor changes (pyramses, mapcubic, units) | Nov 24 2011 | ||||
d6e2f49878c4 | revaz | small change in tipsy2gadget.py | Nov 9 2011 | ||||
1c48bdde7c9c | revaz | add the libtipsy module | Nov 9 2011 | ||||
b3e1ff67a1c5 | revaz | add new example showing how to get rhoc in examples/units | Nov 8 2011 | ||||
131b10ef51b3 | revaz | add axis option in rebox | Oct 14 2011 | ||||
605d12307f6e | revaz | Merge branch 'master', remote branch 'origin/master' | Oct 13 2011 | ||||
99e30d0d2c79 | revaz | Merge branch 'master', remote branch 'origin/master' | Sep 27 2011 | ||||
21dfc4e653e4 | revaz | Important changes in the PyGadget module. | Sep 27 2011 | ||||
8dc3c4dd8df8 | revaz | examples/io/parallelio : create a new mpiio.py library | Sep 21 2011 | ||||
2cec147d54c4 | revaz | examples/io/parallelio : test_io.py -> works in write (no header) for all four… | Sep 20 2011 | ||||
c16f4600f801 | revaz | some modiff in examples/io/parallelio, io4.py,io3.py,io7.py,io8.py | Sep 19 2011 | ||||
684a2caf8ed5 | revaz | io7.py in examples/io/parallelio | Sep 18 2011 | ||||
20b0c82b73ac | revaz | The new documentation is now in Doc (we removed the old one) | Sep 16 2011 | ||||
9e5a3450dce0 | FUEGLIST Andreas | add : this README is now obsolete in README | Sep 16 2011 | ||||
caadec613f95 | revaz | add examples/io/parallelio/qq for test | Sep 15 2011 | ||||
7e2133c7ba1e | revaz | gmov2mov : pyramid=normal | Sep 15 2011 | ||||
5108271df532 | revaz | Some littles changes | Sep 15 2011 | ||||
faf916537390 | revaz | doc on formats | Sep 15 2011 | ||||
e0d4df96ce1a | revaz | remove Doc/newdoc/_build/ | Sep 15 2011 | ||||
179d38abe82d | revaz | new examples io, new examples plots | Sep 15 2011 | ||||
c724e6141ee0 | revaz | major change in main.py : redfine the Nbody function. | Sep 9 2011 | ||||
1168a761f6f5 | revaz | gmov2mov : b_pyramid=normal | Sep 9 2011 | ||||
9754db673d36 | revaz | in gmov2mov, remove b_pyramid | Sep 9 2011 | ||||
c7997991236e | revaz | doc Display | Sep 8 2011 | ||||
4c4fd6988d14 | revaz | add newdoc (was not there before) | Sep 7 2011 | ||||
ea98cf55ebf8 | revaz | doc on display | Sep 6 2011 | ||||
9bd7853d8ad7 | revaz | doc on display | Sep 5 2011 | ||||
fb427b050d6a | revaz | add UnitSurfaceDensity in UnitSystem class | Sep 2 2011 | ||||
3a09f2a223df | revaz | doc on display | Sep 1 2011 | ||||
0839d69602cb | revaz | add the NoDispertion option in get_Velocites_from_Cylindrical | Sep 1 2011 | ||||
f2c49772a114 | revaz | doc : Generating velocities | Aug 31 2011 | ||||
60f601c5fbca | revaz | doc on Generating velocities | Aug 31 2011 | ||||
5eae30f4ae9c | revaz | doc on generating mass profiles | Aug 30 2011 | ||||
05ba7785fe81 | revaz | continue documentation | Aug 30 2011 | ||||
5e71bf200ff3 | revaz | update of MANIFEST | Aug 29 2011 | ||||
c7e938c86e93 | revaz | resolve conflict in setup.py | Aug 29 2011 | ||||
8d604a369599 | revaz | add some files that were modified | Aug 29 2011 | ||||
9dd55a024568 | revaz | starting doc on initial conditions | Aug 29 2011 | ||||
8db7e1b34519 | revaz | starting doc on initial conditions | Aug 29 2011 | ||||
4da52b6a961d | revaz | modifies setput.py -> rewrite examples | Aug 29 2011 | ||||
021ca11fcae0 | revaz | A lot of changes, - doc is continuted - now, docs exist for all C_packages… | Aug 28 2011 | ||||
0dcec45b0406 | revaz | add new files for the documentation | Aug 25 2011 |
c4science · Help