History log of /petsc/src/mat/impls/fft/fftw/fftw.c (Results 226 – 250 of 326)
Revision Date Author Comments
# e655b608 05-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: 51248f62f2a5209585746c0bcf900565a4b48480


# 453ee3b2 04-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ab70711e7a8336203af4596ed92a0e315c7eb9f6


# e0ec536e 03-Aug-2011 Amlan Barua <abarua@iit.edu>

Comments added in fftw.c

Hg-commit: 5b7e18dc2b384aa36f29b60d87f559cba7f9ecd0


# 5738af9b 28-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

Added protection for MPI_Exscan

Hg-commit: fac491a43a3f192434554bd91818c8d8053b98cf


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


# 1878d478 26-Jul-2011 Amlan Barua <abarua@iit.edu>

fftw_mpi_init() function added to MatCreate_FFTW routine.

Hg-commit: 67332baaeeb0403a449c72abd94518e20984eb4b


# b5d11533 26-Jul-2011 Amlan Barua <abarua@iit.edu>

More clean up of the code. Got rid of overloaded function MatGetVecs in the routine MatCreate_FTTW.

Hg-commit: 58700afdcdd9d67d78879d1f6657503a910f7dfb


# 4e5d74a7 26-Jul-2011 Amlan Barua <abarua@iit.edu>

The entire routine MatGetVecs_FFTW has been deleted because it has no functionality.

Hg-commit: dfac48ca918fa64bc77e68d4297c1bb6003a1d23


# 97504071 26-Jul-2011 Amlan Barua <abarua@iit.edu>

More comments added to fftw.c

Hg-commit: a9394dc39a9d67cc69e702edf763acbd3dee9970


# 27bf561d 25-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0b40a6bf8614a56b3de820bbe7397c6332b26424


# b4c3921f 25-Jul-2011 Hong Zhang <hzhang@mcs.anl.gov>

cleaup fftw.c and its test examples

Hg-commit: 7128b3b7adb6a1619849266787ebe23b3b767d21


# 74a26884 25-Jul-2011 Amlan Barua <abarua@iit.edu>

InputTransform renamed to VecScatterPetscToFFTW. OutputTransform renamed to VecScatterFFTWToPetsc. Examples ex155.c and ex158.c updated accordingly.

Hg-commit: dc6053cf3c78117af9023bd9a2a62b8cb6cfa3

InputTransform renamed to VecScatterPetscToFFTW. OutputTransform renamed to VecScatterFFTWToPetsc. Examples ex155.c and ex158.c updated accordingly.

Hg-commit: dc6053cf3c78117af9023bd9a2a62b8cb6cfa3e5

show more ...


# 1abc6020 25-Jul-2011 Amlan Barua <abarua@iit.edu>

Cleaned up the routine InputTransformFFT and OutputTransformFFT. Deleted commented portions.

Hg-commit: 062d8d4c3613fe26099a29c13261f49b30d0f473


# aace9779 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1ea8fef83cccbba4479c8951027894ba1abaa156


# 191bc249 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 03fbf1a3cf555c618a5b51f56dece4b3a8354b3b


# 9de22321 21-Jul-2011 Gwynneth Davidoff <Gwynneth.Davidoff@students.olin.edu>

merged

Hg-commit: c4459015d5e9b51f3ac8894e3c399faea3997870


# a9ac8601 21-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge

Hg-commit: 2e1469853a0f8cbf5670fe50ac685c62d2f67706


# 8ca4c034 21-Jul-2011 Amlan Barua <abarua@iit.edu>

Bug fixed in the routine MatCreate_FFTW. The size of the vector is now computed correctly for 1D real FFT.

Hg-commit: 95c81b8f43d36b3a873f58c6d93923acbf72ea70


# a9dd385a 20-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge

Hg-commit: 59912091e4e990b0eaddd1a4026f537e8864cac5


# 4f48bc67 20-Jul-2011 Amlan Barua <abarua@iit.edu>

output files ex158.out, ex158_2.out, ex158_3.out added for nightly tests.

Hg-commit: 0d6b46b6f5518eea704822198291f31b73695b3d


# c8a8a4f0 20-Jul-2011 Amlan Barua <abarua@iit.edu>

Bug fixed in the routine fftw.c. The parallel layout of the output of the forward DFT is corrected. It should follow local_n0, NOT local_n1!

Hg-commit: 24fa1abaab1e998ef1b618995b461a93fec96af6


# bb20721c 20-Jul-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 61419c93de4faea2d096d9955ef50868ec248878


# b3655f67 19-Jul-2011 Amlan Barua <abarua@iit.edu>

/src/mat/examples/tests/makefile updated to include ex158.c

Hg-commit: 25639be7aaf5dbb0303ef4afc3f41862b07eb7af


# 9496c9ae 19-Jul-2011 Amlan Barua <abarua@iit.edu>

More Bug fixed in fftw.c. In the routine OutputTransform and InputTransform, the scattering has been corrected.

Hg-commit: 645615d0a2241c3ae73f8bbea8d123ff7a41c133


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


12345678910>>...14