Commits on Source
2358
8406098d
Start working on quad meshes
Jun 05, 2016
44a6e162
Bump Py3 CI tests to Py 3.5
Jun 12, 2016
0822ba0c
Initial support for quad meshes, also in Gmsh I/O
Jun 28, 2016
24d1cd7e
Merge branch 'quad-meshes'
Jun 28, 2016
e434f44f
Requirements: switch to https, use meshpy from git
Jun 29, 2016
d4513a0c
Fix requirements git URLs
Jun 29, 2016
2563ab80
Mini loopy modernization
Jun 30, 2016
3dfd2b94
Implement make_refinement_connection().
Jul 27, 2016
f8c1fdd9
Split out make_refinement_connection() into its own submodule, and add
Jul 28, 2016
6fb324a9
Merge branch 'refinement' into 'refinement'
Jul 28, 2016
81f9800d
Merge branch 'refinement' of gitlab.tiker.net:inducer/meshmode
Jul 29, 2016
d00e8d39
make_refinement_connection(): Improve error behavior.
Jul 29, 2016
3486e049
Make refiner-generated data structure match docs (fix attr typo)
Aug 08, 2016
3f1cc760
Bump version
Aug 08, 2016
a2d3b6d7
Add to_json mesh output
Aug 08, 2016
37cf9b06
Add misc doc section
Aug 08, 2016
76b23833
Add doc autobuild
Aug 08, 2016
f8f311f3
Merge branch 'refinement' of gitlab.tiker.net:inducer/meshmode into refinement
Aug 08, 2016
23beb181
Merge branch 'master' into refinement
Aug 08, 2016
3cf11ed4
Fix more neighbor_starts -> neighbors_starts confusion
Aug 08, 2016
fbf1e443
Ignore pytest's cache directory
Aug 10, 2016
0316aaf6
Don't show progress during doc upload
Aug 10, 2016
d081b768
PEP8 cleanups
Aug 10, 2016
66926285
Mesh: Add node_vertex_consistency_tolerance
Aug 12, 2016
36f1c95f
make_curve_mesh: Allow specifying unit nodes and node_vertex_consistency_tolerance
Aug 12, 2016
9bc48b4f
Merge porter:src/meshmode
Aug 12, 2016
e4dec607
Check length of refine_flags in refiner
Sep 16, 2016
87a14de0
Merge branch 'master' of gitlab.tiker.net:inducer/meshmode
Sep 19, 2016
e284a28a
Ensure unit_nodes has the right shape for the 1d case of QuadratureSimplexElementGroup
Sep 19, 2016
55aa1ecc
Refiner: Make 1d element refinement work
Sep 19, 2016
cb97c26a
check_nodal_adj_against_geometry(): Use least squares to find
Sep 20, 2016
6cb47e90
residual => norm(residual)
Sep 20, 2016
16d575d6
Merge branch '1d-refinement-fixes-try2' into 'master'
Sep 20, 2016
efc7338c
generate_warped_rect_mesh: Make the mapping less oscillatory, as it seems to be non-bijective.
Sep 27, 2016
e0d2682e
High order refinement: first cut.
Sep 27, 2016
977fbb67
Small fixes to test_refinement.
Sep 27, 2016
ef03f4e8
Include resampler (woops).
Sep 27, 2016
f015b3e2
test_refinement_connection: Restore previous mesh params.
Sep 27, 2016
a9f65964
Whitespace fixes.
Sep 27, 2016
8ba951ae
Merge branch 'high-order-refiner' into 'master'
Sep 27, 2016
3542f5dc
Fix comment in tesselate
Sep 27, 2016
847c59ce
Merge gitlab.tiker.net:inducer/meshmode
Sep 27, 2016
ea788ceb
Generate some hybrid and cubed meshes
Oct 01, 2016
2674e535
Run flake8 during CI
Dec 05, 2016
c4bca646
Merge branch 'flake8-during-ci' into 'master'
Dec 05, 2016
c7882482
Improve section headings in meshmode.mesh
Dec 14, 2016
a786dae9
Add single-group mode for merge_disjoint_meshes
Dec 14, 2016
7b43928e
PEP8 cleanups
Jan 02, 2017
2e5e35c9
Fix meshmode tests for new pytential
Jan 02, 2017
c2fbf8c7
Fix tensor product vertex count error message
Jan 07, 2017
edae8c6b
Make DiscretizationConnection an interface, introduce ChainedDiscretizationConnection
Jan 08, 2017
154765ab
Merge branch 'cnx-interface-and-chained' into 'master'
Jan 07, 2017
1d63c145
Make make_group_from_vertices smart enough to generate tensor product meshes
Jan 09, 2017
16e17c1e
Make generate_box_mesh smart enough to use tensor product elements
Jan 09, 2017
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
2,258 additional commits have been omitted to prevent performance issues.
Loading
Loading