User:Vagoum: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 2: Line 2:


== C: Contact ==
== C: Contact ==
== S: Self-assessment ==
*Good criticism and reviewing is a vital process of the software production process and I would benefit quite a big deal from it.
*I prefer making a rough draft of what I am planning to do on my mind and then start developing bottom up,glueing the intermediate pieces together according to the planning preceded.I want to have a clear picture of the implementation before getting down to work.This way I feel more secure and complete the coding process faster.Of course the event of something going not as expected is on the table and one must be flexible enough to change his planning.However,implementing small and easy routines/tests before glueing them all together is a good practise sometimes.Generally I prefer to optimize my coding schedule ,which means throwing code away is evil.


== Y: Your task ==
== Y: Your task ==

Revision as of 22:57, 9 May 2014

A: An introduction

C: Contact

Y: Your task

  • I would like to work on implementing the 1D solver for boundary value problems
  • A rough timeline for my project is the following:

Spending time before the official starting date perfecting any theoretical gaps surrounding the algorithms involved and their implementations

May 19-June22 Start working on the improvement of bvp4c solver.Create necessary unit tests and debugging.The goal for the midterm evaluation is a fully functional and well documented version of the solver for octave.

June 23-June 27 Midterm evaluation period.Final tests and debugging for the bvp4c solver.

June 28-August 11 The first week will include a planning and design of the bvp5c solver for Octave.Matlab compatibility will be a target throught the planning process. The coding will take approximately 1-2 weeks and then all the testing can begin.The goal for the final evaluation would be a robust and efficient implementation of the solvers coming with the appropriate documentation.

  • My only commitment during this period is my university exams,which take place during the last week of July.However I will be able to code around 4-5 hours a day,when not studying.