-
Notifications
You must be signed in to change notification settings - Fork 56
DOFs numberings displays #339
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
Open
camierjs
wants to merge
48
commits into
master
Choose a base branch
from
dofs_numbering
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
ecd83fa
Setup PrepareDofNumbering2
camierjs 92f9401
Without GetNodes to use GetRefinedValues
camierjs 2209f12
Simplify
camierjs f695d40
Mixed mesh support & cleanup
camierjs 3c06674
Avoid using namespace in headers
camierjs 1e3b49e
Remove settings file
camierjs 92bf967
Cleanup
camierjs c6b5669
Add debug includes and update gitignore
camierjs 3e41dd9
Add missing std headers
camierjs f5d510f
Add missing std headers
camierjs 1d682f8
- Fix VisualizationSceneSolution solution data w/ Flat shading
camierjs ffdf27c
Fix drawnums value verification
camierjs 6ce73a7
Add numbering option output
camierjs 91955f5
Revert makefile
camierjs 18c1c1a
Update README file
camierjs f13cd31
Update CHANGELOG
camierjs 28394d2
Fix VisualizationSceneVector sol delete
camierjs 471b9be
Add edges and DOFs numbering in vsvector
camierjs 6159085
Fix flat fes vdim
camierjs baf1839
Filter out unsupported basis types
camierjs b3a18c7
Insert adjusted vdofs
camierjs 94cd9aa
Remove using namespace in render_core header
camierjs b28c2a9
Address review comments
camierjs 5bb2e45
Finer filtering of DOFs numbering shadings
camierjs 07e2e50
makefile spaces
camierjs bc07040
Use range type for basis filtering
camierjs 6768b5e
Handle numbering for vector fe flat/smooth shading
camierjs bb8f229
Support L2 fec DOFs numbering w/ flat/smooth shading
camierjs 562b149
Simplify PrepareDofNumbering
camierjs d464eb4
Allow not to shrink in GetRefinedValues
camierjs 7685bc9
Fix numbering attr show for elems, vertices and edges
camierjs ef957af
Merge branch 'fix-data-reset' into dofs_numbering
camierjs 3f80e0f
Revert changes for #343
camierjs 4870bd8
Init local numberings
camierjs 7e7efcb
SetDataOffsets after SetGridFunction
camierjs e799121
Use DataState::Offsets type
camierjs e218fce
Fix dofs PrepareDofNumbering
camierjs 3d14338
Simplify
camierjs fcd8517
Simplify Prepare Numberings
camierjs 854b715
Detect high-dpi display only if wndUseHiDPI
camierjs eb87b19
Merge branch 'master' into dofs_numbering_local
camierjs 5901729
Add ex6-dofs-numbering
camierjs 6f3baaf
Use MFEM_VERIFY instead of assert within GLVIS_DEBUG
camierjs 74ed130
Try using dofs_numbering_tests_data
camierjs b62dfc0
Revert submodule branch
camierjs 1d61739
Update Subproject data
camierjs d85aa12
Update data
camierjs 29fd11a
Global/local parallel numbering with Alt-n
camierjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,8 +11,6 @@ | |
|
|
||
| #include "coll_reader.hpp" | ||
|
|
||
| #include <vector> | ||
|
|
||
| using namespace std; | ||
| using namespace mfem; | ||
|
|
||
|
|
||
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.