You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was made aware that some of ASPECT's function plugins support choosing a different coordinate system (like defining the function in dependence of spherical coordinates), while others do not. This is understandable, because this functionality was added piecewise, whenever it was needed, but it is also confusing to new users. It should be relatively easy to copy-paste the existing code to all function plugins that currently do not support different coordinate systems.
I looked through the plugins and these are plugins that currently do not support different coordinate systems:
adiabatic_conditions/function.cc (but this one is a 1D function in dependence of depth, so it doesnt need it).
I was made aware that some of ASPECT's function plugins support choosing a different coordinate system (like defining the function in dependence of spherical coordinates), while others do not. This is understandable, because this functionality was added piecewise, whenever it was needed, but it is also confusing to new users. It should be relatively easy to copy-paste the existing code to all function plugins that currently do not support different coordinate systems.
I looked through the plugins and these are plugins that currently do not support different coordinate systems:
Each one could be a nice starter project for a first time contributor.
The text was updated successfully, but these errors were encountered: