serac icon indicating copy to clipboard operation
serac copied to clipboard

address inconsistencies in options structs for physics modules, and their defaults

Open samuelpmishLLNL opened this issue 2 years ago • 0 comments

It looks like the thermal module (both the original and functional implementation) have equivalent SolverOptions types, but they are incompatible, as a result of being defined inside of their respective classes.

the SolidFunctional object has the same problem, and it also does not provide any convenient way to get "default" options.

samuelpmishLLNL avatar Mar 22 '22 22:03 samuelpmishLLNL