Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-11 | PSATD Runtime Control (#1300) | 1 | -2/+6 | ||
* Docs: PSATD Runtime Option * Tests: PSATD Runtime Option Add new runtime option to PSATD regression test matrix. * PICMI: PSATD runtime option * Source: PSATD Runtime Option | |||||
2020-09-03 | Remove ManagedVector from finite-difference solver (#1269) | 1 | -5/+35 | ||
2020-07-24 | Fix -Wextra-semi (#1207) | 1 | -1/+1 | ||
Remove unnecessary semicolons (fix compiler warnings). | |||||
2020-02-25 | Includes: Clean Up (#743) | 1 | -1/+1 | ||
- Use `""` for WarpX-local includes - Order: WarpX `""`, AMReX `<>`, other third party includes `<>` - Add dir prefixes for WarpX Add order to includes by including from `Source/` onward and keeping directory prefixes of non-local includes for clarity. | |||||
2020-02-06 | Add Doxygen comments | 1 | -8/+1 | ||
2020-02-06 | Prepend class members with "m_" | 1 | -4/+4 | ||
2020-02-06 | Explicitly use "Cartesian" in the name of algorithms | 1 | -6/+6 | ||
2020-01-29 | Add copyrights | 1 | -0/+7 | ||
2020-01-28 | Add comments | 1 | -5/+19 | ||
2020-01-28 | Register missing parameter | 1 | -0/+1 | ||
2020-01-28 | Fix type of input parameter "do_nodal" | 1 | -1/+1 | ||
2020-01-27 | Implement nodal solver | 1 | -4/+17 | ||
2020-01-27 | Fix compilation errors | 1 | -0/+30 | ||
2020-01-10 | Update Evolve B | 1 | -15/+0 | ||
2020-01-10 | Started implementing finite difference solver | 1 | -0/+15 | ||
Added Yee algorithm |