|
| 1 | +# 21.08 |
| 2 | + |
| 3 | + -- Add AsyncVector. (#2197) |
| 4 | + |
| 5 | + -- Make CreateVirtualParticles use GPU functions for aggregation_type=None |
| 6 | + (#2195) |
| 7 | + |
| 8 | + -- Change mask for ctr to ctroid interp (#2196) |
| 9 | + |
| 10 | + -- Add OpenMP support to DenseBins::build (#2193) |
| 11 | + |
| 12 | + -- Integration of experimental parfor into NodeLaplacian Fapply. (#2190) |
| 13 | + |
| 14 | + -- Fix filter functions for callables that return bool. (#2192) |
| 15 | + |
| 16 | + -- MFCellConsLinInterp (#2189) |
| 17 | + |
| 18 | + -- Introduction of the experimental parfor into NodeLaplacian |
| 19 | + interpolation (#2183) |
| 20 | + |
| 21 | + -- Enable default construction for AmrParticleContainer and add |
| 22 | + isDefined() method. (#2188) A Particle container is considered |
| 23 | + "defined" if it has been given a set of grids, otherwise not. |
| 24 | + |
| 25 | + -- Make CreateGhostParticles use GPU functions (#2185) |
| 26 | + |
| 27 | + -- Add ROCMClang as an LLVM compiler to cmake (#2184) |
| 28 | + |
| 29 | + -- Scale uniform random interval to account for gridbox length in |
| 30 | + ParticleInit (#2179) |
| 31 | + |
| 32 | + -- Optimization of ParallelFor for single box FabArray (#2176) |
| 33 | + |
| 34 | + -- Add ns to gpu cns (#2177) |
| 35 | + |
| 36 | + -- CI: IntelLLVM known to CMake (#2136) |
| 37 | + |
| 38 | + -- Add default move constructors / assignment operators for other pc |
| 39 | + types. (#2174) |
| 40 | + |
| 41 | + -- Gradient in WarpX EB nodal solver (#2171) |
| 42 | + |
| 43 | + -- Update MacProjector::project to check if m_umac is nullptr (#2166) |
| 44 | + |
| 45 | + -- EB nodal solver (#2145) New EB nodal solver with Dirichlet EB. This |
| 46 | + uses a finite-difference stencil. It will be used by WarpX's static |
| 47 | + solver. |
| 48 | + |
| 49 | + -- Workaround for a DPC++ reduction issue (#2165) |
| 50 | + More reliable workaround for DPCPP reduction issue (#2167) |
| 51 | + |
| 52 | + -- Add ParmParse::remove (#2160) |
| 53 | + |
| 54 | + -- Remove MFGhostIter (#2162) |
| 55 | + |
| 56 | + -- Fix typos with the help of codespell (#2163) |
| 57 | + |
| 58 | + -- Parser Precision (#2154) Use double internally. If the arguments are |
| 59 | + all floats, the final result will be converted to float. |
| 60 | + |
| 61 | + -- IParser: Integer Parser (#2158) |
| 62 | + |
| 63 | + -- Disable `jn` in Parser on Windows (#2152) |
| 64 | + |
| 65 | + -- Fix the size of the BC Vector in the multi-level version of |
| 66 | + ParticleToMesh. (#2149) |
| 67 | + |
| 68 | + -- Make ParticleToMesh and MeshToParticle support iMultifab. (#2137) |
| 69 | + |
| 70 | + -- Fix crashes with Conduit Blueprint Code (#2144) |
| 71 | + |
| 72 | + -- CMake: HIP Modernizing & RDC (#2031) |
| 73 | + |
1 | 74 | # 21.07
|
2 | 75 |
|
3 | 76 | -- Parser: This can be used at runtime to evaluate math expressions given
|
|
0 commit comments