sbrisard / janus

Discretization of the Lippmann--Schwinger equation with periodic boundary conditions
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

FFT objects should define isize and osize attributes #11

Open sbrisard opened 9 years ago

sbrisard commented 9 years ago

For scatter/gather operations, it would be useful if FFT objects defined isize and osizewhich would store the total size of the input and output arrays. Likewise, the displacement (in the MPI sense) would be useful.

sbrisard commented 9 years ago

In e6e5496, four new attributes were defined, which will ease MPI communications