Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | Add Doxygen comments | 4 | -2/+19 | ||
2020-02-06 | Correct errors in CKC | 1 | -0/+5 | ||
2020-02-06 | Explicitly use "Cartesian" in the name of algorithms | 3 | -32/+24 | ||
2020-02-06 | Make calculation of CKC coefficients for const friendly | 4 | -91/+73 | ||
2020-02-06 | Implement review comments | 4 | -4/+4 | ||
2020-02-06 | Make on-axis condition more explicit in EvolveB | 1 | -21/+16 | ||
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 | 4 | -0/+28 | ||
2020-01-28 | Add comments | 4 | -41/+98 | ||
2020-01-28 | Fix typo in cylindrical operator | 1 | -2/+2 | ||
2020-01-27 | Fix cylindrical solver | 1 | -1/+1 | ||
2020-01-27 | Implement nodal solver | 1 | -0/+103 | ||
2020-01-27 | Fix compilation errors | 1 | -0/+15 | ||
2020-01-27 | Implement cylindrical Yee algorithm | 1 | -58/+38 | ||
2020-01-26 | Started cylindrical implementation | 1 | -0/+103 | ||
2020-01-24 | Bug fixes for CKC | 1 | -4/+4 | ||
2020-01-24 | Added CKC algorithm | 1 | -0/+210 | ||
2020-01-13 | Correct compilation errors | 1 | -19/+33 | ||
2020-01-10 | Start fixing compilation errors | 1 | -35/+32 | ||
2020-01-10 | Update Evolve B | 1 | -5/+17 | ||
2020-01-10 | Started implementing finite difference solver | 1 | -0/+80 | ||
Added Yee algorithm |