Commits on Source
2475
eb8d2193
Add llist to install dependencies
Apr 11, 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
cd482a01
Add vis option to box test
Jul 09, 2015
4044c6f4
Add POCL and Py3 tests
Jul 09, 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
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
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
eb9b412b
Split connection constructors into separate modules
Jan 02, 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
63ab2d36
Style cleanups
Jan 09, 2016
69b83350
Visualizer interface sanity
Jan 09, 2016
2fabb17d
Add meshmode.mesh.io.from_meshpy
Jan 09, 2016
2e518feb
Mop up after modernize
Apr 15, 2016
3c306280
Improve discretization docs
Apr 15, 2016
09e39dc0
Bump opposite-face boundary match tolerance
May 04, 2016
7866d80a
Trying something
May 09, 2016
c37b1c8a
Generalized version done
May 10, 2016
5c20b575
Optimized
May 10, 2016
56a6222d
find_volume_mesh_element_group_orientation: take vertices array, not finished mesh
May 11, 2016
27853b5e
UNIT_VERTICES list -> unit_vertices function
May 11, 2016
0765f051
from_meshpy: default order to 1
May 11, 2016
b550160f
Add meshmode.mesh.io.from_vertices_and_simplices
May 11, 2016
5ee016f2
Support, test 4D simplicial meshes
May 11, 2016
1b06ed76
Done with lazy propagation
May 14, 2016
52e0ca2c
simplified algorithm and fixed lazy
May 15, 2016
60c9f61b
Switch doc theme
May 17, 2016
55afd1db
Add nd_quad_submesh
May 24, 2016
d12163c5
Working
May 30, 2016
6c6314cd
Functions
Jun 03, 2016
2,375 additional commits have been omitted to prevent performance issues.
Loading
Loading