Thank you. Related to this question.
Can I save a parallel distributed solution using serialize and read it back as a serial triangulation/solution ? This may help me to sample the solution on a Cartesian grid and do FFT. Thanks praveen > On 23-Jul-2021, at 8:30 PM, Wolfgang Bangerth <[email protected]> wrote: > > Those functions are really just meant for the solution on a single cell. You > will want to use one of the FFT packages out there to compute whole-domain > spectra, say FFTx or FFTW. > > Best > W. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/E623378D-BA62-4167-B15F-02BA90288E68%40gmail.com.
