aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Increase number of guard cells allocated with multi-J algorithm (#2377)Gravatar Neïl Zaim 1-3/+19
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 1-5/+6
2021-09-24Exchange fewer guard cells with standard PSATD solver (#2266)Gravatar Neïl Zaim 1-0/+5
2021-08-30ECT conformal solver (#1923)Gravatar Lorenzo Giacomel 1-1/+2
2021-06-28Multi-J scheme (#1828)Gravatar Remi Lehe 1-0/+2
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-7/+15
2021-05-19Set guard cells for allocation using field solver stencil and particle shape ...Gravatar Revathi Jambunathan 1-10/+36
2021-05-03Implement div(B) Cleaning With FDTD (#1829)Gravatar Edoardo Zoni 1-0/+9
2021-04-15Hybrid Galilean: Same Guard Cells in z as Nodal (#1887)Gravatar Edoardo Zoni 1-11/+25
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-4/+4
2021-03-04Remove extra ghost cell used with momentum-conserving gathering (#1758)Gravatar Edoardo Zoni 1-7/+0
2021-01-27Take time step into account to compute guard cells for J and rho (#1607)Gravatar Edoardo Zoni 1-7/+22
2020-12-11PSATD Runtime Control (#1300)Gravatar Axel Huebl 1-41/+39
2020-12-02Improve spectral solver on staggered grids (#1468)Gravatar Edoardo Zoni 1-4/+4
2020-09-30Use fewer guard cells for deposition (#1368)Gravatar Edoardo Zoni 1-1/+10
2020-09-06CKC: Use Enum instead consequently (#1299)Gravatar Axel Huebl 1-1/+3
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 1-3/+6
2020-08-06Use psatd.n<xz>_guard, not psatd.n<xy>_guard, in 2D and RZ (#1237)Gravatar Edoardo Zoni 1-1/+5
2020-07-27Rename Input to `algo.maxwell_solver` (#1188)Gravatar Axel Huebl 1-2/+2
2020-07-17Fixing compiler warnings (#1178)Gravatar Olga Shapoval 1-3/+3
2020-04-17Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)Gravatar Remi Lehe 1-35/+32
2020-03-11Added optional user defined number of guard cells to use with PSATD solver (#...Gravatar Olga Shapoval 1-14/+13
2020-02-27Comment/Remove Unused Parameters (#749)Gravatar Axel Huebl 1-0/+6
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-1/+3
2020-02-21Make the option to exchange all guard cells safer (#709)Gravatar MaxThevenet 1-2/+2
2020-02-18Galilean PSATD with shift (#704)Gravatar Olga Shapoval 1-3/+13
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+6
2020-01-14fix error MW 1 MR 1 subcycling 0Gravatar MaxThevenet 1-1/+3
2020-01-08delete EOL whitespaceGravatar MaxThevenet 1-1/+1
2020-01-08option to always exchange all guard cellsGravatar MaxThevenet 1-30/+43
2020-01-03include Remi's suggestionsGravatar MaxThevenet 1-6/+2
2019-11-12no guard cell exchanges for F with Yee solver. Remove print statementsGravatar MaxThevenet 1-0/+3
2019-11-12cleaning, and additional checksGravatar MaxThevenet 1-1/+3
2019-11-12fix psatd: problem was in buffer cellsGravatar MaxThevenet 1-12/+4
2019-11-12Revert "move FillBoundaryF call to where needed, and allow for extra guard ce...Gravatar MaxThevenet 1-14/+1
2019-11-11move FillBoundaryF call to where needed, and allow for extra guard cellsGravatar MaxThevenet 1-1/+14
2019-11-10pfew fix bug (that could lead to SEGFAULT), and indentationGravatar MaxThevenet 1-2/+3
2019-11-06exchange 1 extra guard cell when moving window and PMLsGravatar MaxThevenet 1-0/+4
2019-10-31do not update aux grids if PSATDGravatar MaxThevenet 1-0/+11
2019-10-31cleaning and use better namingGravatar MaxThevenet 1-1/+9
2019-10-31more systematic names for guard cell variablesGravatar MaxThevenet 1-36/+25
2019-10-31remove a bunch of unused variables, and prepare for some renamingGravatar MaxThevenet 1-31/+25
2019-10-31Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cellsGravatar MaxThevenet 1-8/+19
2019-10-30no need to pass ng in ShiftMFGravatar MaxThevenet 1-2/+7
2019-10-29Reduce number of guard cells exchanged in Moving window and EvolveEMGravatar MaxThevenet 1-1/+6
2019-10-28Pass fewer guard cells in a number of FillBoundary callsGravatar MaxThevenet 1-0/+1
2019-10-27FillBoundaryE/B/F take mandatory argument nguardGravatar MaxThevenet 1-4/+6
2019-10-27avoid redeclaring variablesGravatar MaxThevenet 1-0/+14
2019-10-27forgot to add two filesGravatar MaxThevenet 1-0/+118
04dca01dad596846fd0725d41&follow=1'>Docs: Add READMEs for renderers (#1351)Gravatar Drew Powers 8-1/+184 * Add README stub for renderers * Add renderer READMEs 2021-09-14Update deployment docs for Netlify deployment (#1361)Gravatar Cassidy Williams 1-7/+9 * Update build command for Netlify * Clarify directions for Netlify deploy versions * Create deploy.md * Update deploy.md * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com> 2021-09-14Delete perfect-kids-occur.md (#1372)Gravatar Fred K. Schott 1-5/+0 2021-09-14[ci] yarn formatGravatar FredKSchott 1-15/+10 2021-09-14Self-host homepage fonts to improve page load speed (#1370)Gravatar mundry 14-5/+52 Co-authored-by: mundry <mundry@users.noreply.github.com> 2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 8-20/+60 * Adds a changeset * Add types to examples and docs * Make changes based on review feedback * Avoid using the variable named props * Make path a const 2021-09-14[ci] collect statsGravatar FredKSchott 1-0/+1 2021-09-13Fix typo (#1360)Gravatar Marcus Otterström 1-1/+1 2021-09-13Disclaimer for Github pages / jekyll quirk (#1355)Gravatar Tc001 2-0/+7 * Added GH pages disclaimer * Added changeset * Reworded disclaimer * Correct GH Pages casing * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com> 2021-09-13fix outdated lockfile issue (#1357)Gravatar Fred K. Schott 1-3/+1 2021-09-13Add `astro.build/play` link (#1359)Gravatar Nate Moore 1-0/+6 * feat: add rewrite to play.astro.build * fix: subpath redirects 2021-09-13[ci] yarn formatGravatar FredKSchott 2-8/+7 2021-09-13Add a new lockfile (#1356)Gravatar Matthew Phillips 1-19/+19 2021-09-13[ci] collect statsGravatar FredKSchott 1-0/+1 2021-09-12[ci] collect statsGravatar FredKSchott 1-0/+1 2021-09-11[ci] collect statsGravatar FredKSchott 1-0/+1 2021-09-10Prevent removing CSS preloads during bundling (#1326)Gravatar Bartek Igielski 8-18/+96 * Prevent removing nodes, becasue styles preloading was detected earlier * Add separate deduping for preloads and cover it with tests. * Create quiet-horses-turn.md * Test merging preload tags 2021-09-10Fix typos in Netlify sponsorship announcement blog post (#1346)Gravatar mundry 1-4/+4 Co-authored-by: mundry <mundry@users.noreply.github.com> 2021-09-10[ci] collect statsGravatar FredKSchott 2-1/+2 2021-09-09blog: announce netlify sponsorship (#1345)Gravatar Fred K. Schott 4-5/+64 2021-09-09Version Packages (#1344)Gravatar github-actions[bot] 29-53/+42 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2021-09-09Revert "Version Packages (#1303)"Gravatar Fred K. Schott 29-42/+53 This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801. 2021-09-09update lockfileastro@0.20.5@astrojs/markdown-support@0.3.1Gravatar Fred K. Schott 1-9/+9 2021-09-09Version Packages (#1303)Gravatar github-actions[bot] 29-53/+42 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2021-09-09[ci] collect statsGravatar FredKSchott 2-1/+2 2021-09-08Update netlify deploy instructions for `.nvmrc` syntax (#1337)Gravatar Caleb Jasik 1-1/+1 2021-09-08[ci] yarn formatGravatar jasikpark 1-1/+0