We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it true that the mesh in the new ParticleMesh has to have at least 2 dimensions? It seems so from the test cases.
I am getting an error from pmesh trying to make 1D ParticleMesh objects
pm = ParticleMesh(BoxSize=1.0, Nmesh=[16], dtype='f4')
yields ValueError: ProcMesh (1) shall have less dimentions than Mesh (1)
ValueError: ProcMesh (1) shall have less dimentions than Mesh (1)
The text was updated successfully, but these errors were encountered:
It is not that trivial. It appears that pfft dies with divide by zero error if we plan a 1d transform on a single rank.
Sorry, something went wrong.
I may have found a way to work it out with pfft together with mpip/pfft#30
No branches or pull requests
Is it true that the mesh in the new ParticleMesh has to have at least 2 dimensions? It seems so from the test cases.
I am getting an error from pmesh trying to make 1D ParticleMesh objects
yields
ValueError: ProcMesh (1) shall have less dimentions than Mesh (1)
The text was updated successfully, but these errors were encountered: