Commits on Source
2304
7244761e
Spew intelligible errors if non-interpolatory element groups are used to interpolate
Jan 11, 2017
5fd80db6
Reorder gmsh vertices (not just nodes) when loading quad meshes
Jan 30, 2017
4eea0ec1
Add doc section on mesh data structure design
Feb 01, 2017
02ac1f80
Make draw_2d_mesh work for TensorProductElementGroup
Feb 02, 2017
b5e16444
Improve group-joined-mesh error message
Feb 09, 2017
934ec897
Initial partition_mesh code
Feb 10, 2017
0c1dc43b
added partition_mesh test
Feb 10, 2017
90346bed
partition mesh almost supports multiple element groups
Feb 10, 2017
28691b12
partition_mesh handles multiple MeshElementGroups
Feb 12, 2017
9d674052
partition_mesh fixes and tests
Feb 12, 2017
7f07c08c
spelling
Feb 12, 2017
68c870ee
partition_mesh works with multiple MeshElementGroups
Feb 14, 2017
ac1f0817
pymetis dependency
Feb 15, 2017
a8a93eca
separated test_partition_mesh
Feb 15, 2017
42e569a2
more general group types
Feb 15, 2017
39643d25
variable sizes in test_partition_boxes_mesh
Feb 15, 2017
058fd557
possible optimizations for required_indices
Feb 16, 2017
784d169a
Merge branch 'master' into 'master'
Feb 16, 2017
4c8ff5a5
Add PolynomialSimplexElementGroupBase.{is_orthogonal_basis,mass_matrix}
Feb 19, 2017
ae843a81
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/meshmode
Feb 19, 2017
a98c3144
Add figures explaining facial adjacency groups
Feb 19, 2017
4ee492e4
FacialAdjacencyGroup doc improvements
Feb 19, 2017
4b036921
partition_mesh creates facial_adjacency_groups
Feb 21, 2017
69217f16
Visualizer: add proper support for multiple inhomogeneous groups
Feb 22, 2017
63cc681b
Add tensor product discr element group
Feb 22, 2017
67a2acf4
Visualization for tensor product elements
Feb 22, 2017
ff799e16
Add support for element_shrink_factor in visualizer
Feb 22, 2017
7d2fe42f
Fix PolynomialSimplexElementGroupBase inheritance
Feb 22, 2017
3c5950e6
Merge branch 'tensor-product-discr' into 'master'
Feb 22, 2017
3a91a47f
Fix Mesh.copy() (Closes #3 on Gitlab)
Feb 22, 2017
584c083d
Fix FacialAdjacencyGroup docs (reported by Ellis Hoag, thx!)
Feb 23, 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
4bcb2314
Fix facial adjacency computation (reported by Ellis Hoag)
Mar 23, 2017
dd276a82
Merge branch 'fix-facial-adj-computation' into 'master'
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
3ac42a29
Drop dependency on llist
Apr 02, 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
4e2cbfab
Refiner: Change print statement to a log message.
Apr 06, 2017
be362216
Merge branch 'master' of gitlab.tiker.net:inducer/meshmode into refinement-logging
Apr 06, 2017
e83c08f5
Merge branch 'refinement-logging' into 'master'
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
35f446db
Fix super() call.
May 15, 2017
bb38693d
Merge branch 'master' of gitlab.tiker.net:inducer/meshmode
May 15, 2017
b33c5653
Merge branch 'fix-super-call' into 'master'
May 15, 2017
665ded9d
Case typo fix
May 18, 2017
a3b02e7a
Test correct orientation of built-in meshes
May 18, 2017
642bbbc2
Fix 3D face element ordering to maintain positive faces for fixed normals formula
May 18, 2017
13dd3387
Merge branch 'normal-fix' into 'master'
May 18, 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
315c4375
Add missing end-}}} to discr vis
May 27, 2017
e83efc8f
Improve group labeling in draw_curve
May 27, 2017
7a8d4fe3
Add WobblyCircle as test curve geometry
May 27, 2017
2,204 additional commits have been omitted to prevent performance issues.
Loading
Loading