vpic icon indicating copy to clipboard operation
vpic copied to clipboard

Vector Particle-In-Cell (VPIC) Project

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

This is Bin's update_strategy work which is in sync with devel. This is proposed to replace the current dump_strategy branch. A couple of issues: (1) the perform_restore test was disabled...

The regular particle dump writes some meta data using WRITE_HEADER_V0. The HDF5 dump should write similar meta data (to attributes in the HDF5 file?), including species ID, species name, charge...

There was a "feature" in old catch in which it emitted some raw ASM into the executable. The previous ASM they generated is not compatible with some modern non x86-platforms...

Hi VPIC maintainers, In [CAMPA](https://campa.lbl.gov), we recently started to create an overview catalogue of Accelerator Simulation Codes. Would you be interested to update the entry for VPIC? :) - database:...

Trying to output material_ids is broken https://github.com/lanl/vpic/blob/cd46b8a65749be0085b46c1dca381860ac8658f1/src/vpic/dump.cc#L643-L644 and https://github.com/lanl/vpic/blob/cd46b8a65749be0085b46c1dca381860ac8658f1/src/vpic/dump.cc#L659-L660 assume that all fields of a `field_t` are 4 bytes wide, but `material_id` is only 2 bytes. The resulting output is...

Dear VPIC Community, Vpic seems to me that it is a powerfull and versatile plasma code. I want to use it for my research. Can you please answer my questions....

into chunks of roughly equal cost. Cost is supplied by the user through a cost function. In the example of the harris current sheet this improves parallelization efficancy on 8...

Right now the TA collisions accepts a users requests to run collisions on species with different weights. This runs but does not give a correct science answer as it is...

known-issue

Still missing: - [ ] Make the other backends (HDF5 / OpenPMD) use DumpParams