Commits on Source
719
5c59b4c0
Merge branch 'furo-doc-theme' into 'master'
Dec 02, 2020
3c756409
use actx_factory in all tests
Dec 02, 2020
46c1444e
Merge pull request #36 from alexfikl/test-actx-context
Dec 02, 2020
91a43dcf
Stop using pytools.{any,all}
Dec 07, 2020
0b649ad1
Merge branch 'stop-using-pytools-any-all' into 'master'
Dec 08, 2020
b72587d6
add missing array context argument in call to make_same_mesh_connection
Dec 17, 2020
642e9cb4
allow calls to project() with the same source and target
Dec 17, 2020
92285453
Document TracePair
Dec 17, 2020
bfba1a17
Merge branch 'document-tracepair' into 'master'
Dec 18, 2020
b4539e3e
change default dd_out value in MassOperatorBase
Dec 18, 2020
d5ebf724
add mass operator to EagerDGDiscretization
Dec 18, 2020
492de560
Normalize src/tgt DDs in EagerDiscr.project before comparing
Dec 20, 2020
4285b28e
Merge pull request #37 from majosm/mass-operator
Dec 20, 2020
7c5913d8
Shorten/standardize doc/conf
Jan 04, 2021
0bb54f60
Merge branch 'inducer-master-patch-29418' into 'master'
Jan 04, 2021
8dcbbcd0
Add MANIFEST.in
Jan 21, 2021
8e6e419c
Bump version
Jan 21, 2021
c3edd1dd
Gitlab CI: Shut up ibverbs about fork()
Jan 22, 2021
536f8f93
Merge branch 'gitlab-ci-fork-safe' into 'master'
Jan 22, 2021
6e5ed53d
Remove hwloc=1 version constraint in .test-conda-env-py3.yml
Jan 27, 2021
b7639c36
Merge pull request #42 from inducer/remove-hwloc-version-constraint
Jan 27, 2021
bba35670
handle projection of constants
Jan 27, 2021
915dc4f5
Merge pull request #41 from majosm/project-constants
Jan 28, 2021
2f81bba6
Pin Github CI to libhwloc 2
Feb 13, 2021
eb653a1e
Merge pull request #46 from inducer/github-ci-hwloc-2
Feb 13, 2021
468be01e
Remove hwloc processing for Conda Gitlab CI
Feb 14, 2021
e89669f5
Fix name of conda env for Gitlab CI
Feb 14, 2021
0b65c354
Merge branch 'remove-hwloc-meddling-on-conda-gitlab' into 'master'
Feb 14, 2021
c12d84b8
Install instructions: add --editable
Feb 15, 2021
2284e88a
Install doc phrasing tweak to get CI going
Feb 15, 2021
4cf58871
Get rid of rst ignore in Github CI config
Feb 15, 2021
23452b17
Merge pull request #47 from inducer/inducer-patch-2
Feb 15, 2021
91833734
Make reference diff use elwise_linear loopy kernel
Feb 18, 2021
c6863e5f
Merge pull request #49 from inducer/diff-use-elwise
Feb 18, 2021
ae0df4e9
Fix stringifier dispatch for Operator subclasses
Feb 23, 2021
0b65f3fa
Merge pull request #50 from inducer/fix-stringifying-operators
Feb 23, 2021
f903f361
CI/README: master->main
Mar 08, 2021
c5a1149a
Merge pull request #53 from inducer/master-to-main
Mar 08, 2021
fb6a575e
Simply meshmode.mesh.generation imports
Mar 15, 2021
184bbc85
Merge pull request #55 from inducer/simplify-test-mgen-imports
Mar 15, 2021
661e9f02
Do not shortcut differentiation for empty element groups
Mar 15, 2021
5d8224be
Test that normal DOFArrays for empty boundaries have the same number of groups...
Mar 15, 2021
346451a0
Merge branch 'main' into fix-normals-for-empty-boundary
Mar 15, 2021
c4a57b81
Merge pull request #56 from inducer/fix-normals-for-empty-boundary
Mar 15, 2021
72320726
test downstream projects
Mar 15, 2021
1afaf88c
Update ci.yml
Mar 15, 2021
0f02edcb
conda env file
Mar 17, 2021
610c4106
seq test
Mar 17, 2021
e0564024
Merge pull request #57 from matthiasdiener/ci-downstream
Mar 17, 2021
3a2bbf93
fix possible nan eoc in test_mass_surface_area
Mar 19, 2021
d517e9d0
Merge pull request #59 from alexfikl/fix-test-eoc-nan
Mar 20, 2021
b069d92a
add constant handling in interior_trace_pair and cross_rank_trace_pairs
Mar 29, 2021
b401c797
Merge pull request #60 from majosm/constant-trace-pairs
Mar 30, 2021
78e670ae
Add missing use_kwargs in memoize for _make_dep_mapper
Apr 03, 2021
07422d51
Merge pull request #61 from inducer/use-kwargs-for-compiler-_make_dep_mapper
Apr 03, 2021
eef49046
Update basis methods for element operators
Apr 05, 2021
feda66bb
Remove commented-out debugging code
Apr 05, 2021
48da03e6
Remove deprecated np.bool and np.object aliasing
Apr 05, 2021
4eafe0a8
Update construction of RefFaceMassOperator
Apr 05, 2021
91eaaca6
Remove unused import "modepy.tools.UNIT_VERTICES"
Apr 05, 2021
4f115dba
Determine quadrature degree by comparing face order and volume order
Apr 06, 2021
e27a1618
Remove unnecessary indexing of faces
Apr 06, 2021
1c2cacff
Use meshmode.discretization.poly_element.{mass_matrix, diff_matrices}
Apr 06, 2021
ec7d675f
update after changes to meshmode's MPIBoundaryCommSetupHelper API
Apr 06, 2021
3a1f9971
update after more changes to meshmode's MPIBoundaryCommSetupHelper API
Apr 07, 2021
46bee88c
temporarily change meshmode branch
Apr 07, 2021
8fa29dda
no walrus
Apr 08, 2021
cebc2ca4
Run flake8 in Github CI on target Py version
Apr 08, 2021
7c97069c
Merge pull request #64 from inducer/github-ci-compat-target
Apr 08, 2021
45f2a700
Merge branch 'main' into update-mpi-boundary-comm-setup-helper
Apr 08, 2021
554cea1a
remove connected_parts argument
Apr 08, 2021
c7cd63da
Add Gitlab autopush
Apr 08, 2021
2905690c
Merge branch 'main' into thg/update-ops
Apr 10, 2021
9e7f144e
Merge branch 'main' into update-mpi-boundary-comm-setup-helper
Apr 12, 2021
92fa0d4d
Point req.txt for meshmode back to main, after update-mpi-boundary-comm-setup-helper
Apr 12, 2021
6ae443d2
Merge pull request #63 from majosm/update-mpi-boundary-comm-setup-helper
Apr 12, 2021
98c41f71
Merge branch 'main' into thg/update-ops
Apr 12, 2021
5e22714e
Use basis from face group when possible
Apr 13, 2021
de29e293
Try using quad-based face mass routine
Apr 13, 2021
f63b0b6d
Update funding acks
Apr 14, 2021
0bb01d61
Merge pull request #66 from inducer/update-funding
Apr 14, 2021
9ccece5f
Merge branch 'main' into thg/update-ops
Apr 14, 2021
ea90a1e6
Check for QuadratureSimplexElementGroup and add clarifying comments
Apr 14, 2021
ee14718b
Placate flake8
Apr 14, 2021
73a96885
Revert to using underlying quadrature rule
Apr 14, 2021
f14fa3fe
Always check quadrature accuracy (not just for unisolvent case)
Apr 14, 2021
7197ad37
Deprecate grudge.eager in favor of grudge.op
Apr 15, 2021
9af966c7
In grudge.op: rename el-local derivatives to include 'local'
Apr 15, 2021
e19fb962
Update quadrature accuracy checks
Apr 15, 2021
28a481b0
Rename DGDiscretizationWithBoundaries -> DiscretizationCollection
Apr 16, 2021
2352a787
Merge pull request #67 from inducer/grudge-op
Apr 16, 2021
3d0e8267
Merge branch 'main' into thg/update-ops
Apr 16, 2021
552aff8d
Re-document EagerDGDiscretization to avoid breaking mirgecom doc build
Apr 16, 2021
d090d7e3
Merge pull request #68 from inducer/redocument-deprecated-eager
Apr 16, 2021
fb4db942
Drop hard leap dependency
Apr 16, 2021
2bc52d22
Enable comm of 2d arrays in cross_rank_pairs
Apr 17, 2021
e2a615b8
Clean up after debugging
Apr 17, 2021
4ca43864
Silence flake8
Apr 17, 2021
0522b11f
Tweak doc slightly
Apr 17, 2021
cb912285
Undumben slightly to handle arrays of arbitrary shape.
Apr 17, 2021
619 additional commits have been omitted to prevent performance issues.
Loading
Loading