Skip to content

Commit

Permalink
add a divU-based one
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jun 21, 2024
1 parent 5fe4e08 commit 0a2cf7a
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 148 deletions.
5 changes: 5 additions & 0 deletions Exec/science/subch_planar/Problem_Derive.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ 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 0a2cf7a

Please sign in to comment.