Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | Explicitly use "Cartesian" in the name of algorithms | 5 | -44/+36 | ||
2020-02-06 | Make calculation of CKC coefficients for const friendly | 4 | -91/+73 | ||
2020-02-06 | Implement review comments | 5 | -27/+27 | ||
2020-02-06 | Make on-axis condition more explicit in EvolveB | 2 | -35/+42 | ||
2020-01-31 | Correct alignment of pre-compiler directive | 1 | -4/+4 | ||
2020-01-31 | Correct name of Downward derivative | 3 | -9/+9 | ||
2020-01-31 | Left-align pre-compiler directives | 3 | -42/+42 | ||
2020-01-31 | Add `const` anotations | 4 | -32/+32 | ||
2020-01-29 | Add copyrights | 7 | -0/+49 | ||
2020-01-28 | Add comments | 7 | -65/+151 | ||
2020-01-28 | Remove unused functions | 1 | -1/+2 | ||
2020-01-28 | Fix typo in cylindrical operator | 1 | -2/+2 | ||
2020-01-28 | Fix compilation for GPU | 1 | -0/+4 | ||
2020-01-28 | Register missing parameter | 1 | -0/+1 | ||
2020-01-28 | Fix type of input parameter "do_nodal" | 2 | -3/+3 | ||
2020-01-27 | Fix cylindrical solver | 1 | -1/+1 | ||
2020-01-27 | Implement nodal solver | 4 | -14/+129 | ||
2020-01-27 | Fix compilation errors | 5 | -42/+80 | ||
2020-01-27 | Implement cylindrical Yee algorithm | 3 | -69/+73 | ||
2020-01-26 | Started cylindrical implementation | 3 | -8/+205 | ||
2020-01-24 | Bug fixes for CKC | 2 | -7/+8 | ||
2020-01-24 | Added CKC algorithm | 2 | -2/+213 | ||
2020-01-24 | Implement PR comments and fix compilation for PSATD | 2 | -23/+23 | ||
2020-01-13 | Correct compilation errors | 2 | -28/+45 | ||
2020-01-10 | Start fixing compilation errors | 4 | -55/+63 | ||
2020-01-10 | Update finite-difference solver | 2 | -18/+21 | ||
2020-01-10 | Update Evolve B | 4 | -30/+41 | ||
2020-01-10 | Started implementing finite difference solver | 4 | -0/+201 | ||
Added Yee algorithm |