Sarra Sou
Sarra Sou
Contributes to #3934 Splitting up drasil-gool/Drasil into GOOL, GProc, and Shared folders.
On the issue https://github.com/JacquesCarette/Drasil/issues/3934#issue-2478660676 , @B-rando1 suggested merging the typeclass method implementations in the CodeInfoX.hs files, similar to the LanguagePolymorphic.hs renderer functions, for simplification. I checked `CodeInfoProc.hs` and `CodeInfoOO.hs` and...
Based on yesterday's meeting, I thought about creating a documentation map for the [drasil-gool] directory to improve understanding and maintainability of the codebase. This map will outline the purpose and...
Closes https://github.com/JacquesCarette/Drasil/issues/4299 Based on #4323
Work based on #4009
After finishing this #4047 , the wiki still needs to be updated:
PDController has type errors in the differential model system. The process variable is defined as a vector but the equations mix scalar and vector operations. Need guidance on whether this...