Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-26 | Use C++ templates in `EvolveE` function (#676) | 3 | -0/+369 | ||
* Prepare EvolveE * Cartesian equations without current * Implement Cartesian EvolveE * Progress towards cylindrical solver * Correct typo * Implement cylindrical solver (without on-axis condition) * Fix compilation errors * Add regularization for RZ solver * Added correction term for F * Remove file for nodal stencil * Apply stylistic changes to EvolveE * Fix compilation errors * Correction to avoid out of bound * Remove references to old file * Correct bug in EvolveB * Implement correction on axis for Et * Remove previous field update functions * Remove unused code | |||||
2020-02-25 | Includes: Clean Up (#743) | 2 | -2/+2 | ||
- 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-25 | FDTD: Real Literals and Formatting (#736) | 4 | -149/+176 | ||
Clean up `amrex::Real` literals (aka "numbers"). This avoids calculating a line in double precision and casting it down to `Real` on assignment. Also fixes some formatting issues. (Commit credited to Remi.) Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> Co-authored-by: Remi Lehe <remi.lehe@normalesup.org> | |||||
2020-02-06 | Add Doxygen comments | 6 | -10/+28 | ||
2020-02-06 | Correct errors in CKC | 1 | -0/+5 | ||
2020-02-06 | Prepend class members with "m_" | 3 | -19/+19 | ||
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 |