Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summarize changes to support CEESD prediction #1

Open
wants to merge 146 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
146 commits
Select commit Hold shift + click to select a range
ef79f35
Support new find_distributed_partition
matthiasdiener Jan 10, 2023
439a41f
pylint
matthiasdiener Jan 10, 2023
6f64d77
flake8
matthiasdiener Jan 10, 2023
6f52ae5
only catch one type of TypeError
matthiasdiener Jan 19, 2023
bc2d41b
flake8
matthiasdiener Jan 19, 2023
dec4fce
set up connections between volumes
majosm Sep 21, 2022
a9690f9
add inter-volume communication
majosm Sep 21, 2022
c536905
add fixme
majosm Nov 3, 2022
d5576fb
check for heterogeneous inter-volume data
majosm Nov 3, 2022
1a38e2d
tag communication by destination volume
majosm Nov 3, 2022
50e2d42
add filter_part_boundaries
majosm Apr 3, 2023
343529c
Merge remote-tracking branch 'origin/support-new-find_partition' into…
majosm Apr 3, 2023
dc8d8dc
Entropy stable DG and flux-differencing
thomasgibson Apr 14, 2023
203878b
Merge remote-tracking branch 'inducer/flux-diff-update' into grudge-esdg
MTCam Apr 14, 2023
7c532c6
Update for multi-volume cases.
MTCam Apr 26, 2023
ffa5592
Update for multivol
MTCam Apr 26, 2023
248043c
tag axes in reshape in _apply_elementwise_reduction
majosm May 25, 2023
8894445
set up connections between volumes
majosm Sep 21, 2022
deb2e46
add inter-volume communication
majosm Sep 21, 2022
d16767a
add fixme
majosm Nov 3, 2022
a3810ce
check for heterogeneous inter-volume data
majosm Nov 3, 2022
bfad1f7
tag communication by destination volume
majosm Nov 3, 2022
c112288
add filter_part_boundaries
majosm Apr 3, 2023
7f73999
Merge branch 'elementwise-reduction-axes' into production
majosm May 25, 2023
142cdd8
Merge with upstream changes
MTCam Jun 16, 2023
bfe2d4b
Add Numpy actx
MTCam Jun 27, 2023
b12f624
Merge branch 'main' into production-mrgup
MTCam Jun 27, 2023
76fd6cf
Merge branch 'production-mrgup' into production-esdg-mrgup
MTCam Jun 27, 2023
b1be58a
Update _reference_derivative_matrices to recognize TensorProductEleme…
a-alveyblanc Aug 1, 2023
8fa3321
Stub in tensor product gradient computation in _gradient_kernel
a-alveyblanc Aug 1, 2023
3778edf
First version of grad routine
a-alveyblanc Aug 1, 2023
45e859e
Initial working version of tensor product gradient operator application
a-alveyblanc Aug 1, 2023
22ffacd
Add 3 dimensional test and order 3 test for 2D and 3D
a-alveyblanc Aug 1, 2023
d0bd17e
Add arg names to geometric factor application, refine some comments
a-alveyblanc Aug 1, 2023
ef667bb
Divergence operator version 0.0
a-alveyblanc Aug 2, 2023
eed2516
Prototype of divergence kernel. Needs work, but it passes currently i…
a-alveyblanc Aug 4, 2023
1e40a11
Remove random import included by CoC autocomplete
a-alveyblanc Aug 4, 2023
f2b0275
Generate einsum specification dynamically instead of using if-else
a-alveyblanc Aug 5, 2023
036681c
Rename vandermonde and vandermonde derivative matrices
a-alveyblanc Aug 5, 2023
7ad9017
Give einsums a single source of truth. Still only valid for dim <= 3
a-alveyblanc Aug 7, 2023
c645dbe
Move TP array context to array_context.py, other minor changes
a-alveyblanc Aug 10, 2023
dcd7ca0
Update tensor product grad test to match the other grad test case
a-alveyblanc Aug 10, 2023
683cdd8
Update tensor product divergence test to match original test case.
a-alveyblanc Aug 10, 2023
f93e112
Merge branch 'main' into production-pilot
MTCam Aug 14, 2023
1563950
Divergence kernel functioning again
a-alveyblanc Aug 14, 2023
e1380fe
Update some comments, begin weak form matrices work
a-alveyblanc Aug 21, 2023
33a54e4
TMP: Use outside actx in TP grad
inducer Sep 6, 2023
e446bb7
Add TP transform cartoon
inducer Sep 6, 2023
a98b95c
Merge branch 'main' into production-pilot
MTCam Sep 12, 2023
264192c
Temporary changes to get tensor product gradient working again
a-alveyblanc Sep 12, 2023
ba03b3f
Tensor product array context related changes
a-alveyblanc Sep 13, 2023
8263333
Update example
a-alveyblanc Sep 14, 2023
6b50028
Add code for printing generated differentiation code
a-alveyblanc Sep 14, 2023
5d36bfb
Update strong tp diff example
a-alveyblanc Sep 18, 2023
2857036
Merge branch 'main' into production-pilot
MTCam Sep 18, 2023
92991a3
Version 0.1 of weak gradient computation
a-alveyblanc Sep 30, 2023
49116ab
Weak form divergence version 0.1
a-alveyblanc Sep 30, 2023
d87c19f
Move TP array contexts. Add acoustic pulse TP example
a-alveyblanc Oct 1, 2023
aec8bdb
Merge branch 'inducer:main' into tensor-product-differentiation-opera…
a-alveyblanc Oct 8, 2023
cb0dfcf
Merge branch 'main' into production-pilot
MTCam Oct 10, 2023
c14f08d
Merge branch 'inducer:main' into tensor-product-differentiation-opera…
a-alveyblanc Oct 17, 2023
7a5326b
Merge remote-tracking branch 'addison/tensor-product-differentiation-…
MTCam Oct 24, 2023
c294df7
Add baseline MPI version of TP actx
a-alveyblanc Oct 25, 2023
d97b338
Merge branch 'main' into production-pilot
MTCam Oct 26, 2023
a9dbb5a
Initial lazy array context for TP elements
a-alveyblanc Oct 26, 2023
bb4e2ed
Merge branch 'production' into production-addison
MTCam Oct 26, 2023
7beb2e8
Fix up some array context business. Make lazy TPMPIArrayContext a sub…
a-alveyblanc Nov 3, 2023
b39ef37
Merge remote-tracking branch 'inducer/main' into coupled-volumes
majosm Nov 14, 2023
ebcde7c
Merge branch 'coupled-volumes' into production-pilot
majosm Nov 14, 2023
2353cb2
Merge branch 'main' into production-pilot
MTCam Nov 29, 2023
fb42a02
Add fixed up einsums for TP
a-alveyblanc Dec 21, 2023
06463ef
Minor changes
a-alveyblanc Dec 21, 2023
1256d22
Merge branch 'production' into tpe-merge-production
MTCam Dec 21, 2023
43543ec
Restore some op changes
MTCam Dec 21, 2023
fbb9369
Remove stale requirement
MTCam Dec 21, 2023
511358b
Update dt_geometric_factors to support tensor product elements.
MTCam Feb 1, 2024
7967767
Add tpe to dt util testing
MTCam Feb 5, 2024
a4dd3f0
Add TPE to dt estimate tests
MTCam Feb 5, 2024
4341099
Update TP operators, TP operator tests, and add support for TP in bas…
a-alveyblanc Feb 11, 2024
999904f
Remove no longer used TP actx classes
a-alveyblanc Feb 11, 2024
79ae993
Add in MPINumpyArrayContext
a-alveyblanc Feb 11, 2024
d0ca536
Clean up TP arraycontext imports
a-alveyblanc Feb 11, 2024
cb44738
Add back simplicial test in test_op
a-alveyblanc Feb 11, 2024
d9fea00
Change how geometric factors are applied
a-alveyblanc Feb 12, 2024
74fea52
Skip 1d dt test for tpe, debugging print.
MTCam Feb 12, 2024
afb4a0d
Update dt_utils test.
MTCam Feb 12, 2024
bb82f72
Tag axes for normal to fix fallbacks for 1d cases.
MTCam Feb 20, 2024
cdd2632
make array context fallbacks optional (disabled by default)
majosm Feb 26, 2024
5599def
Use vol/max(face_area) for geometric_factor of TPE
MTCam Feb 28, 2024
de15213
Makes lazy work, eager still gives old result
MTCam Feb 28, 2024
41aba76
Fix up max face area snippet for non-lazy actx.
MTCam Feb 29, 2024
7ef92bc
Bring back missing scale factor for face areas.
MTCam Feb 29, 2024
e315767
Correct misfac
MTCam Mar 2, 2024
a5a58ea
Tweak more
MTCam Mar 2, 2024
40dd0ce
Merge branch 'main' into production-pilot
MTCam Mar 6, 2024
2dca87c
Merge branch 'main' into production-pilot
MTCam Mar 7, 2024
1ca5487
Merge branch 'main' into production-pilot
MTCam Apr 10, 2024
2a76426
Merge branch 'main' into production-pilot
MTCam Apr 27, 2024
e7af8e8
Update dt tpe
MTCam May 1, 2024
4c72f9c
Update TPE tests - esp for wave rk4 estimate
MTCam May 1, 2024
eebbd89
Merge branch 'main' into production-pilot
matthiasdiener May 28, 2024
ea03612
Merge to main
MTCam Jun 11, 2024
5d03d5a
Merge branch 'main' into production-pilot
MTCam Jun 11, 2024
811b3c0
Add TPE option, reorder term calc in euler to expose issue with face …
MTCam Jun 13, 2024
5b563de
Use geoderiv_connection only for Simplices
MTCam Jun 17, 2024
6df78a7
Allow generation of TPE mesh type
MTCam Jun 17, 2024
00b6ca4
Extend some tests to hit TPEs
MTCam Jun 17, 2024
4bb5f45
Merge branch 'add-tpe-to-acoustic-pulse' into production-pilot
MTCam Jun 18, 2024
95d6834
Disable tpe div for now
MTCam Jun 19, 2024
85c0eec
Add missing params to mesh data
MTCam Jun 19, 2024
d50f7e4
Re-enable tpe div
MTCam Jun 19, 2024
82924d8
add working op for tpe
MTCam Jun 20, 2024
e2db31a
Remove tpe op calls from differentiation operators.
MTCam Jun 22, 2024
c4f2d3a
Update wadg to use quadrature discretization
MTCam Jul 16, 2024
4410722
Merge with main.
MTCam Jul 19, 2024
c94a386
update the update to working condition
MTCam Jul 19, 2024
7c8eaec
Merge branch 'update-wadg' into update-wadg-rebase
MTCam Jul 19, 2024
a6c5168
Dont overintegration WADG for simplices
MTCam Jul 20, 2024
aaa67d9
Disable rate-of-convergence test for TPE
MTCam Jul 24, 2024
d78f0a8
Merge branch 'main' into production-pilot
MTCam Jul 24, 2024
26862d2
Combine a few stages in wadg
MTCam Jul 25, 2024
1e553b1
Update wadg to match main version.
MTCam Jul 26, 2024
be3f127
Merge branch 'main' into production-pilot-up2date
MTCam Aug 29, 2024
7ad2cbe
Merge branch 'main' into production-pilot
MTCam Sep 9, 2024
8f586e3
Update esdg to use modepy for diff_mats instead of meshmode.
MTCam Sep 9, 2024
f297017
Add test to demonstrate simplex integral fails with overintegration
MTCam Sep 25, 2024
3502174
Fix up linting issues
MTCam Sep 25, 2024
2e54482
Replace integral calls to mass_matrix with direct use of quadrature w…
MTCam Sep 27, 2024
0fa70b2
add ProcessLogger for find_distributed_partition
matthiasdiener Sep 27, 2024
e7749e7
Adding some quadrature tests.
MTCam Oct 1, 2024
f17c7bd
Merge branch 'main' into production-pilot
MTCam Oct 13, 2024
13ff89c
Merge branch 'main' into production-pilot
MTCam Nov 5, 2024
109da04
Remove TPE-specific routines
MTCam Nov 11, 2024
d32c9fe
Merge branch 'main' into production-pilot
MTCam Nov 24, 2024
457fc69
Set __array_ufunc__ None in TracePair
MTCam Dec 4, 2024
1c76671
Merge branch 'main' into production-pilot
MTCam Dec 5, 2024
4562bc9
Update after merge ...
MTCam Dec 5, 2024
a66e25a
Update merged array_context
MTCam Dec 5, 2024
17485dc
Update merge trace_pair.
MTCam Dec 6, 2024
c9eb887
Update merged trace_pair
MTCam Dec 6, 2024
da25b8d
Re-enable this snippet with fix - testing multivols
MTCam Dec 12, 2024
ed65e17
Merge branch 'main' into production-pilot
MTCam Dec 17, 2024
4440a33
Merge branch 'main' into production-pilot
MTCam Jan 1, 2025
c17afe7
Merge branch 'main' into production-pilot
MTCam Feb 4, 2025
222f3fa
Merge branch 'main' into production-pilot
MTCam Mar 4, 2025
21936d0
Merge branch 'main' into mergmain
MTCam Mar 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
check for heterogeneous inter-volume data
majosm committed Feb 15, 2023

Verified

This commit was signed with the committer’s verified signature.
ktwrd kate
commit d5576fbfba127cfc68fa1fe2a5a8352e4f1bcffa
5 changes: 4 additions & 1 deletion grudge/trace_pair.py
Original file line number Diff line number Diff line change
@@ -915,7 +915,7 @@ def cross_rank_inter_volume_trace_pairs(
"""
# {{{ process arguments

for vol_dd_pair in pairwise_volume_data.keys():
for vol_dd_pair, vol_data_pair in pairwise_volume_data.items():
for vol_dd in vol_dd_pair:
if not isinstance(vol_dd.domain_tag, VolumeDomainTag):
raise ValueError(
@@ -925,6 +925,9 @@ def cross_rank_inter_volume_trace_pairs(
raise ValueError(
"expected base-discretized DOFDesc in pairwise_volume_data, "
f"got '{vol_dd}'")
# FIXME: This check could probably be made more robust
if type(vol_data_pair[0]) != type(vol_data_pair[1]): # noqa: E721
raise ValueError("heterogeneous inter-volume data not supported.")

# }}}