Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-01 | Add comments | 2 | -2/+9 | ||
2019-04-30 | Fix typo | 1 | -1/+2 | ||
2019-04-30 | Update Make.package | 1 | -0/+1 | ||
2019-04-30 | Add separate file for constructor | 2 | -17/+38 | ||
2019-04-30 | Use factory method for the solver | 5 | -27/+62 | ||
2019-04-30 | Reorganize directories | 4 | -2/+7 | ||
2019-04-29 | Merge branch 'dev' into fix_spectral | 3 | -79/+39 | ||
2019-04-29 | Revert to enumeration in struct | 1 | -3/+4 | ||
2019-04-29 | Update PSATD algorithm | 1 | -31/+21 | ||
2019-04-29 | Update structure for storing spectral fields | 2 | -48/+18 | ||
2019-04-28 | Fix more 2D bugs | 1 | -2/+7 | ||
2019-04-28 | Fix 2D bugs | 1 | -2/+5 | ||
2019-04-28 | Fix error in calculation of modified k vectors | 1 | -2/+3 | ||
2019-04-26 | Add missing file | 1 | -0/+27 | ||
2019-04-26 | Fix typos | 1 | -4/+4 | ||
2019-04-26 | Cosmetic changes | 4 | -43/+16 | ||
2019-04-26 | Add profiling variables | 1 | -0/+3 | ||
2019-04-26 | Correct naming of `dx` ; use initializer list | 2 | -4/+3 | ||
2019-04-25 | Correct shift | 1 | -2/+2 | ||
2019-04-24 | Correct out-of-bounds with real-space box | 1 | -4/+2 | ||
2019-04-23 | Add comments ; copy only to valid box | 5 | -45/+88 | ||
2019-04-23 | Add comments, switch value of k | 2 | -13/+43 | ||
2019-04-23 | Cleanup + add comments | 2 | -13/+36 | ||
2019-04-23 | Switch and rename the shift factors | 4 | -61/+83 | ||
2019-04-23 | Use Fonberg coefficients to calculate the modified k | 5 | -43/+58 | ||
2019-04-23 | Add calculation of Fonberg coefficients | 1 | -22/+54 | ||
2019-04-23 | Remove bug in Fourier transform | 1 | -1/+1 | ||
2019-04-23 | Fix a few bug | 1 | -7/+32 | ||
2019-04-23 | Apply shift factors | 5 | -24/+52 | ||
2019-04-23 | Add break statements | 2 | -13/+13 | ||
2019-04-23 | Added shift function | 5 | -20/+69 | ||
2019-04-23 | Change type name | 3 | -11/+11 | ||
2019-04-23 | Change function interface | 3 | -87/+67 | ||
2019-04-23 | Fix error with 2D spectral solver | 1 | -1/+1 | ||
2019-04-23 | Implement spectral solver in 2D | 6 | -15/+50 | ||
2019-04-23 | Fix NaN issue | 1 | -4/+4 | ||
2019-04-23 | Normalize inverse FFT | 1 | -1/+4 | ||
2019-04-23 | Transform rho_old and rho_new | 3 | -10/+16 | ||
2019-04-23 | Fix runtime errors | 1 | -5/+7 | ||
2019-04-23 | Link spectral solver to the rest of the code | 5 | -29/+35 | ||
2019-04-23 | Add file for SpectralSolver | 1 | -0/+44 | ||
2019-04-23 | Do not import namespace in .H file | 4 | -26/+24 | ||
2019-04-23 | Define SpectralSolver class | 5 | -19/+23 | ||
2019-04-23 | Change name of PsatdSolver to PsatdAlgorithm | 4 | -12/+11 | ||
2019-04-23 | Added modified k vector | 4 | -16/+49 | ||
2019-04-23 | Add Spectral K space | 7 | -63/+125 | ||
2019-04-23 | Fix typo | 1 | -1/+1 | ||
2019-04-23 | Add backward transform | 1 | -0/+48 | ||
2019-04-23 | Reorganize folder | 6 | -77/+84 | ||
2019-04-23 | Restructure directories | 6 | -0/+425 | ||