| 54 | } |
| 55 | |
| 56 | void |
| 57 | MultiFluidContainer::DepositCurrent (ablastr::fields::MultiFabRegister& m_fields, |
| 58 | amrex::MultiFab& jx, amrex::MultiFab& jy, amrex::MultiFab& jz, int lev) |
| 59 | { |
| 60 | for (auto& fl : allcontainers) { |
| 61 | fl->DepositCurrent(m_fields,jx,jy,jz,lev); |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | void |
| 66 | MultiFluidContainer::Evolve (ablastr::fields::MultiFabRegister& fields, |
nothing calls this directly
no outgoing calls
no test coverage detected