Skip to content

Commit

Permalink
add magnetic field line tracing module
Browse files Browse the repository at this point in the history
  • Loading branch information
99xc41 committed Apr 8, 2019
1 parent c740ca1 commit 7851a57
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ mod_thermal_conduction.o: mod_fix_conserve.mod
mod_thermal_conduction.o: mod_ghostcells_update.mod
mod_thermal_conduction.o: mod_physics.mod
mod_thermal_conduction.o: mod_small_values.mod
mod_trace_Bfield.o: mod_mhd.mod
mod_tvd.o: mod_limiter.mod
mod_tvd.o: mod_physics_roe.mod
mod_usr_template.o: mod_hd.mod
Expand Down
2 changes: 1 addition & 1 deletion src/mhd/makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FOBJECTS += mod_mhd_phys.t mod_mhd_roe.t mod_mhd_hllc.t mod_mhd_ppm.t mod_mhd.t
FOBJECTS += mod_mhd_phys.t mod_mhd_roe.t mod_mhd_hllc.t mod_mhd_ppm.t mod_mhd.t mod_trace_Bfield.t
Loading

0 comments on commit 7851a57

Please sign in to comment.