R7571/workw12ex2_FR
R7571/work
w12ex2_FR
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
f7ae1f7968d0 | Flavio Raschellà | Adding Library FFTW on CMAKE (to review) | Dec 4 2018 | |||
72573ee5045f | Flavio Raschellà | Add Documentation with the Doxyfile | Dec 4 2018 | |||
42a55841ee13 | barjavel | work directory modified for week12 | Dec 4 2018 | |||
52faafbb8fbe | barjavel | Resolved merge conflict | Nov 27 2018 | |||
1e08d709c31e | barjavel | Modifications done to G so that exercise 1 works | Nov 27 2018 | |||
d743575e31af | Flavio Raschellà | pushing work during class | Nov 27 2018 | |||
fab554dde2a7 | barjavel | Added work week11 directory | Nov 27 2018 | |||
a96c24d89ede | barjavel | COmpute boundary, vector operators updated model working perfectly | Nov 27 2018 | |||
9b745535be35 | barjavel | Exercise 4 implemented and working | Nov 27 2018 | |||
96725fafa761 | barjavel | Tested but error linker | Nov 27 2018 | |||
9273fc9fb49c | barjavel | Exercise 4, implementation of vertical gravity and dissipation, not tested yet | Nov 27 2018 | |||
fff51da09eb3 | barjavel | Compute contact changed and trajectories evaluated in paraview | Nov 20 2018 | |||
c4d4447b693a | Flavio Raschellà | delete std::cout from verlet | Nov 20 2018 | |||
1d312d23c336 | Flavio Raschellà | adjust penalty factor | Nov 20 2018 | |||
70978a3ba845 | barjavel | merging commits | Nov 20 2018 | |||
d6a5020e2bfe | Flavio Raschellà | update generate_input.py | Nov 20 2018 | |||
d4be3fb05eba | Flavio Raschellà | Implementation of ComputeBoundary | Nov 20 2018 | |||
1f97d4ad4501 | Flavio Raschellà | w10 implement ComputeContact::computePairInteraction | Nov 20 2018 | |||
7260a1a28c0c | Flavio Raschellà | add exercise from class week10 | Nov 20 2018 | |||
636477bf9799 | tlemaire | implemented working test fixtures for CSV reader/writer (test_csv.cc). | Nov 16 2018 | |||
d4368b086ae9 | tlemaire | implemented test feature for csv reader in separate file (gtest not working… | Nov 15 2018 | |||
9904e76c097b | barjavel | Merge branch 'master' of https://c4science.ch/diffusion/7571/sp-e-tb-tl | Nov 15 2018 | |||
1f433e21a966 | barjavel | Paraview state for trajectories saved and initialization of forces implemented… | Nov 15 2018 | |||
d9f7fd6cee9a | Flavio Raschellà | Merge branch 'master' of ssh://c4science.ch/diffusion/7571/sp-e-tb-tl | Nov 15 2018 | |||
3e219e240064 | Flavio Raschellà | First test with UnitTest | Nov 15 2018 | |||
829dfb474993 | barjavel | Initial step step file added (Step-0000.csv) and gravity constant reajusted to… | Nov 15 2018 | |||
179141e40c26 | barjavel | System evolution modified: files.csv step number readability for paraview… | Nov 15 2018 | |||
775ee5de8184 | Flavio Raschellà | Implemnted system evolution - evolve | Nov 13 2018 | |||
87a0892e703a | tlemaire | corrected verletintegrator compute method and assignment of interactions in… | Nov 13 2018 | |||
62b773eb83fd | barjavel | cleaned compute.gravity and added exercise week9 | Nov 13 2018 | |||
b6cbab3b905b | barjavel | Modification of compute gravity to implement vector force oriented | Nov 13 2018 | |||
605f29d65630 | tlemaire | added factor 2 in denominator for velocity computation in… | Nov 12 2018 | |||
38cbf325e782 | tlemaire | implemented vector::squaredNorm method, and improved computeGravity::compute… | Nov 12 2018 | |||
1fc67487a6ec | barjavel | Merge branch 'branchT' of https://c4science.ch/diffusion/7571/sp-e-tb-tl | Nov 7 2018 | |||
c618bf71db3d | barjavel | compute gravity method implemented | Nov 7 2018 | |||
fe9971142c23 | Flavio Raschellà | ex 4.3 and 4.4 implemented | Nov 7 2018 | |||
2ed0d5c1bfe4 | Flavio Raschellà | Ex 4.1 and 4.2 implemented and verified | Nov 7 2018 | |||
d03e852b8437 | Flavio Raschellà | Ex3 implemented, functions implemented in vector.cc, point 3.3 to understand... | Nov 7 2018 | |||
b7c363359935 | Flavio Raschellà | Ex 1.1 implemented and verified + initial implementation of the main | Nov 6 2018 | |||
b863f8c494e8 | Flavio Raschellà | Update csv_reader using sharedPointer and implement functions in System.cc | Nov 6 2018 | |||
6160720023a6 | Flavio Raschellà | Implementing >> and << operators in Vector class | Nov 6 2018 | |||
e438305fcf1e | barjavel | Merge branch 'master' of https://c4science.ch/diffusion/7571/sp-e-tb-tl | Nov 6 2018 | |||
dcbb21696a50 | barjavel | Exercice week8 1.1 first draft particle creation | Nov 6 2018 | |||
47c6370e9ba3 | Flavio Raschellà | Add Professor's information for exercise week 7 | Nov 5 2018 | |||
e38d6155ce72 | Flavio Raschellà | Solved tab separtor issue on write_series.cc and plot_results.py | Oct 29 2018 | |||
567c474933de | Flavio Raschellà | Adjust w6ex5 | Oct 29 2018 | |||
0471f363371f | tlemaire | added description on how to plot results in the README file | Oct 29 2018 | |||
a8af29647872 | tlemaire | additions, minor corrections and improved readbility in README file | Oct 29 2018 | |||
b0d76583653d | tlemaire | improved check for valid separator in main. Implemented unique compute method… | Oct 29 2018 | |||
8758e462f479 | Flavio Raschellà | Add homework2 help on README.md | Oct 28 2018 | |||
4896d8e4e429 | Flavio Raschellà | Adjust ex3.4 on separator input, update main input management on separator… | Oct 28 2018 | |||
95dafaa465ca | Flavio Raschellà | Ex 5.2 and 5.3 implemented | Oct 28 2018 | |||
fdc10f4639ff | Flavio Raschellà | Code revision and test, improve readibility with comments, adjusting ex4… | Oct 28 2018 | |||
ebb92de65aae | Flavio Raschellà | update README.md file for tasks distribution | Oct 27 2018 | |||
918bc2d3406c | barjavel | Implementation of a error if not enough arguments are introduced in the main… | Oct 24 2018 | |||
20072a00c1c8 | tlemaire | implemented basic working version of generic ostream dumping | Oct 24 2018 | |||
0d1bf356f49c | tlemaire | re-included erased changes in main.cc (OUF!) | Oct 23 2018 | |||
aeccf8ff7eba | barjavel | Implementation of methods setprecision and according modifications | Oct 23 2018 | |||
3dac85b9957d | barjavel | Solved merged conflicts | Oct 23 2018 | |||
c7b0ef777fbd | barjavel | Added convergence printing when analytical solution is known (computePi) | Oct 23 2018 | |||
7b9c45dcb10d | tlemaire | added stringstream to parse command line arguments, and conditional… | Oct 23 2018 | |||
75c55d5bd8a7 | barjavel | solved merge conflicts | Oct 23 2018 | |||
4a39243a7bc9 | barjavel | added analytic prediction method at class and subclass level | Oct 23 2018 | |||
56aa93f9d718 | tlemaire | added maxiter and separator as attributes of WriteSeries class, cleaned up… | Oct 23 2018 | |||
a4de9a4b8cae | barjavel | resolved merging conflicts and finished implementing printseries class | Oct 23 2018 | |||
85dda4592c40 | barjavel | Implemented Print class with working example in main | Oct 23 2018 | |||
ad85c0cd6651 | tlemaire | implemented WriteSeries class and working example in main, as well as… | Oct 23 2018 | |||
ab87f13d03a6 | tlemaire | modified main for conditional execution of ComputePi or ComputeArithmetic | Oct 23 2018 | |||
54682c56a70f | barjavel | Resolving merging conflicts | Oct 23 2018 | |||
467f5d5e175a | barjavel | Implemented ComputePi subclass and definition and working example in main | Oct 23 2018 | |||
eded8509d42d | tlemaire | implemented ComputeArithmetic child class and working example in main | Oct 23 2018 | |||
998ec5e1dc63 | barjavel | add merges | Oct 23 2018 | |||
bb27b83d78d5 | barjavel | Mother class series.hh added | Oct 23 2018 | |||
173f1207465d | tlemaire | added DumperSeries interface definition | Oct 23 2018 | |||
4c0d1f7f542f | tlemaire | added README file with definition of work distribution | Oct 23 2018 | |||
9e500d6578f9 | barjavel | Added homework2 folder, and main consist of a basic hello world for testing | Oct 23 2018 | |||
161a391af8c4 | barjavel | copied week6 folder on our work folder | Oct 23 2018 | |||
7c0ce725b1b5 | tlemaire | finished week5 exercises. | Oct 16 2018 | |||
358b786baaff | tlemaire | fixed merge conflicts. | Oct 16 2018 | |||
ca6b1b94cf5c | tlemaire | initial commit after group split :( | Oct 9 2018 | |||
52bfce726078 | anciaux | adding a work directory for students to put their things | Sep 18 2018 |
c4science · Help