First post-processing functions#169
First post-processing functions#169TatjanaWeiler wants to merge 13 commits intoJuliaGeodynamics:mainfrom
Conversation
Some functions to post-process LaMEM models. Plotting functions are in progress.
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
|
thanks a lot for your PR, this seems very helpful. If the future plotting routines you want to add will be specific to LaMEM they should go there; if they will be more general and can deal with any |
Or alternatively, there could be a LaMEM extension in GMG, and move there also the other LaMEM-specific functions. |
|
I agree that it would be good to put all the LaMEM related functions in an LaMEM extension as Albert suggested. This way we could potentially have different extensions for different geodynamic (or other) codes. If we do this, we should however first have a plan on how the extension should look like. From summer/autumn on, I should hopefully also have hired someone who could work on this. |
|
I'm not sure how this will work, as |
|
Most of the plotting functions will work for general CartData structures. |
|
ok, in that case let's leave the routines here |
Some functions to post-process LaMEM models. Plotting functions are in progress.