libCEED
libCEED copied to clipboard
Fluids naming consistency
(More to be added as I find them, just making one central location for them so I don't forget).
- Use
qfctxforCeedQFunctionContextobjects, andctxfor the structs themselves- The inconsistent format is to use
contextforCeedQFunctionContextandctxfor the structs
- The inconsistent format is to use
Another misc task: Move the comments describing functions in navierstokes.h into docstrings in the function. Doesn't make much sense to have them in the header file, especially when their redundant to the name of the function (yay for good function names though!).
This would probably be transferred to the HONEE repo?
Yeah, that works.
https://gitlab.com/phypid/honee/-/issues/9