geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
228 stars 238 forks source link

Fix "Boundary temperature model" documentation #3222

Closed melaniegerault closed 5 years ago

melaniegerault commented 5 years ago

A minor thing, but I have noticed that the "box with lithosphere boundary indicators" option that is indicated on the website (see below) and in the manual is not included in the source code anymore. It seems like it could be the same as two_merged_boxes.cc Screen Shot 2019-09-17 at 12 45 16 PM

naliboff commented 5 years ago

@melaniegerault - Thanks for brining this up. The box with lithosphere boundary indicators initial composition, initial temperature and geometry models are in fact the same as the two_merged_boxes models (e.g. same files, the name box with ... is only assigned when the model is registered).

The original naming scheme may have been kept within the two_merged_boxes models to avoid confusion regarding loss of a feature?

melaniegerault commented 5 years ago

I see, thanks. That was just in case it wasn't on purpose :)