-
Hello, I'm getting the following error:
Any suggestions? I'll probably hop into the debugger and see if I can figure it out |
Beta Was this translation helpful? Give feedback.
Answered by
jedbrown
Mar 14, 2024
Replies: 1 comment 16 replies
-
What's your command line option to run the example and the yml you're using? Also, what's your git hash for libCEED? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually there will be
./navierstokes -options_file gaussianwave.yml
or similar. You can write everything into a command line, but there isn't a meaningful default case so you'd usually have options to set the domain and boundary conditions. (That error message sucks, but fixing it would still just point at the first required option that isn't provided.)