/home/runner/work/amr-wind/amr-wind/amr-wind/utilities/bc_ops.H Source File

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/bc_ops.H Source File
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
bc_ops.H
Go to the documentation of this file.
1#ifndef BC_OPS_H
2#define BC_OPS_H
3
9#include <AMReX_BCRec.H>
10
11namespace amr_wind::utils {
12
15std::pair<bool, bool> has_extdir(amrex::BCRec const* bcrec, int ncomp, int dir);
16std::pair<bool, bool>
17has_extdir_or_ho(amrex::BCRec const* bcrec, int ncomp, int dir);
18
19} // namespace amr_wind::utils
20
21#endif /* BC_OPS_H */
Definition MultiParser.H:7
std::pair< bool, bool > has_extdir_or_ho(amrex::BCRec const *bcrec, int ncomp, int dir)
Definition bc_ops.cpp:15
std::pair< bool, bool > has_extdir(amrex::BCRec const *bcrec, int ncomp, int dir)
Definition bc_ops.cpp:4