Commits on Source
2406
212abfdb
Progress towards refinement with connectivity
Jan 21, 2015
9f02da0b
refiner sort of working
Feb 17, 2015
ae597b40
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Feb 17, 2015
5a9b3ccb
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Feb 17, 2015
ccbe1937
Merge
https://github.com/inducer/meshmode
into refinement
Mar 03, 2015
47d89e25
2D refinement seems to be working for multiple generations
Apr 10, 2015
bff70975
tesselate added
Apr 10, 2015
39e4145f
Fixed bug where elements was not being used to generate connectivity, and...
Apr 10, 2015
eb8d2193
Add llist to install dependencies
Apr 11, 2015
0cf7bedc
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Apr 14, 2015
0aa301af
adf
Apr 14, 2015
3e52f739
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Apr 16, 2015
dcf4ff96
added test for connectivity, refiner passes for single generation refinement,...
Apr 20, 2015
7040b17c
Made major change to algorithm - replaced velements array in each ray with...
Apr 21, 2015
c8a481e7
fixed dimension issue, mesh.dim isn't what I thought it was
Apr 21, 2015
d2c52ac1
Fixed issue with connectivity to self
Apr 21, 2015
fcbafef0
Fixed bug that caused third generation refinement test to fail sometimes
Apr 21, 2015
09f07f59
Fixed something
Apr 28, 2015
2b7e1e49
Fixed tests for mesh in 3d space
Apr 28, 2015
8b828369
generalized algorithm
Jul 04, 2015
82856e0f
3D works for 1 generation
Jul 13, 2015
c28ec0bf
Might have fixed the algorithm
Jul 29, 2015
fa8b0a40
I don't really know what changes have been made
Aug 04, 2015
9e50f38d
going to start trying new approach
Aug 24, 2015
0b5d7814
created data structure and working on refine()
Oct 16, 2015
b8cbfd83
Almost done with refine()
Oct 23, 2015
b5702d87
In progress
Dec 21, 2015
a1ec9072
Working
Jan 03, 2016
b6d08ab5
Work in progress
Jan 05, 2016
7de00aaf
Debugging
Jan 13, 2016
d27bb553
Fixed more bugs
Mar 02, 2016
00af31a1
Fixed 2D completely I think
Mar 26, 2016
544e31fa
2D working, and 3D working for 2 gens
Mar 31, 2016
07f8e10d
Done
Apr 23, 2016
7866d80a
Trying something
May 09, 2016
c37b1c8a
Generalized version done
May 10, 2016
5c20b575
Optimized
May 10, 2016
1b06ed76
Done with lazy propagation
May 14, 2016
52e0ca2c
simplified algorithm and fixed lazy
May 15, 2016
d12163c5
Working
May 30, 2016
6c6314cd
Functions
Jun 03, 2016
74d58b43
Refinement
Jun 03, 2016
b42d9d42
Added plotting
Jun 04, 2016
42cb31e6
Saved as pdf and added labels
Jun 05, 2016
b33d21ea
Style/Py3 fixes
Jun 05, 2016
c26dfe44
Stop abusing plot-connectivity as a playground for refinement
Jun 05, 2016
a0a2a428
Merge branch 'master' of /home/andreas/src/meshmode into refinement
Jun 05, 2016
654b5281
Merge branch 'refinement' of /home/andreas/tmp/shivam-meshmode into refinement
Jun 05, 2016
76f547c3
Further tweaks to refiner: refinement-playground does something without crashing
Jun 05, 2016
72886c23
More refinement fixes
Jun 05, 2016
a532beb1
More refinement crash fixes
Jun 05, 2016
eaa71d00
Fix tesselate.py line endings
Jun 05, 2016
5a63bea1
Refiner: Move to submodule
Jun 05, 2016
f8feb5d3
Refiner: Comment code structure
Jun 05, 2016
dc831bc0
Refiner: Fix geometry-based test
Jun 05, 2016
e03ebb00
Refiner: add automated tests
Jun 05, 2016
2eaf27e1
Fix InterpolationBatch.result_unit_nodes docs (noticed by Matt Wala)
Jul 25, 2016
8184ec57
Bump Py3 CI tests to Py 3.5
Jul 25, 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
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
2,306 additional commits have been omitted to prevent performance issues.
Loading
Loading