Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_filcc_f.H
Go to the documentation of this file.
1#ifndef AMREX_FILLCC_F_H_
2#define AMREX_FILLCC_F_H_
3#include <AMReX_Config.H>
4
5#include <AMReX_BLFort.H>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11 void amrex_fab_filcc (amrex_real* q, const int* qlo, const int* qhi, const int* nq,
12 const int* domlo, const int* domhi,
13 const amrex_real* dx, const amrex_real* xlo,
14 const int* bclo);
15
16
17 void amrex_hoextraptocc (amrex_real* q, const int* qlo, const int* qhi,
18 const int* domlo, const int* domhi,
19 const amrex_real* dx, const amrex_real* xlo);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif
double amrex_real
Definition AMReX_REAL.H:55
void amrex_hoextraptocc(amrex_real *q, const int *qlo, const int *qhi, const int *domlo, const int *domhi, const amrex_real *dx, const amrex_real *xlo)
void amrex_fab_filcc(amrex_real *q, const int *qlo, const int *qhi, const int *nq, const int *domlo, const int *domhi, const amrex_real *dx, const amrex_real *xlo, const int *bclo)