Block-Structured AMR Software Framework
AMReX_FilFC_C.H
Go to the documentation of this file.
1
#ifndef AMREX_FILL_FC_H_
2
#define AMREX_FILL_FC_H_
3
#include <AMReX_Config.H>
4
5
#if (AMREX_SPACEDIM == 1)
6
#include <
AMReX_FilFC_1D_C.H
>
7
#elif (AMREX_SPACEDIM == 2)
8
#include <
AMReX_FilFC_2D_C.H
>
9
#else
10
#include <
AMReX_FilFC_3D_C.H
>
11
#endif
12
13
namespace
amrex
{
14
void
fab_filfc
(
Box
const
& bx, Array4<Real>
const
& q,
int
ncomp,
15
Box
const
& domain, Real
const
* dx, Real
const
* xlo,
16
BCRec
const
* bc);
17
}
18
19
#endif
AMReX_FilFC_1D_C.H
AMReX_FilFC_2D_C.H
AMReX_FilFC_3D_C.H
amrex
Definition:
AMReX_Amr.cpp:49
amrex::Box
BoxND< AMREX_SPACEDIM > Box
Definition:
AMReX_BaseFwd.H:27
amrex::fab_filfc
void fab_filfc(Box const &bx, Array4< Real > const &qn, int ncomp, Box const &domain, Real const *, Real const *, BCRec const *bcn)
Definition:
AMReX_FilFC_C.cpp:5
Src
Base
AMReX_FilFC_C.H
Generated by
1.9.1