simpeg / discretize

Discretization tools for finite volume and inverse problems.
http://discretize.simpeg.xyz/
MIT License
163 stars 33 forks source link

treemesh: default diagonal balance = True #361

Open lheagy opened 1 month ago

lheagy commented 1 month ago

As we talked about in the SimPEG meeting on June 5, we should set the default for mesh creation to do a diagonal balance to prompt best practices (cc @fourndo and @dccowan who prompted the discussion!)

jcapriot commented 1 month ago

Sounds great to me! Should just need to put in a notice on the init that the default has recently changed.

I believe it’s already set up that a serialized un-diagonal balanced mesh will still be read in consistently (for backwards compatibility), but that would be the only thing to double check.