• R/O
  • SSH

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Hora Autor
c04f9198f65f 2007-08-17 09:45:28 iselllo

Now in the input file I specify the units of the particle density.

08ec35c03622 2007-08-17 09:36:22 iselllo

Now I fixed with the appropriate factors the calculation of the
mass-size distribution in 3D_R_plotting.R.

887c026efcee 2007-08-17 09:30:25 iselllo

I added a few features (e.g. cumulative mass-size distribution function)
to lognormal_binning.R and changed several plots.

904c7995405e 2007-08-17 07:10:59 iselllo

See the documentation inside the hermite.f file. I modified a fortran 77
routine ti calculate hermite polys and used the Cf2py declaration (which
is not read by the fortran compiler) to let Cf2py know which variables
are input and which are output.

fe49f064af61 2007-08-14 20:35:53 iselllo

I re-fixed errors_vs_time.R and the definition of the total mass;
however, nothing really changes since the log_factor and log(10) factor
I added are simply constants).

bf964d421643 2007-08-14 19:43:15 iselllo

I added a test to work out the initial mass (including now all the bits
and a revised effective density).

106a958683ef 2007-08-14 19:41:11 iselllo

I now am working out correctly the total mass in the fitting of the
final state at EA. However, since it all involved fixing objects like
log_factor [which is a constant on the lognormally evenly spaced grid I
am using], the results for the minimization are the same.

244f31d135c9 2007-08-14 08:52:01 iselllo

I added the code errors_vs_time.R. This code allows one to postprocess
the results of the smoluchowsky2.py simulations in order to find a
the fitted fractal dimension as a function of time.

43a427bfacee 2007-08-12 20:42:45 iselllo

now smoluchowski2.py reads the primary density as an input [indirectly]
from main_input.

ed9e00e71e55 2007-08-12 20:39:48 iselllo

Now 3D_R_plotting.R reads both the primary density and the final time
for the plots [indirectly] from main_input.

8cc44db8401e 2007-08-12 20:35:21 iselllo

I reduced the number of plots output by
read_results_smoluchowsky_single_simulation.R

08ad7e771585 2007-08-12 20:34:40 iselllo

Now the code lognormal_binning.R reads the primary density from the
main_input file.

5a7466ae8c28 2007-08-12 20:33:35 iselllo

Now I specify in the main input the primary density and final time I use
for the specific plots in 3D plotting.

af1bf8b18e18 2007-08-09 18:25:03 iselllo

I added the code plot_multiple_figure.R which shows how to create a
multiple figure (containing 4 plots in this case) in R and how to fix
the axis label size and the margin.

b84c10e1a728 2007-08-09 17:32:40 iselllo

I corrected 3D_R_plotting.R: now I am using correctly (recommendation
from R mailing list) the mar parameter in a couple of plots.

b44a4793f796 2007-08-09 02:43:23 iselllo

I added to 3D_R_plotting.R the capability of modifying the default
margin through the mar parameter.

d0e5d82cb322 2007-08-08 18:29:49 iselllo

A few trivial modifications to the size of the axis labels on
3D_R_plotting.R.

6ae1cfa77201 2007-08-07 00:42:55 iselllo

I corrected a typo in 3D_R_plotting.R (I was misplacing a factor when
calculating the total mass).

439e6ed0d96a 2007-08-07 00:41:58 iselllo

Now lognormal_binning.R evaluates numerically the total volume in the
fitting of the final state taking into account the fact that the primary
size is non-zero and so I cannot really use the analytics (which require
an integration starting from zero).
However, the correction is actually rather small (~1%).

30739cf32536 2007-08-06 08:53:30 iselllo

I fixed a bug in 3D_R_plotting.R: since V_list is already the volume of
solid in each bin, it has to be multiplied by the primary (NOT the
effective) density to provide the mass in each bin.

c22ec535b2ff 2007-08-06 02:25:06 iselllo

now 3D_R_plotting.R plots also the mass distribution.

200cd3010d94 2007-08-06 02:22:17 iselllo

now lognormal_binning.R also saves the effective density centered in
each bin.

383681527db9 2007-08-06 01:42:25 iselllo

A minor modification: there is no header in the experimental data files,
so I have to read them with "header=FALSE", otherwise I leave out one of
them!

723a98687c3e 2007-08-05 22:42:44 iselllo

Now the code 3D_R_plotting.R calculates the distance (in a least-square
sense) between the fitting of the final state and the numerical result.

63cacdc9dd95 2007-08-05 22:38:44 iselllo

Now lognormal_binning.R saves the fitting of dN/dlogd [in units of
cm^-3] of the final state in a specific file. This is later read and
used for comparisons and estimates of the distance between the fitting
of the final state and the result of the simulation.
state

fcdbae37c02a 2007-08-05 08:50:36 iselllo

I added a derivated class (using inheritance) to the code object2.py.

60bc2c641093 2007-08-05 00:38:59 iselllo

I added object2.py which is a very simple code calculating the area of a
rectangle using classes and instantiation.

75ac6881efda 2007-08-04 00:52:51 iselllo

I simply set to 1300 the particle density in smoluchowski2.py.

61722630e136 2007-08-03 21:46:16 iselllo

Now the code 3D_R_plotting.R has some extra functionalities and the
legend is positioned automatically.

6d4c2cd9589e 2007-08-03 19:49:05 iselllo

I added an extra line to simulations_script to call an extra .R code for
data post-processing.