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
Right now radiation/moments_source.cppis a giant kernel that's hard to follow. I think the right thing to do is a refactor that converts each solver (zerod vs oned vs a future twod vs fourd) into classes like how con2prim_robust works. But that's a pretty good-sized refactor and I have more time-sensitive tasks right now so I'm making this an issue instead.
The text was updated successfully, but these errors were encountered:
Right now
radiation/moments_source.cpp
is a giant kernel that's hard to follow. I think the right thing to do is a refactor that converts each solver (zerod
vsoned
vs a futuretwod
vsfourd
) into classes like howcon2prim_robust
works. But that's a pretty good-sized refactor and I have more time-sensitive tasks right now so I'm making this an issue instead.The text was updated successfully, but these errors were encountered: