-
Notifications
You must be signed in to change notification settings - Fork 58
PETTT Feature #1: Model Reconstruction #708
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
|
The number of files/commits are a lot larger than they should be. |
…frame in same loop
08de36d to
39427cc
Compare
|
History of feature branch was modified via cherry-picking of commits on top of master. |
|
@cekees hashdist/hashstack#998 needs to be pulled in before compilation can pass on Travis CI. |
Codecov Report
@@ Coverage Diff @@
## master #708 +/- ##
==========================================
+ Coverage 48.12% 48.13% +<.01%
==========================================
Files 380 380
Lines 85753 85729 -24
==========================================
- Hits 41272 41269 -3
+ Misses 44481 44460 -21
Continue to review full report at Codecov.
|
This reverts commit b6e1ff3.
…âmaterial arrays by adding a necessary input flag into MeshAdaptPUMIDrvr
… and set useModel variable if not in inputs
…c/proteus into zhanga/feature01_modelReconstruction
…ctures for 2D, and add default behavior to useModel flag
|
Merging hashdist/hashstack#999 and updating the .hashstack_default commit should resolve the build issues after the most recent commits. |
…c/proteus into PR708_fix
|
Whenever this PR is ready, it would be helpful to add the following to the merge commit message for bookkeeping purposes: "PETTT Project (Number: PP-CFD-KY09-011-P3) Deliverable D2: Provide VMS-based error estimation, smoothed inputs to anisotropic mesh adaptation, and 3D discrete model reconstruction; (Task 2A) – anisotropic indicators at the interface." |
cekees
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.
Thanks.
This reverts commit 889f0fb.
First of a series of PRs for various features that have been implemented. The primary feature of this PR is geometric model reconstruction from Proteus mesh data structures with proper topology but not shape information.
The model reconstruction handles 3D geometries and identifies external boundaries by the material flags.
The reconstruction capability is handled in SCOREC/core and assembling the requisite inputs are the primary modifications to Proteus.