-
Notifications
You must be signed in to change notification settings - Fork 1
Parallel advection, Reconstruction and Regularization #79
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
Conversation
…l interpolation of velocity increment, setget method of velocity increment with Timers
onkarsahni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. A few changes needed.
|
I have made the changes, Please let me know of any issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more changes needed.
Sometimes indentation is off, e.g., check this link on a web browser:
Lines 200 to 206 in 3545660
| void polympo_startRebuildMPs2_f(MPMesh_ptr p_mpmesh, | |
| const int sizeMP2elm, | |
| const int* elem_ids, | |
| const int nMPs_delete, | |
| const int nMPs_add, | |
| int* recvMPs_elm, | |
| int* recvMPs_ids) { |
And also open a ticket/issue on making order of routines/functions consistent between these 3 files: pmpo_fortran.f90, pmpo_c.h, and pmpo_c.cpp
Issue #81
|
Changes have been committed, Please review |
onkarsahni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more changes needed.
|
Changes committed, Please let me know of issues. |
onkarsahni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
|
Approved, squashed, merged and deleted branch. |
Parallel advection, Reconstruction and Regularization