Commits on Source
2491
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
3bb4bb8d
Use CFFI pyopencl, depend on git islpy for CI
Jun 29, 2015
240510e9
Switch back to pyopencl master (which is now CFFI)
Jul 01, 2015
8b828369
generalized algorithm
Jul 04, 2015
cd482a01
Add vis option to box test
Jul 09, 2015
4044c6f4
Add POCL and Py3 tests
Jul 09, 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
22b344a0
Ignore more errors
Oct 04, 2015
fcffeccc
Rename ElementConnecitvity -> NodalAdjacency, in preparation for FacialAdjacency
Oct 05, 2015
e5c9afd4
Add support for facial connectivity and boundary tags
Oct 06, 2015
48eda9aa
Tweak Discretization.empty, add .zeros
Oct 07, 2015
30b5766a
Add check_bc_coverage
Oct 07, 2015
20d32b81
Fix CI tags
Oct 07, 2015
e8e54333
Fix calls to empty()
Oct 07, 2015
0b5d7814
created data structure and working on refine()
Oct 16, 2015
6167a995
Add mesh.is_boundary_tag_empty
Oct 17, 2015
9acc0f6a
Add mesh.processing.map_mesh
Oct 19, 2015
49d4cf26
Use super() somewhere
Oct 19, 2015
f2597b64
Fix map_mesh for uniform mapping interface
Oct 19, 2015
43a55e6b
Remove terribly-named '.resampling_matrix()' method from element group
Oct 20, 2015
f6b33955
Fix 1D face_vertex_indices
Oct 20, 2015
ff12f55e
Modernize cleanups
Oct 20, 2015
852605ff
Special-case 1D element orientation check
Oct 20, 2015
5f03e0be
Switch from memoize_method_nested to memoize_in
Oct 20, 2015
35fccc0f
Allow 'allocator' argument in empty and zeros
Oct 20, 2015
7bfc6ced
Add github link to README
Oct 20, 2015
e33b0c87
Add doc link
Oct 20, 2015
4cb877d8
Introduce InterpolationBatch.from_group_index
Oct 20, 2015
eb9a041c
Introduce mesh.boundary_tag_bit
Oct 20, 2015
7147d516
Doc typo fix
Oct 20, 2015
090bf6b7
Fix boundary handling in _compute_facial_adjacency_from_vertices
Oct 20, 2015
20b69adc
Fix traversal bug in check_bc_coverage
Oct 20, 2015
adaca2cf
make_face_restriction: generalize boundary restrictions to understand boundary...
Oct 20, 2015
b8cbfd83
Almost done with refine()
Oct 23, 2015
ed30a2dc
Detect and make use of permutation-matrix resampling matrices in connection
Oct 25, 2015
012bdb9d
Zap redundant import
Oct 25, 2015
dee532f3
Remove 'queue' from connection creation args, tag interpolation batches with face info if possible
Oct 25, 2015
7d42f571
Factor test function out of bdry/vol evaluation in test_boundary_interpolation
Oct 26, 2015
d211e2ae
Add Mesh.nvertices
Oct 26, 2015
ea70d6f6
Add test for interpolation to interior faces
Oct 26, 2015
82b61c7f
Doc and boundary restriction fixes
Oct 26, 2015
5a11daf9
Discretization docs
Oct 27, 2015
02867dbd
PolynomialSimplexElementGroupBase: introduce grad_basis
Oct 27, 2015
4cd6ee31
Introduce methods from simplex element group in MeshElementGroup
Oct 27, 2015
14255584
Initial work on make_opposite_face_connection (not yet complete)
Oct 27, 2015
776fa9d5
Add generate_warped_rect_mesh
Oct 27, 2015
c59ff47c
Test boundary interpolation on warped cube in 2D and 3D
Oct 27, 2015
dcfee389
draw_2d_mesh: allow drawing face numbers
Oct 27, 2015
6c6367ea
2D discretization visualization: don't connect element lines
Oct 27, 2015
edc005b0
Get opposite-face connection building to work
Oct 27, 2015
8fb545b0
Fix test spec for test_opposite_face_interpolation
Oct 27, 2015
01ad1301
Add fast paths to opposite-mesh connection for 2D and 3D
Oct 27, 2015
22bcffe9
Fixes for check_bc_coverage
Nov 01, 2015
b5702d87
In progress
Dec 21, 2015
eb9b412b
Split connection constructors into separate modules
Jan 02, 2016
a1ec9072
Working
Jan 03, 2016
6f83b2c3
Fixes for zero-sized groups and multiple groups
Jan 03, 2016
7bd4e678
Add is_surjective flag to mesh connections
Jan 04, 2016
88506f31
Connection applier: Do not assume one-to-one group mapping between 'from' and 'to'
Jan 04, 2016
a078e4a9
Tests: use VIM grouping
Jan 04, 2016
8684c143
make_face_restriction: Only return connection, not also mesh and discr
Jan 04, 2016
425b0a1c
Doc and empty-group fix
Jan 04, 2016
dab60caf
Face restriction: all-faces selection flag, per-face groups
Jan 04, 2016
ee4eb688
Fix non-contig transfers in a multi-group setting in opposite-face connections
Jan 04, 2016
c8c9356b
Add check_connection for DiscretizationConnection validation
Jan 04, 2016
31e21afe
Fix non-surjectivity handling in connection-apply
Jan 04, 2016
fe6c13bc
Use check_connection on connections in unit test
Jan 04, 2016
50b81dde
Fix check_connection
Jan 04, 2016
daaef0c6
Implement face -> all_faces connection
Jan 04, 2016
b6d08ab5
Work in progress
Jan 05, 2016
63ab2d36
Style cleanups
Jan 09, 2016
69b83350
Visualizer interface sanity
Jan 09, 2016
2fabb17d
Add meshmode.mesh.io.from_meshpy
Jan 09, 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
2e518feb
Mop up after modernize
Apr 15, 2016
3c306280
Improve discretization docs
Apr 15, 2016
2,391 additional commits have been omitted to prevent performance issues.
Loading
Loading