proteus icon indicating copy to clipboard operation
proteus copied to clipboard

pull numerics and physics defaults from their respective modules

Open cekees opened this issue 8 years ago • 2 comments

@tridelat and @alistairbntl it occurs to me that the default values in default_p and default_n should actually come from the modules they are manipulating. e.g. default_n ought to look like

triangleOptions = MeshTools.defaults.triangleOptions

cekees avatar Apr 12 '17 17:04 cekees

@tridelat has the recent refactoring with @manuel-quezada fixed this?

adimako avatar Jan 22 '19 10:01 adimako

@adimako sort of with #818 (not merged yet), which could be related, but it is not modifying those default_n and default_p files as of now, so I don't think this issue is resolved. (#818 gives each model default and relatively "safe" numerical options (or rather options that should work with most test cases if left untouched). Also, #818 is non intrusive, so the usual way to do things is kept intact.)

tridelat avatar Jan 22 '19 14:01 tridelat