Commit Graph

51 Commits

Author SHA1 Message Date
Guilhem Lavaux
81ab45d228 Added new test for periodic KDTree 2013-03-05 22:32:11 -05:00
Guilhem Lavaux
d724a7be66 Merge branch 'master' of bitbucket.org:glavaux/cosmotool 2013-03-02 18:43:05 -05:00
Guilhem Lavaux
e919bd4a73 Added Copyright/LICENSE disclaimer 2013-03-02 18:42:56 -05:00
Guilhem Lavaux
e49c3e1ed2 Added missing test 2013-02-19 11:28:50 -05:00
Guilhem Lavaux
f1a30f3537 Use long instead of int for particle identifiers 2013-02-19 11:15:46 -05:00
Guilhem Lavaux
bb20fcee05 Check healpix utility calls 2012-11-18 16:36:18 -05:00
Guilhem Lavaux
7ad4911872 Changed interface of newRandomFourier to avoid generating copies. 2012-11-11 15:46:03 -05:00
Guilhem Lavaux
ed1fede33d Link to fftw3f library. Added test with swapped dimensions 2012-11-11 14:30:45 -05:00
Guilhem Lavaux
c49c8cb232 Test float implementation 2012-11-11 14:26:26 -05:00
Guilhem Lavaux
db2ad96752 Templatized the test for future, to also test floats 2012-11-11 14:26:05 -05:00
Guilhem Lavaux
ff7b8dc45e Improved the test to check different size of maps 2012-11-11 13:30:29 -05:00
Guilhem Lavaux
3c0e7ae8f8 Fixed K computation. Handle fully the Nyquist plane depending on the parity of dimensions. 2012-11-10 19:11:34 -05:00
Guilhem Lavaux
cc7996175c Implemented power spectrum support in Euclidian/Healpix 2012-11-10 17:35:27 -05:00
Guilhem Lavaux
352c6b6eb6 Added a test for the healpix/sharp tranform. Basic code compiles and work. 2012-11-10 12:22:37 -05:00
Guilhem Lavaux
707a25bda3 Build the sharp dependency 2012-11-10 11:10:04 -05:00
Guilhem Lavaux
72f658c7cf Fixed fft_calls test and dimensions of fourier space 2012-11-10 10:56:47 -05:00
Guilhem Lavaux
414edbd28a Changed dependency to libsharp (MPI support, better performance). Added new power spectrum abstraction 2012-11-10 09:02:08 -05:00
Guilhem Lavaux
3aa898e636 Fixed link ordering on Ubuntu. Added const in testReadFlash 2012-10-18 10:15:25 -04:00
Guilhem Lavaux
6a833c7393 Added a new test for the fourier interface 2012-10-06 12:56:33 -04:00
Guilhem Lavaux
5341c8ed5d Added general fourier/real transform (Nd euclidian, sphere to come...) 2012-10-06 12:49:06 -04:00
Guilhem Lavaux
b2bf2cb042 Fixed link ordering and detection of HL libraries 2012-09-20 01:59:46 -04:00
Guilhem Lavaux
7b5b1d5002 Fixed conflict 2012-09-17 17:24:27 -04:00
Guilhem Lavaux
63223a661f Added basic BSP test 2012-09-17 17:24:04 -04:00
Guilhem Lavaux
0afe7b7eab Fixed build for handling only static lib 2012-09-12 21:30:20 -04:00
Guilhem Lavaux
0bbc9fe5eb Preliminary simple BSP tree, without automatic retriangulation 2012-06-10 19:04:00 -04:00
Your Name
ada4626131 Added support for negative powers in algo 2012-06-05 16:41:55 -04:00
Guilhem Lavaux
c1f1cf5a38 Merge branch 'master' of /home/lavaux/Dropbox/gitRoot/CosmoToolbox 2012-06-04 22:21:14 -04:00
Guilhem Lavaux
c5464dce31 Added some more methods to Interpolate (constness of compute and getYi) 2012-06-04 22:21:06 -04:00
Guilhem Lavaux
f6f8c16f1f Added algo test 2012-05-28 08:54:14 -04:00
Guilhem Lavaux
530c6f4fcd Few clever algorithms for fast power x^N 2012-05-21 19:11:14 -04:00
Guilhem Lavaux
80951b4b52 Fixed KDTree recursion and splitting technique 2012-05-21 14:04:21 -04:00
Guilhem Lavaux
5fa5a73104 Added more modularity in the way the KD tree is built 2012-05-20 09:21:00 -04:00
Guilhem Lavaux
59de27a696 New MemoryPool tool 2012-05-18 18:16:13 -04:00
Guilhem Lavaux
196e17c242 Fixed decomposition. Add sample matrix. 2011-12-14 17:40:10 -05:00
Guilhem Lavaux
cf279bbb19 Added missing file 2011-12-13 22:43:53 -05:00
Your Name
8d4419d2fd Got a compiling version of the algorithm 2011-12-13 17:48:37 -05:00
Guilhem Lavaux
607f452f7c Fixed linking problems to GSL 2011-12-03 10:00:38 -05:00
Guilhem Lavaux
b1ad1930e6 Test FLASH reading 2011-06-06 10:09:39 -04:00
Guilhem Lavaux
a16945bc6b Updated test 2011-06-06 09:43:38 -04:00
Your Name
f04e7dd41b New functions to save the built KDTree on disk 2011-02-24 18:04:42 -05:00
Your Name
4c08fdc90d Added a testcase for newton's method 2011-02-10 22:07:24 -05:00
Your Name
bf1e581ce9 Added newton's method 2011-02-09 14:31:45 -05:00
Guilhem Lavaux
3011c2a160 Added include path 2011-01-24 10:25:02 -05:00
Guilhem Lavaux
71882e8663 sync 2010-09-26 22:56:13 -04:00
Guilhem Lavaux
82666a0606 Updated CMake lists 2010-09-15 20:51:18 +02:00
Guilhem Lavaux
2f460607f9 Updated CMakeList.txt 2010-09-12 21:38:41 +02:00
Guilhem Lavaux
8b3e4670dd Added samples 2010-09-12 21:36:37 +02:00
Guilhem Lavaux
7d39b98db5 Fixed test. Compilation fixes 2010-03-02 10:59:41 -06:00
Guilhem Lavaux
31ecbe79d7 More tests 2009-12-07 15:47:36 +01:00
Guilhem Lavaux
d6dac3477d UPdated test 2009-02-03 19:01:38 -06:00