Difference between revisions of "User:Krajkreddy/GSOC14/summary"

From BRL-CAD
(First Day Summary)
(Week1)
Line 9: Line 9:
 
* I implemented ARS.
 
* I implemented ARS.
 
* Also implemented Ctypes Adapter to handle 2D Array
 
* Also implemented Ctypes Adapter to handle 2D Array
 +
'''''May 20th
 +
* Initiated witting test for ARS.
 +
* Stuck in errors.
 +
'''''May 21th
 +
* Tried with different approaches to handle the array but with little success.
 +
'''''May 22th
 +
* Took a break off from ARS and implemented HALF runs properly. (tests also compile).
 +
'''''May 23th
 +
* Relooked at ARS, dug the C code, found some error and the way ars data should be sent.
 +
* But the error still persists. although corrected my approach for sending data to mk_as
 +
'''''May 24th
 +
* Corrected the error after a call with Csaba, The error was related to freeing the memory from brlcad-C code and also python code. Hopefully this experience helps me solve future problems

Revision as of 04:25, 26 May 2014

GSOC 14 Summary

Week1

This week I am scheduled to implement the following

  • ARS
  • SUPERELL
  • BINUNIF

May 19th

  • I implemented ARS.
  • Also implemented Ctypes Adapter to handle 2D Array

May 20th

  • Initiated witting test for ARS.
  • Stuck in errors.

May 21th

  • Tried with different approaches to handle the array but with little success.

May 22th

  • Took a break off from ARS and implemented HALF runs properly. (tests also compile).

May 23th

  • Relooked at ARS, dug the C code, found some error and the way ars data should be sent.
  • But the error still persists. although corrected my approach for sending data to mk_as

May 24th

  • Corrected the error after a call with Csaba, The error was related to freeing the memory from brlcad-C code and also python code. Hopefully this experience helps me solve future problems