Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Mar 18, 2019
  2. Jan 18, 2019
  3. Jun 13, 2018
  4. Jun 12, 2018
  5. Apr 11, 2017
  6. Nov 14, 2016
    • Quentin Khan's avatar
      Update Rotation Kernel interface to use the new data organisation · 4b333838
      Quentin Khan authored
       - Divide the FRotationCell inner data layout into two sub-types:
         multipole_t and local_expansion_t. Two class attribute are accessible
         through the `getMultipoledata` and `getLocalExpansionData` methods.
      
       - Change FMM operators signature to take advantage of the new
         layout. The operators only take as parameters the data they may need
         instead of the whole cell. For instance (simplified):
      
         void M2M(CellClass* parent, CellClass** children);
      
         becomes
      
         void M2M(multipole_t*  parent_m,    symbolic_data_t* parent_s,
                  multipole_t** children_ms, symbolic_data_t* children_ss);
      4b333838
  7. Dec 03, 2015
  8. Nov 06, 2015
  9. Aug 31, 2015
  10. Aug 28, 2015
  11. Mar 30, 2015
  12. Mar 24, 2015
  13. Mar 18, 2015
  14. Sep 04, 2014
  15. Sep 02, 2014
  16. Aug 18, 2014
  17. Jun 19, 2014
  18. Apr 18, 2014
  19. Dec 18, 2013
  20. Dec 17, 2013
  21. Jun 06, 2013
  22. Jan 30, 2013
  23. Nov 12, 2012
  24. Aug 31, 2012
  25. Aug 28, 2012
  26. Aug 22, 2012
  27. Aug 21, 2012
  28. Aug 20, 2012
  29. Aug 17, 2012
  30. Aug 13, 2012
  31. Aug 12, 2012
  32. Aug 07, 2012
  33. Jul 31, 2012
  34. Jul 04, 2012
Loading