Diffusion SP4E-TB-TL-FR (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
87c1351a0aa7 | Flavio Raschellà | Implement check for change of variables in computeTemperature.cc | Dec 21 2018 | ||||
dc2a1d109d7d | tlemaire | changed generate_input script to create a dumps subfolder and store the input… | Dec 19 2018 | ||||
09419c505fc8 | barjavel | Adapted, generate_input script to create input from build folder and CMakeLists. | Dec 19 2018 | ||||
1e7974079390 | tlemaire | started commenting about "how to run the code" in README. | Dec 19 2018 | ||||
f58d52826d15 | tlemaire | added note about management of Factory objects in python in the README. | Dec 19 2018 | ||||
0eb90ccd7f9e | tlemaire | added notes about management about Compute objects in python in the README. | Dec 19 2018 | ||||
60b6d1c90180 | tlemaire | removed shared pointer binding of factory classes (no need for that since… | Dec 19 2018 | ||||
956e85e516cb | tlemaire | corrected binders for private attributes of ComputeTemperature. Added reference… | Dec 19 2018 | ||||
8aadcbb3c1f6 | tlemaire | added repr method to ComputeTemperature binding | Dec 19 2018 | ||||
8ac9e081bf69 | tlemaire | added CsvWriter binding and completed SystemEvolution binding. code compiles… | Dec 18 2018 | ||||
57ec417716ff | tlemaire | replaced cc files by hh files in include statements of pypart_pybind.cpp. added… | Dec 18 2018 | ||||
f183e0755bc4 | tlemaire | merged conflicts in pypart_pybind.cc | Dec 18 2018 | ||||
f69dfb9c4b7f | Flavio Raschellà | First implementation of ex2.1 and ex2.3 (to be verified) | Dec 18 2018 | ||||
fb35b088b5ac | tlemaire | added README file commenting on role of overloaded createSimulation method in… | Dec 18 2018 | ||||
6762203b5828 | Flavio Raschellà | Implement classes from ex1.1 in pypart_pybind.cpp | Dec 18 2018 |
README.md
README.md
Description
This repo contains homework assignments of Tristan Barjavel, Théo Lemaire, and Flavio Raschellà for the course *Scientific Programming for Engineers* (fall 2018).
Below instructions on how to run the code for each assignment assume that this repository has been properly cloned beforehand.
How to run the code for homework 1 (week 4)
- Open a terminal to the root of the repository
- Pull the latest content from the remote repository: git pull
- Move to the appropriate subfolder: cd work/week4/conjugate_gradient
The following scripts should be executed with a Python 3 distribution
- To execute part 1: <python optimizer.py
- To execute part 2: python conjugate_gradient.py
How to run the code for homework 2 (week 6)
Refer to the README file in the work/week6/series/homework2 subfolder.
c4science · Help