Skip to content
Snippets Groups Projects
  • Florian Atteneder's avatar
    c7e42113
    Refactor CFL parameter usage (!74) · c7e42113
    Florian Atteneder authored
    * fix tests
    
    * remove an unreachable check
    
    can't be reached, because a error would be thrown earlier
    when multiplying a number with nothing
    
    * remove cfl field from Evolution struct
    
    * move cfl parameter from Mesh to Evolution section
    
    also update all reftest parfiles
    
    * remove CFL field from Mesh
    
    * apply CFL factor in evolve loop and not inside projects
    c7e42113
    History
    Refactor CFL parameter usage (!74)
    Florian Atteneder authored
    * fix tests
    
    * remove an unreachable check
    
    can't be reached, because a error would be thrown earlier
    when multiplying a number with nothing
    
    * remove cfl field from Evolution struct
    
    * move cfl parameter from Mesh to Evolution section
    
    also update all reftest parfiles
    
    * remove CFL field from Mesh
    
    * apply CFL factor in evolve loop and not inside projects