Skip to content

Enforce nodal in/out solvability on the vel argument, not the state. - #206

Open
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-nodal-solvability-vel-alias
Open

Enforce nodal in/out solvability on the vel argument, not the state.#206
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-nodal-solvability-vel-alias

Conversation

@WeiqunZhang

Copy link
Copy Markdown
Member

The aliases were built from m_leveldata velocity, so a caller passing a different vector had its state rescaled while the projected field kept its influx/outflux imbalance. InitialPressureProjection passes a local gravity field.

Fixes #184.

The aliases were built from m_leveldata velocity, so a caller passing a different vector had its state rescaled while the projected field kept its influx/outflux imbalance. InitialPressureProjection passes a local gravity field.

Fixes AMReX-Fluids#184.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nodal projection in/out solvability rescales m_leveldata velocity instead of the vel argument

1 participant