-
Notifications
You must be signed in to change notification settings - Fork 65
Parallel Cgns reader/writer #296
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
Merged
Merged
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
a03c45f
I think (?) this is a typo and should be pm-> not the apf mesh m->
a-jp 2fe2ed0
ignore vscode settings.json file
a-jp d90f613
cgns reading, working, but still have problems converting the apf mes…
a-jp 90dbe79
api should take model
a-jp dbea6c2
cleaner testing plus bug fix and api changes
a-jp a90d29c
changes to tests for bcs testing
a-jp 5c75493
more work on testing bcs
a-jp 634af4e
be consistent with meshes repo
a-jp 23c1313
fixes to bc tag gen
a-jp 7d106e1
drop to c++14 from c++17 as I suspect I'll not get away with it...
a-jp cc4c3d2
don't use c++17 features
a-jp 9e06849
ensure ptrs are null initialised
a-jp 894dc7a
fix bugs when cgns is not enabled
a-jp a3578f6
append release/debug on output files to ensure both compile modes don…
a-jp 3379f97
expose cgns bc map to user and require this be passed in
a-jp b99dc98
require cgnsBCMap to be passed around
a-jp f650acd
tag vertices, edges, faces, cells with a field named by the user defi…
a-jp bea636e
include additional bcs test
a-jp 66168b1
write lower dimensional data
a-jp 116da26
be consistent: use Mesh2 not Mesh
a-jp 4ee59de
better cleanup
a-jp 9988d17
seems to cause memory leak
a-jp 5dd96c5
protect build from cgns
a-jp ea7fe9e
more build flags
a-jp ce77904
write out lower dimension entities for 2D and 1D
a-jp 6a5ca5d
initial cgns writer in parallel
a-jp c397933
remove unused function and needless test
a-jp 3c5f4a6
notes
a-jp 85d5914
more work on writer plus take map
a-jp 4efc204
bug fixes to map insertion
a-jp f439a8f
flip bc marker in CgnsBCMap to an integer tag from a double field, as…
a-jp fc6e4d9
remove penta6 as apf does not support that cell type
a-jp 085097b
comment out field conversion to tag, is only there for debugging
a-jp 166143e
don't modify user given bc names, restart will be wrong if so
a-jp c120d22
write out boundary conditions
a-jp 28bb563
starting the writing of tags and fields
a-jp 15ff455
reduce name length to stick within cgns defined 32 char limit
a-jp 536be4b
mainly debug output
a-jp 514057a
bug fixes
a-jp 46b1c36
append debug to field and tag names
a-jp 5465bae
write todo to screen as work should feature as part of regression test
a-jp d58e358
write tags and fields for vertices and cells to main base in mesh
a-jp cea0c84
initial edge and face mesh and tags and fields
a-jp 62d25e8
unused args
a-jp a3acff6
add some dummy vectors and write them out
a-jp 05a7865
bugs
a-jp e71a5fb
move test vector/scalar
a-jp c683a7c
if compiling cgns and omega_h bump c++ version to 2014
a-jp 7ff6be5
allow reader to open files with more than one base, only base one is …
a-jp c72a353
increase regression testing by reading cgns file just written
a-jp ff54530
fix volume boco bug
a-jp 4bbad48
small changes
a-jp a813ba2
report name of tag that fails look up
a-jp 8d9e09c
report name of field that fails look up
a-jp 6daff66
return newly built elements from assemble
a-jp 08458a3
disable but retain tag writer until odd field->tag naming problem res…
a-jp 01cbd4a
some tidy up, write vtk debug files after additional tests to compare…
a-jp 44a2b53
reading fields and recombining them: quite hard after all
a-jp f8bfdb6
add mesh movement into additional tests
a-jp a814e19
include new test for 3D
a-jp eb44061
lots of bug fixes
a-jp 7be8075
re-enable reading of test fields
a-jp e7f5a74
bug fix to index for vector and matrix reading
a-jp 5bd1302
switch pair for tuple inside CGNSBCMap in prep for adding additional …
a-jp f41a750
move from tuple to struct
a-jp 42384f5
remove prototype geometry classification - it doesn't work
a-jp 27bbdb9
missing include
a-jp d1ad4b8
needless ;
a-jp 87c0650
compile fixes
a-jp 87dcaf3
remove flags not accepted by gcc
a-jp 5a799ff
refine comment
a-jp e8ad191
rename cgns files consistent with pumi-meshes renaming
a-jp 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
build | ||
settings.json |
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
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.