Commits on Source
689
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
3289c6be
Succinctify pythonically
Apr 17, 2021
e80497e6
Trick the diff into being smaller.
Apr 17, 2021
a30e2258
Apply suggestions from code review
Apr 17, 2021
e4c4f2f4
Clean up a bit per review changes.
Apr 17, 2021
019c716b
Merge pull request #70 from MTCam/cross-rank-pairs-2d
Apr 17, 2021
5c0de8b0
Merge branch 'main' into thg/update-ops
Apr 18, 2021
afdec632
Access quadrature info through "grp.quadrature_rule()"
Apr 18, 2021
91a5ad92
Merge pull request #62 from inducer/thg/update-ops
Apr 18, 2021
18a8fd36
call super in deprecated DGDiscretizationWithBoundaries
Apr 19, 2021
2b6a3390
Merge pull request #72 from alexfikl/fix-dg-discr-with-boundary
Apr 19, 2021
dfa16828
add pylint and fix issues
Apr 20, 2021
50609c74
install matplotlib to appease pylint
Apr 20, 2021
4586111b
Merge pull request #73 from alexfikl/add-pylint
Apr 20, 2021
c5ef8372
Move dof_desc out of grudge.sym.primitives
Apr 25, 2021
5a16b103
Add documentation to various tags
Apr 25, 2021
cfdc45fc
Add missing imports for "DOFDesc"
Apr 25, 2021
14ed950c
Correct imports for core Grudge modules
Apr 25, 2021
4c43a2ac
Untangle and remove bad imports in symbolic layers
Apr 25, 2021
8edaa084
Fix advection model
Apr 25, 2021
79dd5277
Fix core grudge regression/unit tests
Apr 25, 2021
3ca46393
Correct import for BTAG_ALL in mpi comm tests
Apr 25, 2021
165f0274
Fix "make_boundary_visualizer"
Apr 25, 2021
c86c70c6
Update geometry and fusion examples
Apr 25, 2021
49e21efe
Update advection examples
Apr 25, 2021
1e599d96
Update wave-op example
Apr 25, 2021
7565c2d1
flake8 housecleaning
Apr 25, 2021
05c8b320
Add DOF descriptions mod to doc builder
Apr 25, 2021
229de2bb
Add imports to grudge.symbolic.primitives for mirgecom compatibility
Apr 25, 2021
b5ac9e6d
Add missing index file
Apr 25, 2021
c03ea0e0
Merge pull request #75 from inducer/thg/refactor-dofdesc
Apr 25, 2021
589 additional commits have been omitted to prevent performance issues.
Loading
Loading