Skip to content

Commit

Permalink
Remove unbatched advection and interpolator
Browse files Browse the repository at this point in the history
Unbatched interpolator and advections are removed because unused:
- BslAdvectionVelocity
- BslAdvectionSpatial
- LagrangeInterpolator
- SplineInterpolator
- IInterpolator

See merge request gysela-developpers/gyselalibxx!403

--------------------------------------------
  • Loading branch information
EmilyBourne committed Mar 29, 2024
1 parent 279fc52 commit 8c90777
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 539 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "restartinitialization.hpp"
#include "singlemodeperturbinitialization.hpp"
#include "species_info.hpp"
#include "spline_interpolator.hpp"
#include "spline_interpolator_batched.hpp"
#include "splitvlasovsolver.hpp"

Expand Down
1 change: 0 additions & 1 deletion simulations/geometryXVx/bump_on_tail/bumpontail_fft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "restartinitialization.hpp"
#include "singlemodeperturbinitialization.hpp"
#include "species_info.hpp"
#include "spline_interpolator.hpp"
#include "spline_interpolator_batched.hpp"
#include "splitvlasovsolver.hpp"

Expand Down
1 change: 0 additions & 1 deletion simulations/geometryXVx/landau/landau_fem_uniform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "restartinitialization.hpp"
#include "singlemodeperturbinitialization.hpp"
#include "species_info.hpp"
#include "spline_interpolator.hpp"
#include "spline_interpolator_batched.hpp"
#include "splitvlasovsolver.hpp"

Expand Down
1 change: 0 additions & 1 deletion simulations/geometryXVx/landau/landau_fft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "restartinitialization.hpp"
#include "singlemodeperturbinitialization.hpp"
#include "species_info.hpp"
#include "spline_interpolator.hpp"
#include "spline_interpolator_batched.hpp"
#include "splitvlasovsolver.hpp"

Expand Down
1 change: 0 additions & 1 deletion simulations/geometryXVx/sheath/sheath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "sheath.yaml.hpp"
#include "singlemodeperturbinitialization.hpp"
#include "species_info.hpp"
#include "spline_interpolator.hpp"
#include "spline_interpolator_batched.hpp"
#include "splitrighthandsidesolver.hpp"
#include "splitvlasovsolver.hpp"
Expand Down
109 changes: 0 additions & 109 deletions src/advection/bsl_advection_vx.hpp

This file was deleted.

103 changes: 0 additions & 103 deletions src/advection/bsl_advection_x.hpp

This file was deleted.

103 changes: 0 additions & 103 deletions src/interpolation/Lagrange_interpolator.hpp

This file was deleted.

Loading

0 comments on commit 8c90777

Please sign in to comment.