FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Wave propagation by romainmottier · Pull Request #111 · wareHHOuse/diskpp · GitHub

Wave propagation - #111

Open
romainmottier wants to merge 12 commits into
wareHHOuse:masterfrom
romainmottier:Wave_Propagation
Open

Wave propagation#111
romainmottier wants to merge 12 commits into
wareHHOuse:masterfrom
romainmottier:Wave_Propagation

Conversation

Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This file should not be here. Next time try to not mix applications.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This file should not be here. Next time try to not mix applications.

Comment thread apps/unfitted_HHO/src/unfitted_HHO.cpp~ Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is temporary stuff, needs to be deleted.

@@ -211,7 +212,10 @@ make_scalar_hdg_stabilization(const Mesh& msh,
tr.block(0, 0, fbs, cbs) = trace;

oper.block(0, 0, fbs, cbs) = mass.ldlt().solve(trace);
data += oper.transpose() * tr * (1. / h);
if (scaling)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Don't omit { and }, even if the block is of one single line.

Comment thread libdiskpp/include/diskpp/mesh/mesh.hpp Outdated
std::set<cell_type> ret;
auto face_id = msh.lookup(fc);
auto fo = face_owners.at( face_id );
if (fo[0])

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Don't omit { and } if the block is of one single line.

Copy link
Copy Markdown
Member

In this PR there is a lot of code written by @OmarDuran in an ancient version of DiSk++ that was never merged back upstream. @romainmottier please contact @OmarDuran and ask him to review this PR and confirm that he is ok with the merge. If he is ok, please ask him to put a comment below here.
Thanks.

Copy link
Copy Markdown
Member

In this PR there is a lot of code written by @OmarDuran in an ancient version of DiSk++ that was never merged back upstream. @romainmottier please contact @OmarDuran and ask him to review this PR and confirm that he is ok with the merge. If he is ok, please ask him to put a comment below here. Thanks.

@datafl4sh thank you for keeping me in the loop.

The majority of this code was written by me several years ago. While I appreciate the effort to port and extend it, the following might be needed before merging:

  • A regression test using a known analytical solution;
  • An energy conservation check;

@romainmottier, please update the PR description to clearly state that the core implementation originates from my earlier work and to specify the functionalities being merged. With that in place, I support the merge.

Copy link
Copy Markdown
Author

Hi @OmarDuran , @datafl4sh,

I wanted to share my thoughts regarding the regression tests you suggested. Ideally, it would be better to run them to ensure the integrity of the merged code.

However, having just started my postdoc, I won’t be able to address this immediately. I believe it would be better to integrate the code now, rather than leaving it on a branch where it might become outdated.

What do you think about it?

Copy link
Copy Markdown
Member

Hello @romainmottier ,

DiSk++ is already lacking unit tests, and it is not ideal to continue on this route. On the other hand, I perfectly understand your situation and I think that this code is worth preserving. So I'd go ahead with the integration; let's see also what @OmarDuran says.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL