geodynamics / aspect

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

Use AsciiDataProfile to read in depth dependent viscosity from file #2476

Open jaustermann opened 6 years ago

jaustermann commented 6 years ago

In order to make the ascii read in format consistent across ASPECT it might be good to use AsciiDataProfile to read in the depth dependent viscosity from a file in the depth_dependent material model.

mnkajan commented 6 years ago

I'll work on this!

jaustermann commented 6 years ago

While the implementation isn't too involved, making this backward compatible is a bit of a challenge.