--- interface Props { open?: boolean; } const { open = false } = Astro.props; ---
{open ? '[-]' : '[+] comments collapsed'}
llow=1'>logtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Abort when using Vay Deposition with FDTD (#3515)Gravatar Revathi Jambunathan 3-0/+8
2022-11-14Centralize the multi fab allocation (#3484)Gravatar David Grote 6-262/+326
2022-11-14CI: unbreak macOS (#3521)Gravatar Edoardo Zoni 1-1/+1
2022-11-14Flux injection: move particle only after performing checks (#3519)Gravatar Remi Lehe 2-38/+34
2022-11-12Fix warnings with ceil in BTD code (#3518)Gravatar David Grote 1-2/+2
2022-11-12CI: unbreak macOS (2to3) (#3520)Gravatar Axel Huebl 1-1/+1
2022-11-10Use makeParser function for laser field parsing option (#3517)Gravatar Neïl Zaim 6-33/+4
2022-11-10Vay Deposition: Filter D, Exchange Guard Cells of J (#3388)Gravatar Edoardo Zoni 2-2/+14
2022-11-092D/RZ Embedded Boundaries Bug Fix (#3510)Gravatar Edoardo Zoni 1-1/+12
2022-11-09BTD: remove old/legacy back-transformed diagnostics (#3485)Gravatar Remi Lehe 29-2671/+85
2022-11-08Docs: Improve MPI Threading User FAQ (#3501)Gravatar Axel Huebl 1-5/+16
2022-11-07Allow `None` for Maxwell solver (#3504)Gravatar Roelof Groenewald 39-195/+199
2022-11-07Load balancing bug fix: remake MultiFabs for Vay deposition, current centerin...Gravatar Revathi Jambunathan 1-2/+15
2022-11-07AMReX: Weekly Update (#3509)Gravatar Axel Huebl 5-5/+5
2022-11-04Clean Species Physical Properties (#3505)Gravatar Neïl Zaim 2-5/+7