8000 121 vico greengard discrete cosine transforms by vmontanaro · Pull Request #231 · IPPL-framework/ippl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

121 vico greengard discrete cosine transforms #231

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

Conversation

vmontanaro
Copy link
Contributor

No description provided.

s-mayani and others added 30 commits July 25, 2022 10:34
merge master into 121-vico-greengard-discrete-cosine-transforms
Share heffte type aliases and members
Define uniform type for fields
Fix mixed execution FFTs
Define enum to identify forward and backward FFTs
…b.com:vmontanaro/ippl into 121-vico-greengard-discrete-cosine-transforms

Conflicts:
	test/solver/TestGaussian.cpp
@vmontanaro vmontanaro changed the base branch from master to dev-3.2.0 November 8, 2023 08:59
Copy link
Member
@matt-frey matt-frey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a brief look at the code. I think there are many improvements and changes necessary. Some lines of code are duplicated.

@srikrrish srikrrish added enhancement New feature or request feature request Used to label a feature request in the issue tracker. and removed enhancement New feature or request labels Nov 15, 2023
Copy link
Member
@matt-frey matt-frey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still a few things to change.

// compute length of the physical domain
// compute Fourier domain spacing
for (unsigned int i = 0; i < Dim; ++i) {
hs_m[i] = pi * 0.5 / l[i];
Copy link
Member
@matt-frey matt-frey Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kokkos::pi

src/FFT/FFT.hpp Outdated
*This copy to a temporary Kokkos view is needed because of following
*reasons:
*1) heffte wants the input and output fields without ghost layers
*2) heffte accepts data in layout left (by default) eventhough this
Copy link
Member
@matt-frey matt-frey Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eventhough -- > even though

@vmontanaro vmontanaro merged commit 1524b0b into IPPL-framework:dev-3.2.0 Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Used to label a feature request in the issue tracker.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0