Skip to content

Commit

Permalink
Merge branch 'development' into cxx-correct-dterm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Oct 9, 2023
2 parents e2ebcbd + ede7732 commit 9b86d36
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 299 deletions.
3 changes: 1 addition & 2 deletions Source/radiation/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ ca_F90EXE_sources += rad_params.F90
ca_F90EXE_sources += Rad_nd.F90
CEXE_headers += fluxlimiter.H
CEXE_headers += RadHydro.H
ca_F90EXE_sources += fluxlimiter.F90
ca_F90EXE_sources += filter.F90

CEXE_sources += RadDerive.cpp
CEXE_headers += RadDerive.H
CEXE_headers += rad_util.H
Expand Down
9 changes: 0 additions & 9 deletions Source/radiation/RAD_F.H
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ BL_FORT_PROC_DECL(CA_INITGROUPS3,ca_initgroups3)
BL_FORT_PROC_DECL(CA_COMPUTE_KAPKAP, ca_compute_kapkap)
(BL_FORT_FAB_ARG(kapkap), const BL_FORT_FAB_ARG(kap_r));

// <MGFLD>
#ifdef __cplusplus
extern "C" {
#endif
void ca_initfluxlimiter
(const int* limiter, const int* closure);
#ifdef __cplusplus
}
#endif

extern "C"
{
Expand Down
2 changes: 0 additions & 2 deletions Source/radiation/Radiation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ Radiation::Radiation(Amr* Parent, Castro* castro, int restart)
amrex::Abort("MGFLDSolver does not support limiter = 1");
}

ca_initfluxlimiter(&radiation::limiter, &radiation::closure);

inner_update_limiter = 0;
pp.query("inner_update_limiter", inner_update_limiter);

Expand Down
124 changes: 0 additions & 124 deletions Source/radiation/filter.F90

This file was deleted.

140 changes: 0 additions & 140 deletions Source/radiation/fluxlimiter.F90

This file was deleted.

Loading

0 comments on commit 9b86d36

Please sign in to comment.