Commits on Source
2226
4b036921
partition_mesh creates facial_adjacency_groups
Feb 21, 2017
38f0c741
boundary tags set in partition_mesh
Feb 23, 2017
be9146e4
Work on boundary tags within partition_mesh
Feb 27, 2017
143da677
Rank boundary tags
Feb 28, 2017
e9023111
Small fixes.
Feb 28, 2017
4bd62c70
Added InterPartitionAdjacency class
Mar 01, 2017
5df80674
partition_mesh implements InterPartitionAdjacency
Mar 01, 2017
dba58f68
Fix whitespace
Mar 02, 2017
4dd7acc3
Add possible InterPartitionAdjacency class
Mar 02, 2017
d0d9212d
Whitespace fix
Mar 02, 2017
4c23d5c8
Fix whitespace
Mar 04, 2017
725d78ec
Add test for partition tags
Mar 04, 2017
84d49c6b
InterpartitionAdj is consistent
Mar 05, 2017
aa9c5631
Fix whitespace
Mar 05, 2017
59713a93
Fix whitespace
Mar 06, 2017
5c1eb19a
Add documentation and fix bugs.
Mar 09, 2017
717466ba
Whitespace fixes
Mar 09, 2017
a17f953e
Started partition_interpolation test
Mar 15, 2017
79c5e623
Created make_opposite_partition_connection function
Mar 16, 2017
62e1c9dc
Added part_idx array to InterPartitionalAdj
Mar 16, 2017
2e44dd79
Added neighbor_group to InterPartitionAdj
Mar 17, 2017
fc0126ab
Added _make_cross_partition_batch
Mar 17, 2017
fcccd764
Work on _make_cross_partition_batch
Mar 23, 2017
03d578fe
Merge with 'partition'
Mar 23, 2017
37326841
partition_mesh passes tests involving multiple groups
Mar 24, 2017
0fb2053e
Cleanup code
Mar 24, 2017
e8276955
Comments
Mar 24, 2017
0a559f3c
Temporarily pass interpart_adj to make_partition_connection
Mar 24, 2017
e8e3b63f
Comments and better errors
Mar 25, 2017
d2109ce2
Slight progress on make_partition_connection
Mar 25, 2017
89bc1851
No proggress, intermediate commit
Mar 25, 2017
1ac6c876
interpart_adj_groups is not a list of maps from partition numbers to InterPartitionAdj
Mar 25, 2017
df070ccd
Cleaned up call to _make_cross_partiton_batch
Mar 28, 2017
89e95da3
make_partition_connection works with no testing
Mar 29, 2017
9d472bf1
Small changes
Apr 03, 2017
cfe1af70
Add adjacency_list method.
Apr 03, 2017
570051fd
working
Apr 03, 2017
db3a826e
Changed _make_cross_face_batches to handle two different meshes.
Apr 06, 2017
04fb0771
Partition Interpolation works for dim=2
Apr 07, 2017
3fbc90f5
Almost finished make_partition_connection
Apr 07, 2017
a8f6122f
More tests in test_partition_interpolation
Apr 10, 2017
a2aab35b
More testing
Apr 11, 2017
7ee201a9
Working
Apr 12, 2017
79eecabf
partition interpolation works with dim=3
Apr 14, 2017
c495416d
Working
Apr 17, 2017
e7a5b140
Small changes
Apr 19, 2017
cd86dabc
Working
May 20, 2017
f67233b0
Working# Please enter the commit message for your changes. Lines starting
May 20, 2017
a71b60f1
Testing
May 21, 2017
5aaf2838
Fixed bug when there is a partition of multiple groups. If on paritition does...
May 21, 2017
2a408d8f
Added comments
May 21, 2017
7ccc5115
Interpartition interpolation works as expected with one group
May 22, 2017
333758d5
Format fix
May 22, 2017
68c09da7
Small changes
May 23, 2017
8c9cde9e
Small changes
May 29, 2017
a25b559b
Merge branch 'master' into partition
Jul 11, 2017
682c140c
Easy fixes
Jul 14, 2017
4294bbaa
InterpartitionAdj now includes a lookup table that maps elements and faces to their neighbors
Jul 15, 2017
1249bb91
Partition testing no longer relies on pymetis.part_graph
Jul 16, 2017
c297f099
Fix FaceConnection: from_element_indices are group-local
Jul 16, 2017
6b058afa
Opposite-face connection: better document _make_bdry_el_lookup_table
Jul 16, 2017
bde418ee
Test partition interpolation for multiple groups
Jul 17, 2017
699f602d
Make InterPartitionAdjacency better
Jul 17, 2017
6a9ec3a7
Fix typo
Jul 17, 2017
115888a6
Fix typo
Jul 17, 2017
310ae579
Fix whitespace
Jul 18, 2017
6ebff51a
Replace find_igrp with a batched version
Jul 18, 2017
52234749
Mesh.adjacency_list now returns a list of numpy arrays
Jul 22, 2017
f5766f6a
Clean up test_partition_mesh
Jul 22, 2017
e9c00aa8
Fix whitespace
Jul 23, 2017
15cec834
Small change to make_partition_connection
Jul 26, 2017
0d99e6a1
Mesh can now be initialized with face_id_dtype
Jul 26, 2017
041beaf3
Change test_partition_interpolation inputs
Jul 30, 2017
4e732931
Update docs
Jul 30, 2017
c56a2774
Working
Jul 30, 2017
5ce66b81
Fix whitespace
Jul 30, 2017
656b5dfa
Working
Jul 31, 2017
289204ac
Working
Aug 01, 2017
0a93a3ff
InterPartitionAdjacency inherits FacialAdjacencyGroup
Aug 01, 2017
a5388844
Working
Aug 07, 2017
c911f672
Merge InterPartitionAdjacency with FacialAdjacencyGroups
Aug 07, 2017
1d1a5d8f
Improve documentation
Aug 07, 2017
53f628dd
Send less data to make_partition_connection
Aug 07, 2017
a66ad48a
Change name
Aug 09, 2017
c311c898
Remove Mesh.adjacency_list
Aug 09, 2017
01aaf70f
Improve InterPartitionAdjacency constructor
Aug 09, 2017
0ea31453
Remove index_lookup_table from InterPartitionAdjacencyGroup
Aug 09, 2017
cecca60a
Small changes
Aug 09, 2017
8a05ec99
Small fix
Aug 09, 2017
b37fe06f
Clean up names
Aug 10, 2017
9dd3cdaa
Add to system tags
Aug 22, 2017
2b4b414a
Relax error check
Aug 22, 2017
4e853a73
Add MPI test file
Aug 22, 2017
2b94106e
Reduce arguments to `make_partition_connection`.
Aug 23, 2017
1f740fd0
working
Aug 23, 2017
584250fd
Add MPI test
Aug 23, 2017
af247d77
small fix
Aug 23, 2017
dccd0e08
Fix errors
Aug 23, 2017
76d7d280
Make pytest for mpi communication
Aug 24, 2017
39c4c3eb
Fix whitespace
Aug 24, 2017
2,126 additional commits have been omitted to prevent performance issues.
Loading
Loading