Page MenuHomec4science

aferraro (Alessia Ferraro)

Projects

User does not belong to any projects.

Repositories

User does not have any repository.

User Details

User Since
Oct 2 2017, 18:29 (338 w, 2 d)
Availability
Available
Organization
epfl.ch (university)

Recent Activity

Jan 12 2019

aferraro committed R7561:a4c63cf1ef2e: README.md updated and tiny changes (authored by aferraro).
README.md updated and tiny changes
Jan 12 2019, 11:49

Jan 11 2019

aferraro committed R7561:ced7f73e3017: small typo again (authored by aferraro).
small typo again
Jan 11 2019, 21:02
aferraro committed R7561:f6df9c41a51f: small change (authored by aferraro).
small change
Jan 11 2019, 21:02
aferraro committed R7561:7e19da8ddce2: added the setter methods to the computeTemperature class (authored by aferraro).
added the setter methods to the computeTemperature class
Jan 11 2019, 21:02
aferraro committed R7561:bb03c1ad4641: modified the holder type of the binding generator for the Compute and… (authored by aferraro).
modified the holder type of the binding generator for the Compute and…
Jan 11 2019, 21:02
aferraro committed R7561:b648ba38e471: README updated (authored by aferraro).
README updated
Jan 11 2019, 21:02
aferraro committed R7561:0dbefe010f04: added the binding for Compute (authored by aferraro).
added the binding for Compute
Jan 11 2019, 21:02
aferraro committed R7561:c15dbdf63fec: ops forgotten setter functions in the def_property() methods (authored by aferraro).
ops forgotten setter functions in the def_property() methods
Jan 11 2019, 21:02
aferraro committed R7561:723a47e70edf: binding for ComputeTemperature class implemented. To make private members… (authored by aferraro).
binding for ComputeTemperature class implemented. To make private members…
Jan 11 2019, 15:49

Dec 13 2018

aferraro committed R7561:fb5105606f36: updated version of README.md (authored by aferraro).
updated version of README.md
Dec 13 2018, 21:58
aferraro committed R7561:047febc79408: Zero boundary conditions enforced in compute temp in the physical space for… (authored by aferraro).
Zero boundary conditions enforced in compute temp in the physical space for…
Dec 13 2018, 14:54
aferraro committed R7561:a389368319db: modified the output file of TH_gen.py adding 0 columns for: zpos,vx,vy,vz,Fx,Fy… (authored by aferraro).
modified the output file of TH_gen.py adding 0 columns for: zpos,vx,vy,vz,Fx,Fy…
Dec 13 2018, 14:54
aferraro committed R7561:3a3307e0328f: removed in TH_gen.py the top and the right boundaries from the grid because of… (authored by aferraro).
removed in TH_gen.py the top and the right boundaries from the grid because of…
Dec 13 2018, 11:48
aferraro committed R7561:74845058e319: implemented in TH_gen.py the option of Gaussian initial condition for… (authored by aferraro).
implemented in TH_gen.py the option of Gaussian initial condition for…
Dec 13 2018, 11:38
aferraro committed R7561:8f3b42c7bd17: implemented python script to generate initial conditions for the heat-rate… (authored by aferraro).
implemented python script to generate initial conditions for the heat-rate…
Dec 13 2018, 11:23

Dec 10 2018

aferraro committed R7561:6a907b3faa9d: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Dec 10 2018, 17:51
aferraro committed R7561:dfe559320e32: First version of the README.md (authored by aferraro).
First version of the README.md
Dec 10 2018, 17:51
aferraro committed R7561:cacc0122ec80: implemented operators for operations between matrices: m(i,j)+n(i,j); m(i,j)-n… (authored by aferraro).
implemented operators for operations between matrices: m(i,j)+n(i,j); m(i,j)-n…
Dec 10 2018, 17:51
aferraro committed R7561:e51acb8d438f: added timestep in the constructor of ComputeTemperature (authored by aferraro).
added timestep in the constructor of ComputeTemperature
Dec 10 2018, 17:51
aferraro committed R7561:aa8a0136aa40: my poor man version of compute_temperature finally compilescd ../ (authored by aferraro).
my poor man version of compute_temperature finally compilescd ../
Dec 10 2018, 17:51
aferraro committed R7561:89811bd7ccfe: implemented the constructor of compute_temperature, the setDeltaT function and… (authored by aferraro).
implemented the constructor of compute_temperature, the setDeltaT function and…
Dec 10 2018, 17:51

Oct 29 2018

aferraro committed R7561:715aa2bc5818: README updated (authored by aferraro).
README updated
Oct 29 2018, 21:40
aferraro committed R7561:b37ab5697ac8: small changes in the main (authored by aferraro).
small changes in the main
Oct 29 2018, 21:40
aferraro committed R7561:6c2b006e8d1a: file names changed (authored by aferraro).
file names changed
Oct 29 2018, 20:40
aferraro committed R7561:ae82a252d31a: we switched back to the previous version without arglist class (because still… (authored by aferraro).
we switched back to the previous version without arglist class (because still…
Oct 29 2018, 20:30
aferraro committed R7561:d3243fab1157: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Oct 29 2018, 20:01
aferraro committed R7561:43ed02119d9e: writing down the README.md (authored by aferraro).
writing down the README.md
Oct 29 2018, 20:01
aferraro committed R7561:e4f2da3fcec5: changing the main according to the new arglist class (authored by aferraro).
changing the main according to the new arglist class
Oct 29 2018, 20:01
aferraro committed R7561:eb864d847fa3: changed names of members k_term and result to current_term and current_value as… (authored by aferraro).
changed names of members k_term and result to current_term and current_value as…
Oct 29 2018, 20:01
aferraro committed R7561:90c4783a35b4: Big Commit: Added the arglist class to have more flexible commandline… (authored by aferraro).
Big Commit: Added the arglist class to have more flexible commandline…
Oct 29 2018, 20:01
aferraro committed R7561:ec28a822fdba: fixed syntax and added <cmath> (authored by aferraro).
fixed syntax and added <cmath>
Oct 29 2018, 11:32
aferraro committed R7561:b4e71635944d: getAnalyticPrediction() implemented for ex 3.4 (authored by aferraro).
getAnalyticPrediction() implemented for ex 3.4
Oct 29 2018, 11:32
aferraro committed R7561:209caf582090: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Oct 29 2018, 11:32

Oct 28 2018

aferraro committed R7561:59cc8acee06a: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Oct 28 2018, 20:27
aferraro committed R7561:0b625bdb31a7: modified .gitignore (authored by aferraro).
modified .gitignore
Oct 28 2018, 20:27
aferraro committed R7561:72d4d16e31df: introduced sstream to pass the kind of series and the number of terms to the… (authored by aferraro).
introduced sstream to pass the kind of series and the number of terms to the…
Oct 28 2018, 20:27
aferraro committed R7561:0693a71b14ec: ComputePi seems to work (authored by aferraro).
ComputePi seems to work
Oct 28 2018, 19:17
aferraro committed R7561:ae24657245e6: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Oct 28 2018, 19:17
aferraro committed R7561:5310edd5a867: ComputePi class created (authored by aferraro).
ComputePi class created
Oct 28 2018, 19:17
aferraro committed R7561:747c5bacb718: CMakeLists.txt modified (authored by aferraro).
CMakeLists.txt modified
Oct 28 2018, 19:17
aferraro committed R7561:84da95793c88: basic main.cc created to test ComputeArithmetic (authored by aferraro).
basic main.cc created to test ComputeArithmetic
Oct 28 2018, 19:17
aferraro committed R7561:ed4be27c4c17: ComputeArithmetic class created (authored by aferraro).
ComputeArithmetic class created
Oct 28 2018, 19:17
aferraro committed R7561:3c7d5bd89aff: Numerical Series interface created (authored by aferraro).
Numerical Series interface created
Oct 28 2018, 19:17

Oct 23 2018

aferraro committed R7561:d43f9b9d1407: rm build dir (authored by aferraro).
rm build dir
Oct 23 2018, 15:03
aferraro committed R7561:3b2c10a48e0a: gitignore updated (authored by aferraro).
gitignore updated
Oct 23 2018, 15:03
aferraro committed R7561:0256b970ffa1: cmake works (authored by aferraro).
cmake works
Oct 23 2018, 14:58
aferraro committed R7561:d99c2ac63db3: homework 2 initial commit (authored by aferraro).
homework 2 initial commit
Oct 23 2018, 14:34
aferraro committed R7561:d841c9520d72: homework 2 initial commit (authored by aferraro).
homework 2 initial commit
Oct 23 2018, 14:29
aferraro committed R7561:2d96f2b2431d: CmakeLists.txt .gitignore and main files added (authored by aferraro).
CmakeLists.txt .gitignore and main files added
Oct 23 2018, 14:09
aferraro committed R7561:5dfb7240f435: homework2 struct (authored by aferraro).
homework2 struct
Oct 23 2018, 13:54
aferraro committed R7561:62aca1b819ee: redone (authored by aferraro).
redone
Oct 23 2018, 13:45
aferraro committed R7561:c40000abf15f: files struct created (authored by aferraro).
files struct created
Oct 23 2018, 13:45
aferraro committed R7561:cac7ea1a8d32: conflict solved (authored by aferraro).
conflict solved
Oct 23 2018, 13:41
aferraro committed R7561:7ccb8d5151a3: original README.md (authored by aferraro).
original README.md
Oct 23 2018, 13:41

Oct 12 2018

aferraro committed R7561:c6b74f0901e1: README file in markdown (authored by aferraro).
README file in markdown
Oct 12 2018, 02:02

Oct 10 2018

aferraro committed R7561:ce46cb8e664e: added command line options (authored by aferraro).
added command line options
Oct 10 2018, 17:31
aferraro committed R7561:6481ad4581fa: Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1 (authored by aferraro).
Merge branch 'master' of ssh://c4science.ch/source/SP4E_HW1
Oct 10 2018, 17:23
aferraro committed R7561:d639b75fb62a: added the plotting routine plotFunc (authored by aferraro).
added the plotting routine plotFunc
Oct 10 2018, 17:23
aferraro committed R7561:95f1061d9c92: created optimyzer.py to find the minimum of S with CG and BFGS methods (authored by aferraro).
created optimyzer.py to find the minimum of S with CG and BFGS methods
Oct 10 2018, 17:23
aferraro committed R7561:1db3f76bf884: changed name of Authors to README (authored by aferraro).
changed name of Authors to README
Oct 10 2018, 10:22