catchmrbharath / fdtd-cuda

fdtd-cuda
6 stars 6 forks source link

Question : missing functions ? #1

Open jpadam opened 10 years ago

jpadam commented 10 years ago

initialize_eps_array, initialize_mu_array and parse_csv are missing in the source files.

catchmrbharath commented 10 years ago

I am not sure where the files are. Do you have access to my computer in the lab?

jpadam commented 10 years ago

No sorry, I'm not in your lab.

catchmrbharath commented 10 years ago

Ah sorry. Somebody was asking me about this from the lab. I thought it was the same person.

I will look into it. On Dec 5, 2013 2:46 PM, "jpadam" notifications@github.com wrote:

No sorry, I'm not in your lab.

— Reply to this email directly or view it on GitHubhttps://github.com/catchmrbharath/fdtd-cuda/issues/1#issuecomment-29882426 .

jpadam commented 10 years ago

Thank you.

mabl commented 10 years ago

I have the same problem when compiling current master. Do you still work on this code?

catchmrbharath commented 10 years ago

No. I dont work on the code. I don't have access to a GPU to fix that. Anyways the function is fairly simple. The function has to parse a csv file and load the mu and eps values. I guess you can write those functions and send me a pull request :).

catchmrbharath commented 10 years ago

The missing functions are in common_functions.cu.