Commits on Source
1014
a91a343c
BoundOperator: Fix bitrot when passed debug_flags
Apr 06, 2020
70fe5a40
Merge branch 'fix-debugging-bitrot' into 'master'
Apr 06, 2020
adcd20ca
Add examples to flake8 on Gitlab CI
Apr 15, 2020
fc99884a
Fix weak advection example for flake8
Apr 15, 2020
beaff537
Merge branch 'master' into github-ci
Apr 15, 2020
5a937b12
Add dagrt and leap to install deps
Apr 15, 2020
4a84ab5a
Add pyvisfile to conda CI env
Apr 15, 2020
edfa6200
Make MPI available during Github examples CI
Apr 15, 2020
c793b353
Fix github ci apt typo
Apr 15, 2020
0ebf1d90
Force HWloc 1.x in Github CI
Apr 15, 2020
2fbb2ff9
Install pymetis for Github CI
Apr 15, 2020
5000407f
Merge pull request
#1
from inducer/github-ci
Apr 15, 2020
3e06ba6b
clean up advection example and doing it in 1d
Apr 20, 2020
f2e31c38
add special cases for 1D/0D geometries
Apr 22, 2020
2f9e7dbc
add 1d case to test_convergence_advec
Apr 22, 2020
2284f61a
Add CI runs based on Intel CL
Apr 23, 2020
c6c95445
Add missing quoting for Intel CI jobs
Apr 23, 2020
771c5e0c
update requirements.txt
Apr 22, 2020
10369f0b
Merge branch 'advection-in-1d' of gitlab.tiker.net:inducer/grudge into advection-in-1d
Apr 22, 2020
9cbf637a
try and remove cyclic deps in symbolic module
Apr 23, 2020
06650221
add docs
Apr 24, 2020
d36d4385
fix doc links
Apr 24, 2020
9151bb64
remove some useless changes
Apr 24, 2020
7ccdba27
another attempt at making 1D work nicely
Apr 24, 2020
b471be59
Apply suggestion to grudge/symbolic/primitives.py
Apr 26, 2020
6aa6754b
Merge branch 'symbolic-cyclic-deps' into 'master'
Apr 26, 2020
242f3d89
Merge branch 'master' into advection-in-1d
Apr 26, 2020
100210e6
fix flake8
Apr 26, 2020
a830a97a
Merge branch 'advection-in-1d' into 'master'
Apr 26, 2020
ba06fce3
execution: fix map_if for scalars
Apr 29, 2020
54915dd7
Merge branch 'fix-map-if' into 'master'
May 02, 2020
7463a9d6
function-registry: add atan2
May 10, 2020
e0ac49ba
Merge branch 'atan2-function' into 'master'
May 10, 2020
706df01a
Allow POCL CI failures for now
May 11, 2020
6dd1ab1f
Merge branch 'allow-pocl-ci-fail' into 'master'
May 11, 2020
fcc6c6fd
operators: only bind interp when necessary
May 11, 2020
8c650a0c
add elementwise reductions
May 11, 2020
52fbf4ed
operators: use pymbolic.is_constant
May 11, 2020
4128ea84
operators: fix einsum in ref mass operator
May 11, 2020
625db070
examples: clean up variable velocity example
May 11, 2020
b7fbbdfa
fix RefStiffnessTOp for the 1D oversampled case
May 11, 2020
168574c1
use h_max in advection convergence test
May 11, 2020
4d5d27c2
ignore quad_tags in map_signed_face_ones
May 12, 2020
fc77a9e5
Merge branch 'fix-ref-mass-matrix' into 'master'
May 14, 2020
22dff13d
Apply suggestion to grudge/symbolic/operators.py
May 14, 2020
3a30449b
Merge branch 'no-interp-constants' into 'master'
May 14, 2020
59038c35
examples: add ylim to 1d plots
May 14, 2020
bf579813
Merge branch 'master' into add-elementwise-reductions
May 14, 2020
c32df123
test_mpi_communication.py: Switch to new-style pytest invocation
May 17, 2020
0858ff41
Register 'mpi' test mark with pytest to avoid warnings
May 17, 2020
91a70593
Document DTAG_BOUNDARY
May 17, 2020
3bf66a7f
Equality comparison and hashability for DTAG_BOUNDARY
May 17, 2020
de026c68
Improve paren indentation in grudge.models.wave
May 17, 2020
0026dc97
Remove some dead 'FluxOperator' code left over from hedge
May 17, 2020
6689bfdc
PointsDiscretization: add bogus mpi_communicator and facial_adjacency_groups attributes
May 17, 2020
5994a40f
Standardize all boundary DOFDescs to use DTAG_BOUNDARY, rename...
May 17, 2020
eb191f01
Use CI env var in flake8 invocation in Gitlab CI
May 17, 2020
bf46ff2d
Use CI env var in flake8 invocation in Github CI
May 17, 2020
bb90062a
Placate flake8 3.8
May 17, 2020
cfecffd0
Fix Gitlab CI YAML syntax
May 17, 2020
1b269488
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/grudge
May 17, 2020
a8e280e3
Merge branch 'master' into fix-boundary-emptiness-check
May 17, 2020
e18133c0
Merge branch 'fix-boundary-emptiness-check' into 'master'
May 17, 2020
6a9610a2
add docs for reduction operators
May 18, 2020
c4e2307e
Merge branch 'add-elementwise-reductions' into 'master'
May 18, 2020
1d867397
use logging and ctx_factory in tests
May 19, 2020
64245b8d
Merge branch 'tests-logger-and-context' into 'master'
May 19, 2020
36e0818b
Merge branch 'fix-1d-var-velocity' into 'master'
May 21, 2020
3f40665f
Add eagerly evaluated interface to grudge, plus example
May 21, 2020
69b1707b
Delete some more unnecessary code in eager interface
May 21, 2020
05308996
Eager example: towards dim independence
May 21, 2020
a43187df
Get eager wave example to be dim-independent
May 22, 2020
73c0b939
Switch eager example over to weak DG
May 22, 2020
a3f8210e
Merge branch 'eager' into 'master'
May 22, 2020
121587a1
Use "nodefaults" in CI conda env file
May 24, 2020
b7aece21
Merge branch 'conda-ci-nodefaults' into 'master'
May 24, 2020
d3b3d04e
distribute FunctionSymbol over object arrays
May 26, 2020
83578018
Merge branch 'distribute-function-symbol' into 'master'
May 27, 2020
debb55f1
Gitlab CI: be specific about which pocl device to use
May 28, 2020
25010bf5
Merge branch 'ci-use-precise-pocl-device' into 'master'
May 29, 2020
7c35b26c
drop python2 support from the ci
Jun 04, 2020
473f8ccb
Merge branch 'drop-python-2.7' into 'master'
Jun 04, 2020
6601f91a
make the inverse mass operator work on surfaces
Jun 04, 2020
a54e6ba8
make face normals work on hypersurfaces
Jun 04, 2020
fc7a2a35
make stiffness operators work on hypersurfaces
Jun 04, 2020
a3a23a9e
flake8 fixes
Jun 04, 2020
30d2f611
add a dim to PointsDiscretization
Jun 04, 2020
2010ba3b
fully initialize LoopyKernelInstruction
Jun 04, 2020
52a6a4ca
Merge branch 'loopy-insn-repr' into 'master'
Jun 05, 2020
40d609d6
use correct h_max on surfaces
Jun 08, 2020
3a1e7505
Stop using deprecated pytools.obj_array functions
Jun 16, 2020
328cb65d
Remove PointsDiscretization, associated test
Jun 16, 2020
024fb0df
More: Stop using deprecated pytools.obj_array functions
Jun 16, 2020
b0881e37
Get pytools from git for new obj_array functions
Jun 16, 2020
26866cfc
Depend on new pytools for new obj_array functions
Jun 16, 2020
292147f9
Adjust public project URL to account for release to Github
Jun 16, 2020
0b3b80c9
Minimal mypy configuration
Jun 16, 2020
72f3a2d0
Adapt core grudge to ArrayContext
Jun 17, 2020
d911fa43
Stop using deprecated obj_array functionality in compiler, operators, primitives
Jun 17, 2020
ec9040e6
Minor changes to allow mypy to run
Jun 17, 2020
914 additional commits have been omitted to prevent performance issues.
Loading
Loading