Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement inflow BCs for the flame #2635

Draft
wants to merge 2 commits into
base: development
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix compilation
  • Loading branch information
zingale committed Oct 14, 2023
commit a032ac230593bcc23b794464d8624694b7236467
2 changes: 1 addition & 1 deletion Exec/science/flame/problem_bc_fill.H
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef problem_bc_fill_H
#define problem_bc_fill_H

#include <AMReX_Real.H>
#include <AMReX_REAL.H>

AMREX_GPU_HOST_DEVICE AMREX_INLINE
void problem_bc_fill(int i, int j, int k,
Expand Down