These are the various changes to the examples that were made in production branch. Most changes were made downstream of main before main was able to run the example with the change/new feature in-place. This change-set will update the examples to their "production" forms.
combozzle (y1+-prediction-like scalable test case) is added - lazy enabled
lazy is enabled for inviscid mixture case
scalar adv/diff case is added
poiseuille multispecies case is added
nsmix is updated to enable different boundaries, overintegration
Questions for the review:
[x] Is the scope and purpose of the PR clear?
[x] The PR should have a description.
[x] The PR should have a guide if needed (e.g., an ordering).
[x] Is every top-level method and class documented? Are things that should be documented actually so?
[x] Is the interface understandable? (I.e. can someone figure out what stuff does?) Is it well-defined?
[x] Does the implementation do what the docstring claims?
[x] Is everything that is implemented covered by tests?
[x] Do you see any immediate risks or performance disadvantages with the design? Example: what do interface normals attach to?
These are the various changes to the examples that were made in production branch. Most changes were made downstream of main before main was able to run the example with the change/new feature in-place. This change-set will update the examples to their "production" forms.
Questions for the review: