vpic icon indicating copy to clipboard operation
vpic copied to clipboard

Vector Particle-In-Cell (VPIC) Project

Results 21 vpic issues
Sort by recently updated
recently updated
newest added

Working on merging in the atomic collision model. So far it builds, but is untested. ### Remaining Items - [ ] Run a test case with devel - [ ]...

Can we bring them together some how? parameterize out the paths?

known-issue

@dnystrom1 this is what clang format would look like

The current way the stride is calculated for the checkpoint is broken in 2d (but works for 3d)

This is obviously not a very likely scenario, as we run on meshes much bigger than this, but it may be a useful case for testing computational intensive modules (and...

Hi, This is a new user question: In `src/vpic/dump.cc`, the `band_interleave` branch of `hydro_dump` seems to not correctly set the `dim` array to include ghost layer: ```c dim[0] = nxout;...