Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_FilND_C.H
Go to the documentation of this file.
1#ifndef AMREX_FILL_ND_H_
2#define AMREX_FILL_ND_H_
3#include <AMReX_Config.H>
4
5#include <AMReX_FArrayBox.H>
6#include <AMReX_BCRec.H>
7
8namespace amrex {
9 void fab_filnd (Box const& bx, Array4<Real> const& q, int ncomp,
10 Box const& domain, Real const* dx, Real const* xlo,
11 BCRec const* bc);
12}
13
14#endif
Definition AMReX_Amr.cpp:49
BoxND< AMREX_SPACEDIM > Box
Definition AMReX_BaseFwd.H:27
void fab_filnd(Box const &bx, Array4< Real > const &qn, int ncomp, Box const &domain, Real const *, Real const *, BCRec const *bcn)
Definition AMReX_FilND_C.cpp:5