Commits on Source
1035
1e71ef14
Fix PYPI links
Oct 29, 2020
5aff7bf0
http -> https
Oct 29, 2020
61331c02
Switch to my firedrake-usable_for_potentials for loopy pypi identifer switch
Oct 29, 2020
02477d0d
Loosen loopy dep in setup.py for Firedrake CI
Oct 29, 2020
6486ae15
Merge pull request #69 from inducer/loo-py-to-loopy
Oct 30, 2020
7dc2d823
refactor tensor products a bit
Oct 30, 2020
75949714
implement face_vertex_indices for tensor products
Oct 30, 2020
0164616a
fix doc header
Oct 30, 2020
fa414dbf
remove inappropriate uses of issubclass
Oct 31, 2020
69dc0de8
fix torus png file
Oct 31, 2020
71b54fe7
Merge pull request #71 from alexfikl/fix-torus-image
Oct 31, 2020
554214b7
Implement tensor product face restrictions (with voodoo element basis reversal, FIXME)
Nov 02, 2020
956da03b
Merge pull request
#1
from inducer/tp-face-restriction
Nov 03, 2020
8dac59e1
improve docs
Nov 03, 2020
fa013344
underscore 1d tensor product methods
Nov 03, 2020
07f315db
expand more tests to tensor products
Nov 03, 2020
4dcb4c1f
make ascii cube slightly larger
Nov 03, 2020
a50155bd
Fix reshape in generate_box_mesh per-axis-varying partitions
Nov 03, 2020
74add8f6
Add test for generate_regular_rect_mesh with axis-varying arguments
Nov 03, 2020
d811dabe
Merge pull request #72 from inducer/gen-rect-mesh-non-equal-args
Nov 03, 2020
67e5beed
Gitignore nodal-dg
Nov 03, 2020
13decc1d
Merge branch 'master' into tensor-product-additions
Nov 04, 2020
7a83dbf8
put download_nodal_dg_if_not_present inside nodal_dg module so it can be used elsewhere
Nov 04, 2020
78db6c3d
Merge pull request #73 from majosm/move-download-nodal-dg
Nov 04, 2020
6bc483dd
update comment
Nov 04, 2020
02a3a482
use mesh order for resampling matrix
Nov 05, 2020
673dd009
fix quad weights for tensor products
Nov 05, 2020
a82685f5
add back removed mesh (huh)
Nov 06, 2020
06711ac9
rework tensor product inheritance a bit
Nov 06, 2020
3356de65
add gmsh quad test
Nov 07, 2020
165b8440
move vertex shuffle to separate function
Nov 08, 2020
468a6254
generate high-order gmsh quad mesh in test
Nov 09, 2020
53e819ef
use more elements in gmsh quad test
Nov 09, 2020
1563970a
fix typo in element group
Nov 09, 2020
18d8bb58
Stop subclassing DOFArray from numpy.ndarray
Nov 11, 2020
77295add
Fix nodal-DG interop for dofarray-not-ndarray-subclass
Nov 11, 2020
5f52a5b8
Adapt discretization.visualization to DOFArray not subclassing ndarray
Nov 11, 2020
11c9a9fd
Test visualizing complex-valued quantities
Nov 11, 2020
46ea0d7e
Move array-relate tests to test_array
Nov 11, 2020
96c37ed4
Fix intersphinx URLs for Python and numpy
Nov 11, 2020
74224f60
Flake8 on doc/conf.py
Nov 11, 2020
0b86121e
Add pytools intersphinx link
Nov 11, 2020
ffe48121
Remove incorrect, redundant import in meshmode.dof_array
Nov 11, 2020
419cf634
Add missing reverse logical operators to DOFArray
Nov 11, 2020
eb4134a0
Add test_dof_array_arithmetic_same_as_numpy
Nov 11, 2020
5fb9b56d
dof_array.flatten: Correct type signature for DOF/obj array union type
Nov 11, 2020
6b4b20b2
Fix import in obj_or_dof_array_vectorize_n_args
Nov 11, 2020
0457463d
Merge pull request #77 from inducer/dofarray-not-ndarray-subclass
Nov 12, 2020
f31fd73b
Specify matplotlib backend in Github CI
Nov 12, 2020
b462f0d1
Specify matplotlib backend in Gitlab Conda CI
Nov 12, 2020
99d886a0
Merge pull request #79 from inducer/github-ci-mpl-backend
Nov 12, 2020
c6a1b594
Merge branch 'gitlab-ci-mpl-backend' into 'master'
Nov 13, 2020
f4a0385f
vectorize connections
Nov 12, 2020
90a01d3e
Merge branch 'master' of
ssh://github.com/inducer/meshmode
into master
Nov 12, 2020
d6467f41
use mass matrix is quadrature weights are not provided
Nov 12, 2020
535dbce7
Merge pull request #78 from alexfikl/vectorize-connections
Nov 12, 2020
72b2e519
use same order for the mesh and discr
Nov 12, 2020
2efede81
Merge branch 'master' into tensor-product-additions
Nov 12, 2020
90ffb1e3
point back at gmsh_interop master
Nov 12, 2020
73bea32d
memoize tensor product weights
Nov 12, 2020
4a31f84b
Github Conda CI: Run with pytest
Nov 17, 2020
fae92b8c
L2ProjectionInverseDiscretizationConnection: Use Vandermonde to avoid...
Nov 17, 2020
6d815e59
Force use of libhwloc 1 with Conda for Github CI
Nov 17, 2020
2c33c8dd
Merge pull request #82 from inducer/github-conda-ci-with-mpi4py
Nov 17, 2020
5f27b785
fix typo in tensor product mass matrix
Nov 18, 2020
24eae180
Merge branch 'master' into tensor-product-additions
Nov 18, 2020
0780fcf5
keep boundary tags when mapping meshes
Nov 18, 2020
ed432dab
map_mesh: Use Mesh.copy instead of enumerating attributes
Nov 18, 2020
456f2342
map_mesh: Remove extraneous import (placate flake8)
Nov 18, 2020
b1bb6cbe
propagate is_conforming when mapping the mesh
Nov 18, 2020
4ff7c514
Add missing attrs in Mesh.get_copy_kwargs
Nov 18, 2020
f0fea680
remove extra copy kwargs
Nov 18, 2020
75f643f3
Merge pull request #83 from alexfikl/map-mesh-boundary
Nov 18, 2020
b4fb9b63
add __str__, __repr__ to DOFArray
Nov 18, 2020
74be648a
Update meshmode/dof_array.py
Nov 18, 2020
74d0102a
Merge pull request #84 from matthiasdiener/dof-print
Nov 18, 2020
34c7e79e
Merge branch 'master' into tensor-product-additions
Nov 18, 2020
144abe90
Add a whitelist for numpy math functions eligible for implementation by Loopy
Nov 18, 2020
7c4f8ca5
Implement fake_np.{sum,max,min,linalg.norm}.
Nov 18, 2020
bbfec625
Make flat_norm use fake_np.linalg.norm
Nov 18, 2020
e6a4d39e
Add atan2 to whitelist of fake_np functions, for compatibility
Nov 18, 2020
c3b8b2a7
Allow fake_np.linalg.norm to work directly on DOFArrays
Nov 18, 2020
48cb42d7
Deprecate flat_norm in favor of fake_np.linalg.norm
Nov 18, 2020
990ba73e
Placate flake8
Nov 18, 2020
72680f6e
Improve flattening code in fake_np.linalg.norm, handle zero-size arrays there
Nov 18, 2020
3c14adfc
Explain purpose of _numpy_math_functions
Nov 18, 2020
edad0edd
Merge pull request #85 from inducer/fake-numpy-linalg-norm
Nov 18, 2020
876bcd24
Fix code formatting in dof_array
Nov 18, 2020
7906487a
Add sectioning comments in dof_array
Nov 18, 2020
f61dc0a4
Recurse on object arrays in obj_or_dof_array__vectorize*
Nov 18, 2020
9c6c8dbc
Fix a comment in array_context
Nov 18, 2020
6a02acfb
Fix fake_numpy.where in the presence of object arrays to avoid premature...
Nov 18, 2020
6803b1b5
Array tests: Test object arrays of DOFArrays, too
Nov 18, 2020
37c2ac1b
Tweak obj_or_dof_vectorize* docs to not refer to pytools.obj_array docs
Nov 18, 2020
6ad559bd
Explain the tensor product face restriction FIXME
Nov 19, 2020
2cd0ac68
Merge pull request #86 from inducer/recurse-on-obj-arrays
Nov 19, 2020
04dd91a9
obj_or_dof_array_vectorize*: Only recurse if there are actual object arrays
Nov 19, 2020
133d99f9
Merge pull request #87 from inducer/obj-or-dof-recurse-only-for-obj-or-dof
Nov 20, 2020
c3459317
Array context: deprecate acos-style, nudge towards numpy arccos-style, fix...
Nov 20, 2020
b31b6615
Merge pull request #89 from inducer/arc-function-namespaces
Nov 20, 2020
935 additional commits have been omitted to prevent performance issues.
Loading
Loading