Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |