MCPcopy Create free account
hub / github.com/BLAST-WarpX/warpx / DepositCurrent

Method DepositCurrent

Source/Fluids/MultiFluidContainer.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void
57MultiFluidContainer::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
65void
66MultiFluidContainer::Evolve (ablastr::fields::MultiFabRegister& fields,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected