-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify splines names #382
Conversation
@tpadioleau do you think we can merge this soon ? |
Can you check again the transformation for |
…tion/ddc into clarify-spline-names
Yes sorry I forgot to review myself before asking you, if the CI passes it should be fine now |
Did you remove the transformation |
Yes because this is covered by:
So the change is effective EDIT: actually this is the same for vals_domain & bsplines_domain. I edit the description |
I put it in draft again because this part is not consistent:
|
* Splines LAPACK backend * `ddc::parallel_for_each` now can take a label! Usefull for profiling. * Align `UniformBSplines` API to `NonUniformBSplines` API * Change terminology in splines (ie. `spline_domain` -\> `batched_spline_domain`... complete list: CExA-project/ddc#382) * Ginkgo throws error in case of non-convergency. * Bsplines API is based on `mdspan` in place of `std::array`. * Deprecate `nbe_xmin` and `nbe_xmax` in splines (it is redundant with `nbc_xmin`and `nbc_xmax` for all boundary conditions except NATURAL which has been removed because unused). * Update supposedly-ddc-internal SplinesLinearProblem API (which is used by quadrature). * Lot of minor internal changes. See merge request gysela-developpers/gyselalibxx!548 -------------------------------------------- Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
* Splines LAPACK backend * `ddc::parallel_for_each` now can take a label! Usefull for profiling. * Align `UniformBSplines` API to `NonUniformBSplines` API * Change terminology in splines (ie. `spline_domain` -\> `batched_spline_domain`... complete list: CExA-project/ddc#382) * Ginkgo throws error in case of non-convergency. * Bsplines API is based on `mdspan` in place of `std::array`. * Deprecate `nbe_xmin` and `nbe_xmax` in splines (it is redundant with `nbc_xmin`and `nbc_xmax` for all boundary conditions except NATURAL which has been removed because unused). * Update supposedly-ddc-internal SplinesLinearProblem API (which is used by quadrature). * Lot of minor internal changes. See merge request gysela-developpers/gyselalibxx!548 -------------------------------------------- Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
* Splines LAPACK backend * `ddc::parallel_for_each` now can take a label! Usefull for profiling. * Align `UniformBSplines` API to `NonUniformBSplines` API * Change terminology in splines (ie. `spline_domain` -\> `batched_spline_domain`... complete list: CExA-project/ddc#382) * Ginkgo throws error in case of non-convergency. * Bsplines API is based on `mdspan` in place of `std::array`. * Deprecate `nbe_xmin` and `nbe_xmax` in splines (it is redundant with `nbc_xmin`and `nbc_xmax` for all boundary conditions except NATURAL which has been removed because unused). * Update supposedly-ddc-internal SplinesLinearProblem API (which is used by quadrature). * Lot of minor internal changes. See merge request gysela-developpers/gyselalibxx!548 -------------------------------------------- Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
* Splines LAPACK backend * `ddc::parallel_for_each` now can take a label! Usefull for profiling. * Align `UniformBSplines` API to `NonUniformBSplines` API * Change terminology in splines (ie. `spline_domain` -\> `batched_spline_domain`... complete list: CExA-project/ddc#382) * Ginkgo throws error in case of non-convergency. * Bsplines API is based on `mdspan` in place of `std::array`. * Deprecate `nbe_xmin` and `nbe_xmax` in splines (it is redundant with `nbc_xmin`and `nbc_xmax` for all boundary conditions except NATURAL which has been removed because unused). * Update supposedly-ddc-internal SplinesLinearProblem API (which is used by quadrature). * Lot of minor internal changes. See merge request gysela-developpers/gyselalibxx!548 -------------------------------------------- Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
Aims to resolve the first dash of #231