Skip to content

Commit

Permalink
Merge pull request #458 from danieljprice/rad-pcle-mask
Browse files Browse the repository at this point in the history
Optimise implicit radiation solving
  • Loading branch information
danieljprice committed Jul 28, 2023
2 parents c91674f + 10b7ca4 commit 5378176
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 562 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ SOURCES= physcon.f90 ${CONFIG} ${SRCKERNEL} io.F90 units.f90 \
utils_filenames.f90 utils_summary.F90 ${SRCCHEM} ${SRCDUST} \
mpi_memory.f90 mpi_derivs.F90 mpi_tree.F90 kdtree.F90 linklist_kdtree.F90 utils_healpix.f90 utils_raytracer.f90 \
partinject.F90 utils_inject.f90 dust_formation.f90 ptmass_radiation.f90 ptmass_heating.f90 \
utils_deriv.f90 radiation_implicit.f90 ${SRCTURB} \
utils_deriv.f90 utils_implicit.f90 radiation_implicit.f90 ${SRCTURB} \
${SRCINJECT_DEPS} wind_equations.f90 wind.F90 ${SRCINJECT} \
${SRCKROME} memory.F90 ${SRCREADWRITE_DUMPS} \
quitdump.f90 ptmass.F90 \
Expand Down

0 comments on commit 5378176

Please sign in to comment.