File Castro_bc_fill_nd.H

Functions

void ca_statefill(amrex::Box const &bx, amrex::FArrayBox &data, const int dcomp, const int numcomp, amrex::Geometry const &geom, const amrex::Real time, const amrex::Vector<amrex::BCRec> &bcr, const int bcomp, const int scomp)
void hse_fill(const amrex::Box &bx, amrex::Array4<amrex::Real> const &adv, amrex::Geometry const &geom, const amrex::Vector<amrex::BCRec> &bcr, const amrex::Real time)
void ambient_fill(const amrex::Box &bx, amrex::Array4<amrex::Real> const &state, amrex::Geometry const &geom, const amrex::Vector<amrex::BCRec> &bcr)

Fill the boundaries with the ambient state

Parameters:
  • bx – box

  • state – state

  • geom – geometry

  • bcr – boundary conditions

void ambient_denfill(const amrex::Box &bx, amrex::Array4<amrex::Real> const &state, amrex::Geometry const &geom, const amrex::Vector<amrex::BCRec> &bcr)

Fill the boundaries with the ambient state (density only)

Parameters:
  • bx – box

  • state – state

  • geom – geometry

  • bcr – boundary conditions