Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-01 | Correct error in calculation of k vector | 1 | -6/+8 | ||
2019-05-01 | Implement Real-to-complex FFT | 1 | -16/+40 | ||
2019-04-28 | Fix error in calculation of modified k vectors | 1 | -2/+3 | ||
2019-04-26 | Cosmetic changes | 1 | -3/+3 | ||
2019-04-26 | Correct naming of `dx` ; use initializer list | 1 | -3/+2 | ||
2019-04-25 | Correct shift | 1 | -2/+2 | ||
2019-04-23 | Add comments ; copy only to valid box | 1 | -9/+42 | ||
2019-04-23 | Add comments, switch value of k | 1 | -7/+27 | ||
2019-04-23 | Switch and rename the shift factors | 1 | -27/+31 | ||
2019-04-23 | Use Fonberg coefficients to calculate the modified k | 1 | -5/+16 | ||
2019-04-23 | Add calculation of Fonberg coefficients | 1 | -22/+54 | ||
2019-04-23 | Apply shift factors | 1 | -4/+4 | ||
2019-04-23 | Add break statements | 1 | -1/+1 | ||
2019-04-23 | Added shift function | 1 | -13/+42 | ||
2019-04-23 | Change type name | 1 | -4/+4 | ||
2019-04-23 | Change function interface | 1 | -52/+54 | ||
2019-04-23 | Implement spectral solver in 2D | 1 | -2/+8 | ||
2019-04-23 | Fix NaN issue | 1 | -4/+4 | ||
2019-04-23 | Link spectral solver to the rest of the code | 1 | -2/+3 | ||
2019-04-23 | Do not import namespace in .H file | 1 | -0/+3 | ||
2019-04-23 | Added modified k vector | 1 | -0/+16 | ||
2019-04-23 | Add Spectral K space | 1 | -0/+62 | ||