/examples/blog/

e/FieldSolver/SpectralSolver/PsatdAlgorithm.cpp?id=cd2fc39d1dae02510a9fda43eab698d044eb7bd5&follow=1'>diff
path: root/Source/FieldSolver/SpectralSolver/PsatdAlgorithm.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Fix typosGravatar Remi Lehe 1-4/+4
2019-04-26Cosmetic changesGravatar Remi Lehe 4-43/+16
2019-04-26Add profiling variablesGravatar Remi Lehe 1-0/+3
2019-04-26Correct naming of `dx` ; use initializer listGravatar Remi Lehe 2-4/+3
2019-04-25Correct shiftGravatar Remi Lehe 1-2/+2
2019-04-24Remove misleading commentGravatar Remi Lehe 1-2/+0
2019-04-24Correct out-of-bounds with real-space boxGravatar Remi Lehe 1-4/+2
2019-04-23Add comments ; copy only to valid boxGravatar Remi Lehe 5-45/+88
2019-04-23Add comments, switch value of kGravatar Remi Lehe 2-13/+43
2019-04-23Cleanup + add commentsGravatar Remi Lehe 2-13/+36
2019-04-23Switch and rename the shift factorsGravatar Remi Lehe 4-61/+83
2019-04-23Use Fonberg coefficients to calculate the modified kGravatar Remi Lehe 6-44/+59
2019-04-23Add calculation of Fonberg coefficientsGravatar Remi Lehe 1-22/+54
2019-04-23Remove bug in Fourier transformGravatar Remi Lehe 1-1/+1
2019-04-23Fix a few bugGravatar Remi Lehe 1-7/+32
2019-04-23Apply shift factorsGravatar Remi Lehe 5-24/+52
2019-04-23Add break statementsGravatar Remi Lehe 2-13/+13
2019-04-23Added shift functionGravatar Remi Lehe 5-20/+69
2019-04-23Change type nameGravatar Remi Lehe 3-11/+11
2019-04-23Change function interfaceGravatar Remi Lehe 3-87/+67
2019-04-23Fix error with 2D spectral solverGravatar Remi Lehe 1-1/+1
2019-04-23Implement spectral solver in 2DGravatar Remi Lehe 7-16/+53
2019-04-23Fix NaN issueGravatar Remi Lehe 1-4/+4
2019-04-23Normalize inverse FFTGravatar Remi Lehe 1-1/+4
2019-04-23Transform rho_old and rho_newGravatar Remi Lehe 5-11/+20
2019-04-23Add call to solverGravatar Remi Lehe 1-39/+67
2019-04-23Fix runtime errorsGravatar Remi Lehe 2-5/+10
2019-04-23Link spectral solver to the rest of the codeGravatar Remi Lehe 9-46/+72