Mentions légales du service

Skip to content
  • Quentin Khan's avatar
    Add separate symbolic data structure for the tree. · 4b84d1ed
    Quentin Khan authored
    Following the recent changes, kernel data has been split into multipole
    and local development data. A kernel also needs some symbolic data about
    the tree node it is working on. This data is very generic and should
    therefore not be reimplemented each time.
    
    As of this commit, the adaptive tree passes FSymbolicData objects
    (introduced by this commit) to kernels; the uniform tree passes the
    kernel cell which inherits from FBasicParticle.
    
    The two trees should use the same structure in the future.
    4b84d1ed