Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ Each thorn follows the Cactus format:

## Architecture

- Particles are managed via AMReX `AmrParticleContainer` with SoA attributes for momentum (`NuParticleContainers.hxx`)
- Particles are managed via AMReX `AmrParticleContainer` with SoA attributes for position, momentum, and particle properties (`NuParticleContainers.hxx`)
- `NuParticleContainer` handles particle push (geodesic integration), deposition, and I/O
- Multi-level AMR supported — particle containers resize across refinement levels; setup runs at BASEGRID
- Symbolic expressions in `Particles/wolfram/` generate C++ headers (`.hxx`) — do not edit generated headers directly

## Key Patterns
Expand Down
Loading