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

Update GNUmake and fix initial velocity. #89

Merged
merged 4 commits into from
Jun 2, 2022
Merged

Conversation

esclapez
Copy link
Collaborator

No description provided.

@esclapez esclapez requested a review from nickwimer May 27, 2022 19:02
}
}

AMREX_D_TERM(state(i,j,k,VELX) = 0.0;,
state(i,j,k,VELX) = 0.1;,
state(i,j,k,VELX) = 0.0);
state(i,j,k,VELY) = 0.1;,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the 0.1 be on the X component still?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be on the Y for this configuration. Not sure how it ended up on X ...

@esclapez
Copy link
Collaborator Author

I'm investigating with the CI is failing. I'll open another PR and update all of those.

@esclapez esclapez requested a review from nickwimer June 1, 2022 22:42
@nickwimer nickwimer merged commit cd37e62 into development Jun 2, 2022
@nickwimer nickwimer deleted the fixBunsen2D branch June 2, 2022 14:48
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.

None yet

2 participants