hightower8083 / synchrad

Synchrotron Radiation calculator via openCL
GNU General Public License v3.0
18 stars 11 forks source link

Refactor examples [WIP] #11

Closed berceanu closed 4 years ago

berceanu commented 4 years ago

This PR: 1) refactors the undulator example to use OO composition 2) adds a script to get info about all availbale OpenCL devices

berceanu commented 4 years ago

Still working on the plots in the undulator example.

berceanu commented 4 years ago

All done from my side, could you please take a look at axis labels/units? I put placeholders in most places :)

berceanu commented 4 years ago

I also added a module for benchmarking, which at the moment plots the runtime versus number of particles.

berceanu commented 4 years ago

I am adding the fbpic example to this as well.

hightower8083 commented 4 years ago

@berceanu, here is a working fbpic example -- can you check it and format in the way you want?

PIC.tar.gz

berceanu commented 4 years ago

Anything still blocking the merge?