Skip to content

Commit

Permalink
Merge branch 'mhd_flattening' into mhd_plm
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 23, 2020
2 parents 8011c33 + 3839f40 commit 3fc63f9
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions Source/mhd/Castro_mhd_F.H
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ extern "C"
{
#endif

void mhd_flatten
(const int lo[], const int hi[],
const BL_FORT_FAB_ARG_3D(q),
BL_FORT_FAB_ARG_3D(flatn));

void plm
(const int lo[], const int hi[],
const int idir,
Expand All @@ -28,48 +23,6 @@ extern "C"
const BL_FORT_FAB_ARG_3D(srcq),
const amrex::Real dx[], const amrex::Real dt);

void electric_edge_x(const int lo[], const int hi[],
const BL_FORT_FAB_ARG_3D(q),
BL_FORT_FAB_ARG_3D(E),
BL_FORT_FAB_ARG_3D(flxy),
BL_FORT_FAB_ARG_3D(flxz));

void electric_edge_y(const int lo[], const int hi[],
const BL_FORT_FAB_ARG_3D(q),
BL_FORT_FAB_ARG_3D(E),
BL_FORT_FAB_ARG_3D(flxx),
BL_FORT_FAB_ARG_3D(flxz));

void electric_edge_z(const int lo[], const int hi[],
const BL_FORT_FAB_ARG_3D(q),
BL_FORT_FAB_ARG_3D(E),
BL_FORT_FAB_ARG_3D(flxx),
BL_FORT_FAB_ARG_3D(flxy));

void corner_couple(const int lo[], const int hi[],
BL_FORT_FAB_ARG_3D(qr_out),
BL_FORT_FAB_ARG_3D(ql_out),
const BL_FORT_FAB_ARG_3D(ur),
const BL_FORT_FAB_ARG_3D(ul),
const BL_FORT_FAB_ARG_3D(flxd2),
const BL_FORT_FAB_ARG_3D(Ed1),
const BL_FORT_FAB_ARG_3D(Ed3),
const int d1, const int d2, const int d3,
const Real dx, const Real dt);

void half_step(const int lo[], const int hi[],
BL_FORT_FAB_ARG_3D(qr_out),
BL_FORT_FAB_ARG_3D(ql_out),
const BL_FORT_FAB_ARG_3D(ur),
const BL_FORT_FAB_ARG_3D(ul),
const BL_FORT_FAB_ARG_3D(flxd1),
const BL_FORT_FAB_ARG_3D(flxd2),
const BL_FORT_FAB_ARG_3D(Ed),
const BL_FORT_FAB_ARG_3D(Ed1),
const BL_FORT_FAB_ARG_3D(Ed2),
const int d, const int d1, const int d2,
const Real dx, const Real dt);

void hlld(const int lo[], const int hi[],
const BL_FORT_FAB_ARG_3D(qleft),
const BL_FORT_FAB_ARG_3D(qright),
Expand Down

0 comments on commit 3fc63f9

Please sign in to comment.