Skip to content

Commit

Permalink
remove fuction from WarpX header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jan 20, 2025
1 parent 5230d67 commit e614ca5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Source/WarpX.H
Original file line number Diff line number Diff line change
Expand Up @@ -1309,18 +1309,6 @@ private:
return gather_buffer_masks[lev].get();
}

/**
* \brief Re-orders the Fornberg coefficients so that they can be used more conveniently for
* finite-order centering operations. For example, for finite-order centering of order 6,
* the Fornberg coefficients \c (c_0,c_1,c_2) are re-ordered as \c (c_2,c_1,c_0,c_0,c_1,c_2).
*
* \param[in,out] ordered_coeffs host vector where the re-ordered Fornberg coefficients will be stored
* \param[in] unordered_coeffs host vector storing the original sequence of Fornberg coefficients
* \param[in] order order of the finite-order centering along a given direction
*/
void ReorderFornbergCoefficients (amrex::Vector<amrex::Real>& ordered_coeffs,
amrex::Vector<amrex::Real>& unordered_coeffs,
int order);
/**
* \brief Allocates and initializes the stencil coefficients used for the finite-order centering
* of fields and currents, and stores them in the given device vectors.
Expand Down

0 comments on commit e614ca5

Please sign in to comment.