- 09 Feb, 2012 1 commit
-
-
berenger-bramas authored
Add blas kernel. Add rotation kernel. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@360 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 06 Feb, 2012 1 commit
-
-
berenger-bramas authored
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@356 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 04 Jan, 2012 1 commit
-
-
berenger-bramas authored
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@276 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 16 Jun, 2011 1 commit
-
-
berenger-bramas authored
All the template organization has been refactorized. Before : FOctree< ClassParticle, ClassVector, etc...> myTree; And in the FOctree class the code did some stuff automatically as: putting ClassVector and ClassParticle together => ClassVector<ClassParticle> But it must the user the give a ClassVector with the type ClassVector<template class T> Now : We decide everything : FOctree< ClassParticle, ClassVector<ClassParticle>, etc... > So the code is more generic but it must the user to describe with more details his data in his main. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@135 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 07 Jun, 2011 1 commit
-
-
berenger-bramas authored
a template. So this template has to be given to FOctree, FFmm and FKernels. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@114 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 30 May, 2011 1 commit
-
-
berenger-bramas authored
Now the leafs contains a list of real particles (and not pointers). It make the P2P running faster (excepted with openmp, I'm going to fix it now). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@97 2616d619-271b-44dc-8df4-d4a8f33a7222
-
- 26 Apr, 2011 1 commit
-
-
berenger-bramas authored
Here it the new src dir with some minor changes in CMake files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@61 2616d619-271b-44dc-8df4-d4a8f33a7222
-