@sibiaoliu pointed out in the ASPECT forums (link) that the continental extension cookbook crashes when run with a recent version of ASPECT (version 2.6.0-pre (master, 69faf2563)) and deal.II 9.4.2.
The error is located at the bottom of the post, and I was able to reproduce it with deal.II 9.4.0. However, it does not appear in deal.II 9.5.0. Briefly, the error is related to deal.II not being able to access DoF indices on artificial cells.
Oddly, the error is not encountered at the same time step for the continental extension cookbook test case, which has a lower resolution.
My guess is the error was likely introduced sometime during the hackathon, but will investigate further.
For now, the solution is to use deal.II 9.5.0. I suspect the issue will affect most models with a free surface.
@sibiaoliu pointed out in the ASPECT forums (link) that the continental extension cookbook crashes when run with a recent version of ASPECT (version 2.6.0-pre (master, 69faf2563)) and deal.II 9.4.2.
The error is located at the bottom of the post, and I was able to reproduce it with deal.II 9.4.0. However, it does not appear in deal.II 9.5.0. Briefly, the error is related to deal.II not being able to access DoF indices on artificial cells.
Oddly, the error is not encountered at the same time step for the continental extension cookbook test case, which has a lower resolution.
My guess is the error was likely introduced sometime during the hackathon, but will investigate further.
For now, the solution is to use deal.II 9.5.0. I suspect the issue will affect most models with a free surface.