Skip to content

Commit

Permalink
add a derived variable for gradP_over_P (#2877)
Browse files Browse the repository at this point in the history
this will help understand the shock flag
  • Loading branch information
zingale authored Jun 21, 2024
1 parent 5f48f95 commit 50b3621
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 9 deletions.
10 changes: 10 additions & 0 deletions Exec/science/subch_planar/Problem_Derive.H
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

void ca_dergradpoverp
(const amrex::Box& bx, amrex::FArrayBox& derfab, int dcomp, int /*ncomp*/,
const amrex::FArrayBox& datfab, const amrex::Geometry& geomdata,
amrex::Real /*time*/, const int* /*bcrec*/, int /*level*/);

void ca_dergradpoverp1
(const amrex::Box& bx, amrex::FArrayBox& derfab, int dcomp, int /*ncomp*/,
const amrex::FArrayBox& datfab, const amrex::Geometry& geomdata,
amrex::Real /*time*/, const int* /*bcrec*/, int /*level*/);
Loading

0 comments on commit 50b3621

Please sign in to comment.