Skip to content

Commit

Permalink
Big update for planetary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeger authored and MatthieuSchaller committed Aug 15, 2018
1 parent 0fd491d commit 32516c4
Show file tree
Hide file tree
Showing 44 changed files with 1,261 additions and 1,464 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ m4/lt~obsolete.m4
/stamp-h1
/test-driver

src/equation_of_state/planetary/*.txt

# Intel compiler optimization reports
*.optrpt

Expand Down Expand Up @@ -316,3 +318,6 @@ sympy-plots-for-*.tex/

#ctags
*tags

# vim
*.swp
9 changes: 5 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ if test "x$with_profiler" != "xno"; then
proflibs="-lprofiler"
fi
AC_CHECK_LIB([profiler],[ProfilerFlush],
[have_profiler="yes"
[have_profiler="yes"
AC_DEFINE([WITH_PROFILER],1,[Link against the gperftools profiling library.])],
[have_profiler="no"], $proflibs)

Expand Down Expand Up @@ -973,7 +973,7 @@ esac
# Hydro scheme.
AC_ARG_WITH([hydro],
[AS_HELP_STRING([--with-hydro=<scheme>],
[Hydro dynamics to use @<:@gadget2, minimal, pressure-entropy, pressure-energy, default, gizmo-mfv, gizmo-mfm, shadowfax, minimal-multi-mat, debug default: gadget2@:>@]
[Hydro dynamics to use @<:@gadget2, minimal, pressure-entropy, pressure-energy, default, gizmo-mfv, gizmo-mfm, shadowfax, planetary, debug default: gadget2@:>@]
)],
[with_hydro="$withval"],
[with_hydro="gadget2"]
Expand Down Expand Up @@ -1012,10 +1012,11 @@ case "$with_hydro" in
shadowfax)
AC_DEFINE([SHADOWFAX_SPH], [1], [Shadowfax SPH])
;;
minimal-multi-mat)
AC_DEFINE([MINIMAL_MULTI_MAT_SPH], [1], [Minimal Multiple Material SPH])
planetary)
AC_DEFINE([PLANETARY_SPH], [1], [Planetary SPH])
;;


*)
AC_MSG_ERROR([Unknown hydrodynamics scheme: $with_hydro])
;;
Expand Down
34 changes: 0 additions & 34 deletions examples/MoonFormingImpact/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/MoonFormingImpact/get_init_cond.sh

This file was deleted.

48 changes: 0 additions & 48 deletions examples/MoonFormingImpact/moon_forming_impact.yml

This file was deleted.

Loading

0 comments on commit 32516c4

Please sign in to comment.