Skip to content
Snippets Groups Projects
  • Cristian Lalescu's avatar
    42178b20
    add (broken) new field<> based solver · 42178b20
    Cristian Lalescu authored
    the idea is to modify the fluid_solver class into something that uses
    the field class, to the point where if we want to change the backend to
    something other than plain FFTW, the new solver class will not need to
    be modified in any way.
    
    the "vorticity_equation" class included in this commit is not
    functional, it is only a checkpoint.
    42178b20
    History
    add (broken) new field<> based solver
    Cristian Lalescu authored
    the idea is to modify the fluid_solver class into something that uses
    the field class, to the point where if we want to change the backend to
    something other than plain FFTW, the new solver class will not need to
    be modified in any way.
    
    the "vorticity_equation" class included in this commit is not
    functional, it is only a checkpoint.