aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXUtil.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-10Fix `max_grid_size` for RZ PSATD (#4073)Gravatar David Grote 1-3/+4
2023-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-15/+15
2023-06-09`geometry.is_periodic`: Only Warn (#3974)Gravatar Axel Huebl 1-7/+11
2023-05-01Use WARPX_ABORT_WITH_MESSAGE("msg") instead of amrex::Abort(Utils::TextMsg:...Gravatar Luca Fedeli 1-1/+1
2022-11-07Allow `None` for Maxwell solver (#3504)Gravatar Roelof Groenewald 1-6/+6
2022-10-10Partial refactoring of the utils directory (#3404)Gravatar Luca Fedeli 1-202/+19
2022-10-02Use parser for input parameters of type long (#2506)Gravatar Neïl Zaim 1-21/+34
2022-05-24Specify particle precision (#3065)Gravatar Kevin Z. Zhu 1-129/+0
2022-05-17Use uniform error message formatting in more source files (#2964)Gravatar Luca Fedeli 1-10/+19
2022-05-11Fix Mirrors for RZ (NullifyMF) (#3101)Gravatar David Grote 1-3/+4
2022-03-28Clean up handling of `v_galilean` (#2989)Gravatar David Grote 1-9/+2
2022-03-08Make error and info messages visually uniform (#2939)Gravatar Luca Fedeli 1-27/+57
2022-02-07Implement some clang-tidy suggestions (#2826)Gravatar Luca Fedeli 1-1/+3
2022-02-07simplify WarpXUtil::is_in (#2834)Gravatar Luca Fedeli 1-10/+3
2022-02-05Fixes removing implicit double to float conversions (#2687)Gravatar David Grote 1-8/+8
2022-01-19RZ: Do Not Add geometry.coord_sys (#2759)Gravatar Edoardo Zoni 1-5/+0
2022-01-12Don't attempt to use costs when working on PML grids. (#2737)Gravatar Andrew Myers 1-0/+12
2022-01-04Allow Dirichlet BCs on r boundaries in RZ (electrostatic) (#2714)Gravatar Roelof Groenewald 1-5/+0
2021-12-21Inputs: `geometry.dims` option (#2685)Gravatar Axel Huebl 1-15/+30
2021-12-16AMREX_SPACEDIM : EB, Filter, Laser, Utils, and Diagnostics (#2677)Gravatar Prabhat Kumar 1-10/+10
2021-11-19RZ PSATD, make blocking_factor a power of 2 (#2572)Gravatar David Grote 1-3/+9
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 1-3/+11
2021-11-12Add Ar and Xe to pre-defined particle types. (#2549)Gravatar Kevin Z. Zhu 1-0/+1
2021-10-15Made explicit several casts (#2431)Gravatar David Grote 1-2/+2
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 1-28/+5
2021-10-04Fix my_constants being cast to float in single precision (#2369)Gravatar AlexanderSinn 1-5/+37
2021-08-30Added parsing in intervals (#2246)Gravatar David Grote 1-18/+22
2021-08-20Allow Silver-Mueller boundary conditions to only be applied in certain direct...Gravatar Remi Lehe 1-32/+0
2021-08-19Implemented the parsing of integer input parameters (#2138)Gravatar David Grote 1-0/+103
2021-08-06Shift parsing of physical/mathematical constants from hard-coding to table lo...Gravatar Phil Miller 1-27/+35
2021-07-21Use new boundary input (#2110)Gravatar Revathi Jambunathan 1-47/+5
2021-07-13amrex::Parser (#2063)Gravatar Weiqun Zhang 1-7/+14
2021-07-13RZ: Add ASSERT for Lower Bound of Radial Coordinate (#2082)Gravatar Edoardo Zoni 1-0/+15
2021-07-13Interface silver mueller (#2051)Gravatar Revathi Jambunathan 1-0/+32
2021-07-06Reflective particle boundary condition (#1728)Gravatar David Grote 1-4/+4
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-1/+17
2021-06-07add m_u (#2003)Gravatar Luca Fedeli 1-0/+3
2021-05-24Add generic field reduction reduced diag (#1944)Gravatar Neïl Zaim 1-0/+3
2021-05-21Boundary Condition : PEC (#1767)Gravatar Revathi Jambunathan 1-6/+26
2021-05-13Implemented query and getArrWithParser (#1936)Gravatar David Grote 1-8/+74
2021-05-12BC : Interface for damping EB fields in guard cells in z-direction (#1953)Gravatar Revathi Jambunathan 1-0/+18
2021-04-27Ensure the geometry.coord_sys == 1 for RZ (#1918)Gravatar David Grote 1-0/+7
2021-04-15Boundary Condition : Interface with existing PML (#1768)Gravatar Revathi Jambunathan 1-0/+19
2021-04-06Allow expressions for my_constants (#1874)Gravatar David Grote 1-1/+13
2021-03-19Warnings: PSATD+RZ & More (#1814)Gravatar Axel Huebl 1-1/+1
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-25/+25
2021-03-16Boundary input - Periodic (#1730)Gravatar Revathi Jambunathan 1-0/+64
2021-01-27Replace an always false test with an abort (#1655)Gravatar Luca Fedeli 1-3/+3
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 1-1/+1
2020-12-11PSATD Runtime Control (#1300)Gravatar Axel Huebl 1-5/+14