AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
79 stars 57 forks source link

Disable tracer particles at run time #156

Closed WeiqunZhang closed 4 months ago

WeiqunZhang commented 4 months ago

There is a runtime parameter particles.do_nspc_particles for disabling particles. But it was not used everywhere. This commit fixes it.