Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluids: Refactor primary Ceed Object creation routines #1567

Merged
merged 3 commits into from Apr 29, 2024

Conversation

jrwrigh
Copy link
Collaborator

@jrwrigh jrwrigh commented Apr 26, 2024

(Currently draft for testing purposes)

Also known as the war against global structs.

Fixing up things such as:

  • Put QFunction and Operator creation together
  • Don't store QFunctions in global structs that are only needed locally

Misc TODOs:

  • Rename apply_vol_rhs to spec_vol_rhs (and so forth for the other similar ones) I'll wait on this until I figure out which ones are going to be kept anyways
  • Create function for creating Qdata (ie. Separate the setup functions and other info from everything else) Moved to fluids: Add CreateQData and CreateQDataBoundary functions #1571 as it's very extensive.
    • So we can remove ceed_data->qf_setup_sur, which is used by the spanstats setup

@jrwrigh jrwrigh force-pushed the jrwrigh/refactor_setuplibceed branch 3 times, most recently from 289a5af to 3397430 Compare April 29, 2024 02:14
@jrwrigh jrwrigh marked this pull request as ready for review April 29, 2024 02:15
@jrwrigh jrwrigh added 1-In Review and removed 0-WIP labels Apr 29, 2024
@jrwrigh jrwrigh force-pushed the jrwrigh/refactor_setuplibceed branch from 3397430 to 27ea4a7 Compare April 29, 2024 02:20
@jrwrigh jrwrigh requested a review from jeremylt April 29, 2024 02:23
@jrwrigh jrwrigh merged commit 1863db2 into main Apr 29, 2024
28 checks passed
@jrwrigh jrwrigh deleted the jrwrigh/refactor_setuplibceed branch April 29, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants