Commits on Source
2518
2efcfb90
Fix constructor argument typo
Jan 21, 2015
212abfdb
Progress towards refinement with connectivity
Jan 21, 2015
61d60054
Merge pull request
#1
from guptashvm/bugfix
Jan 21, 2015
7436cde8
Add generate_regular_rect_mesh
Feb 11, 2015
ff68a437
Add a simple (2D) mesh visualization facility
Feb 17, 2015
9f02da0b
refiner sort of working
Feb 17, 2015
ae597b40
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Feb 17, 2015
990cbadb
Allow drawing vertex numbers
Feb 17, 2015
5a9b3ccb
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Feb 17, 2015
0d126c15
Add 2D connectivity plotting
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
79873af8
Add comparison operator for meshes
Apr 11, 2015
1e3b1d67
Add mesh-to-code converter
Apr 11, 2015
13456597
Add generate_box_mesh
Apr 11, 2015
0cf7bedc
Merge branch 'master' of
http://github.com/inducer/meshmode
into refinement
Apr 14, 2015
0aa301af
adf
Apr 14, 2015
f9016152
Add, test binary tree builder
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
ee4905b0
Allow mesh transformations to easily preserve connectivity, use this in affine_map()
Apr 29, 2015
9fc13b90
Make A and b in affine_map genuinely optional
Apr 29, 2015
39c28b20
Add set_bounding_box flag to 2D mesh viz
Apr 29, 2015
003f0dbe
Placate PEP8 naming
Apr 29, 2015
ab5a5a41
Add circle mesh test
Apr 29, 2015
64660380
Allow input vectors with offsets in discretization connection kernel
May 15, 2015
de6147ee
Typo fix
May 16, 2015
21a3e981
Multiple mesh example
May 16, 2015
72ce4c6c
Track 'dijsiont' typo fix
May 17, 2015
2fbf879b
Placate PEP8 naming
May 17, 2015
0d163d03
Fix reversed source/target naming
May 17, 2015
52815f64
Add discretization.visualization.draw_curve
May 17, 2015
09530e62
Add mesh.visualization.draw_curve
May 17, 2015
363ece00
Add DiscretizationConnection.full_resample_matrix
May 17, 2015
c90e1231
Add CI config
Jun 16, 2015
6b4cafe6
Target CL CI at AMD *PU
Jun 17, 2015
fde1991f
Tweak CI device settings
Jun 20, 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
2,418 additional commits have been omitted to prevent performance issues.
Loading
Loading