Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/composition_active_nans.prm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# MPI: 2

include $ASPECT_SOURCE_DIR/tests/composition_active.prm
include $ASPECT_SOURCE_DIR/tests/cookbooks/composition_active.prm

set End time = 0.1

Expand Down
2 changes: 1 addition & 1 deletion tests/composition_velocity_zero.prm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# postprocessor, specifically, if it also works when a
# field is zero.

include $ASPECT_SOURCE_DIR/tests/composition_active.prm
include $ASPECT_SOURCE_DIR/tests/cookbooks/composition_active.prm

set End time = 0.2

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the combination of particles, compositing material model and plastic weakening.
# This test modifies from the continental_extension_mixed_compositions_particles by
# including compositing material model.
include $ASPECT_SOURCE_DIR/tests/continental_extension_mixed_compositions_particles.prm
include $ASPECT_SOURCE_DIR/tests/cookbooks/continental_extension_mixed_compositions_particles.prm

subsection Material model
set Model name = compositing
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a variation of the initial_condition_S20RTS.prm test
# that tests the same plugin for 2D models.

include $ASPECT_SOURCE_DIR/tests/initial_condition_S20RTS.prm
include $ASPECT_SOURCE_DIR/tests/cookbooks/initial_condition_S20RTS.prm

set Dimension = 2

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# interface_weakening test, which computes the weakened viscosity
# analytically.

include $ASPECT_SOURCE_DIR/tests/continental_extension_mixed_compositions_particles.prm
include $ASPECT_SOURCE_DIR/tests/cookbooks/continental_extension_mixed_compositions_particles.prm

set End time = 10000

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
*/

#include "material_model_dependencies.cc"
#include "cookbook_simpler_with_crust.cc"
#include "cookbooks/cookbook_simpler_with_crust.cc"
Loading