Skip to content

Commit

Permalink
Modification of the nomenclature in the interpolation/ folder
Browse files Browse the repository at this point in the history
Closes #201

See merge request gysela-developpers/gyselalibxx!425

--------------------------------------------

Co-authored-by: Emily Bourne <[email protected]>
Co-authored-by: Baptiste LEGOUIX <[email protected]>
Co-authored-by: KARA Abdelhadi 265943 <[email protected]>
  • Loading branch information
3 people committed Mar 28, 2024
1 parent 933c3b3 commit b5aaf97
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/advection/bsl_advection_vx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <ddc/ddc.hpp>

#include <ddc_helper.hpp>
#include <i_interpolator.hpp>
#include <iinterpolator.hpp>
#include <species_info.hpp>

#include "iadvectionvx.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/advection/bsl_advection_vx_batched.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <ddc/ddc.hpp>

#include <ddc_helper.hpp>
#include <i_interpolator_batched.hpp>
#include <iinterpolator_batched.hpp>
#include <species_info.hpp>

#include "iadvectionvx.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/advection/bsl_advection_x.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <ddc/ddc.hpp>

#include <ddc_helper.hpp>
#include <i_interpolator.hpp>
#include <iinterpolator.hpp>
#include <species_info.hpp>

#include "iadvectionx.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/advection/bsl_advection_x_batched.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <ddc/ddc.hpp>

#include <i_interpolator_batched.hpp>
#include <iinterpolator_batched.hpp>
#include <species_info.hpp>

#include "iadvectionx.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/interpolation/Lagrange_interpolator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ddc/ddc.hpp>

#include "Lagrange.hpp"
#include "i_interpolator.hpp"
#include "iinterpolator.hpp"

/**
* @brief A class for interpolating a function using Lagrange polynomials.
Expand Down
2 changes: 1 addition & 1 deletion src/interpolation/Lagrange_interpolator_batched.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ddc/ddc.hpp>

#include "Lagrange.hpp"
#include "i_interpolator_batched.hpp"
#include "iinterpolator_batched.hpp"

/**
* @brief A class for interpolating a function using Lagrange polynomials.
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/interpolation/spline_interpolator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <sll/spline_builder.hpp>
#include <sll/spline_evaluator.hpp>

#include "i_interpolator.hpp"
#include "iinterpolator.hpp"

/**
* @brief A class for interpolating a function using splines.
Expand Down
2 changes: 1 addition & 1 deletion src/interpolation/spline_interpolator_batched.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <ddc/kernels/splines.hpp>

#include "i_interpolator_batched.hpp"
#include "iinterpolator_batched.hpp"

/**
* @brief A class for interpolating a function using splines.
Expand Down

0 comments on commit b5aaf97

Please sign in to comment.