Commits on Source
857
2b412dcd
Add #egg= markers to requirements.txt
Jul 14, 2020
3918263e
Delete pip packages from conda env
Jul 14, 2020
29134bc4
Refactor Github test scripts (not just) for MPI dependency
Jul 14, 2020
347896f2
Github CI: Actually source ci-support
Jul 14, 2020
8d95e87f
update advection examples to array-context
Jul 14, 2020
9189cc23
disable visualization in example
Jul 14, 2020
bba64517
Github CI examples run: fix conda env name
Jul 14, 2020
8d6fb5f8
Merge branch 'add-egg-to-req-txt' into 'master'
Jul 15, 2020
ab3e1f56
Bump loopy lang version
Jul 16, 2020
aae8e835
Merge branch 'bump-loopy-lang-version' into 'master'
Jul 17, 2020
5e02d82d
Bump loopy lang version, part deux
Jul 16, 2020
24edae02
Merge branch 'bump-loopy-lang-version-part-deux' into 'master'
Jul 17, 2020
89436bed
Gitlab CI: POCL runs are no longer allowed to fail
Jul 17, 2020
8606e3d3
Merge branch 'remove-pocl-allow-failure' into 'master'
Jul 17, 2020
f5b81924
Add Conda and Conda Examples jobs on Gitlab CI
Jul 20, 2020
1e960448
Set hostname to avoid Gitlab runner issue
Jul 20, 2020
04860289
Conda Gitlab CI: not in docker container
Jul 20, 2020
ecf0af45
Remove hwloc adjustment from conda env
Jul 20, 2020
be428589
Run Gitlab conda jobs on large Linux nodes
Jul 20, 2020
8a6590b8
Merge branch 'add-conda-on-gitlab-ci' into 'master'
Jul 20, 2020
1939fb94
fix wave equation signs
Jul 24, 2020
b831b1f2
Merge pull request #7 from majosm/fix-wave-eager-signs
Jul 24, 2020
3542f51b
Doc tweaks in eager
Jul 24, 2020
3c0de741
Fix actx, discr arg order consistency in eager
Jul 24, 2020
af898f13
Let eager norm support object arrays
Jul 24, 2020
4349e299
Merge pull request #8 from inducer/minor-fixes
Jul 24, 2020
5b54cc25
Merge pull request #9 from inducer/eager-norm-support-obj-array
Jul 24, 2020
cd66b5b5
Eager inf-norm: actually use inf norm in recursion
Jul 30, 2020
9134d5e9
Drop unused quadrature_tag arg from primitives.normal
Jul 30, 2020
b5ca2829
Eager norm: allow specifying a DOFDesc
Jul 30, 2020
2b7122d0
Merge pull request #10 from inducer/eager-norm-improvements
Jul 30, 2020
88ddd397
Merge branch 'master' into surface-operators
Aug 14, 2020
f75c36af
fix map_if handling of scalar conditions
Aug 16, 2020
bf68ea8a
fix max norm handling
Aug 16, 2020
99c74f95
Merge pull request #12 from alexfikl/fix-map-if
Aug 17, 2020
dc120e46
Complain if trying to compute norms of non-vector arrays
Aug 17, 2020
51e3b51c
Fix, test 2-norm computation: do not take absolute values
Aug 17, 2020
3be4cbf5
Merge branch 'master' into fix-max-norm
Aug 17, 2020
63b10856
Merge pull request
#13
from alexfikl/fix-max-norm
Aug 17, 2020
1f04253b
Merge branch 'master' into surface-operators
Aug 20, 2020
76deb093
add new primitives to docs
Aug 20, 2020
75ff300d
Git ignore json files
Aug 25, 2020
e8f42f84
Fix a missing word in discr.order deprecation message
Aug 25, 2020
5d6b6e90
Add eager reductions to doc index
Aug 25, 2020
3934cfd6
Eager nodes: allow passing dd
Aug 25, 2020
5b8020c7
Add documentation on eager derivatives
Aug 25, 2020
3d858e9d
Add some sectioning comments in grudge.eager
Aug 25, 2020
236e5571
Add per-axis eager derivatives, make divergence use them, allow divergence of nD arrays
Aug 25, 2020
a674d26d
Add github doc job
Aug 25, 2020
c266096b
Run Gitlab doc job on all branches
Aug 25, 2020
cdde5eda
update assert in test_surface_mass_operator_inverse
Aug 25, 2020
e60b3d85
remove global basicConfig test_grudge
Aug 25, 2020
52160fcc
update SurfaceAdvectionOperator
Aug 25, 2020
f8a69089
enable WADG if not all groups are affine
Aug 25, 2020
225bdcba
remove irrelevant TODO
Aug 25, 2020
a6cb8d1a
add some docs
Aug 25, 2020
19a2a3e8
add a test for advection on curvilinear mesh
Aug 25, 2020
68b67983
Install MPI for doc Github CI job
Aug 25, 2020
f846899d
Set doc autoclass_content to 'class'
Aug 25, 2020
4fcd12b7
Discretization docs
Aug 25, 2020
005aa131
Doc fixes
Aug 25, 2020
84b43817
Placate flake8
Aug 25, 2020
7add4978
Merge pull request #14 from inducer/eager-deriv-improvements
Aug 25, 2020
687a28bf
D'oh! Do not swap int/ext when indexing into TracePair
Aug 25, 2020
24190035
Require explicit kw labeling of TracePair constructor int/ext arguments
Aug 25, 2020
aaf428e2
EM: Remoe a comment that no longer applies
Aug 25, 2020
8686e6de
Use new array context pytest fixtures from meshmode (closes gh-11)
Aug 26, 2020
9cc11ed2
Follow-up fixes for
687a28bf
in eager examples
Aug 26, 2020
d387fecf
Follow-up fixes for
687a28bf
in Maxwell
Aug 26, 2020
2ecf5eb2
Maxwell doc fixes
Aug 26, 2020
f1e3eebd
MPI examples: use parallel Vtk file writers
Aug 26, 2020
d6dc4f64
Add missing TracePair kwargs in eager._RankBoundaryCommunication
Aug 26, 2020
b0b3afbc
Fix var-velocity wave for
687a28bf
Aug 26, 2020
462c40a2
For
687a28bf
: Drop StrongWaveOperator, fix WeakWaveOperator, retool...
Aug 26, 2020
413a00c5
Merge pull request #15 from inducer/fix-tracepair-indexing
Aug 26, 2020
51203df8
Merge branch 'master' into surface-operators
Aug 26, 2020
bdf0df5a
remove some useless face normal tests
Aug 26, 2020
e3c6cf5d
fix typo in comment
Aug 26, 2020
7642da89
use only quad_tag_to_group_factory in surface advection example
Aug 26, 2020
8a649725
rename initial condition in surface advection example
Aug 26, 2020
96412311
Eradicate last traces of GPL licensing
Sep 04, 2020
aa03f238
Merge branch 'master' into surface-operators
Sep 04, 2020
3c1aef42
update example license
Sep 04, 2020
2ab2b1f2
reduce time to make surface advection example faster
Sep 04, 2020
3f5eb39a
Merge branch 'surface-operators' into 'master'
Sep 05, 2020
f19a5f96
run pyupgrade over everything
Sep 07, 2020
791c5b95
flake8 fixes
Sep 07, 2020
a9596659
clean up pyupgrade changes
Sep 07, 2020
a40e9559
Update quotes flake8 config to match template
Sep 07, 2020
48e11e10
Merge pull request #18 from alexfikl/py3-upgrades
Sep 07, 2020
0cb709f1
Add caching to batched diff
Sep 25, 2020
eaf82929
try slicing
Sep 25, 2020
7819362f
Use all operators in cache key
Sep 26, 2020
90d98074
Appease Flake8
Sep 26, 2020
acfdae5e
No point in specific MPI jobs in Gitlab CI if MPI is always available
Sep 27, 2020
6d03b287
Adjust MPI boundary comm tag so OpenMPI won't complain
Sep 27, 2020
338c367b
Merge branch 'mpi-fixes' into 'master'
Sep 27, 2020
94dd044a
Merge remote-tracking branch 'upstream/master'
Sep 28, 2020
c3aaac67
Do not run tests in parallel on GIthub CI to try and avoid OOM situation
Sep 29, 2020
5956e2ae
Revert "Do not run tests in parallel on GIthub CI to try and avoid OOM situation"
Sep 29, 2020
757 additional commits have been omitted to prevent performance issues.
Loading
Loading