oblique_mc

Monte Carlo in Single Layer Biological Tissue
git clone anongit@rnpnr.xyz:oblique_mc.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2024-04-26 03:52add citation info to readmeRandy Palamar1+10-0
2024-04-22 16:20keep track of highest number of scattersRandy Palamar1+7-0
2024-04-22 00:30switch to xoroshiro256**Randy Palamar1+21-16
2024-04-13 20:29split photons up instead of linesRandy Palamar1+19-25
2024-04-12 21:07allow output prefix to be specified in config.hRandy Palamar2+10-4
2024-04-12 15:19replace global context struct with individual variablesRandy Palamar2+82-74
2024-04-12 14:46replace string.h usage and print info about output filesRandy Palamar1+40-13
2024-04-05 00:13fix typos and mention Windows support in READMERandy Palamar2+9-6
2024-04-04 16:22statically link by defaultRandy Palamar1+1-3
2024-04-04 02:05implement win32 platform layerRandy Palamar3+66-2
2024-04-04 15:50cleanup some equations and fix numberingRandy Palamar1+25-24
2024-04-04 12:39add READMERandy Palamar4+69-0
2024-04-04 12:30use AVX for adding matricesRandy Palamar1+14-8
2024-04-04 04:09create output file when it doesn't existRandy Palamar1+2-2
2024-04-03 21:45support multiple incident lines and multithreadingRandy Palamar4+183-55
2024-04-03 16:12move platform specific code to separate fileRandy Palamar2+68-15
2024-04-03 04:50allow incidence location to be specifiedRandy Palamar2+64-34
2024-04-03 02:29rename to mc, model isn't set up for multilayer modelingRandy Palamar2+2-2
2024-04-03 02:21swap row and column idx so that output is oriented correctlyRandy Palamar1+3-3
2024-03-30 18:58dump output in a more usable formatRandy Palamar1+72-26
2024-03-30 17:59specify output extent instead of dx and dyRandy Palamar2+18-4
2024-03-30 16:26replace with config file with config.hRandy Palamar3+34-121
2024-03-27 04:15rewrite in cRandy Palamar7+473-506
2024-03-26 19:36delete template garbageRandy Palamar5+47-122
2024-03-26 18:48un-nest some photon codeRandy Palamar1+57-62
2024-03-26 18:25replace slow garbage rng with xoroshiro128+Randy Palamar4+41-117
2024-03-26 17:24cleanup Photon.hRandy Palamar1+35-44
2024-03-26 17:17add build.sh and fix buildRandy Palamar7+242-237
2024-03-26 17:12initRandy Palamar5+669-0