Commits on Source
866
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
40d609d6
use correct h_max on surfaces
Jun 08, 2020
1a4d368e
add a h_min value as well
Jun 19, 2020
e050cd08
add some more tests for the surface face normal
Jun 19, 2020
5397437b
add a surface advection example
Jun 20, 2020
71a40a83
make surface example actually work properly
Jun 21, 2020
27d0a825
make example work with oversampling
Jun 26, 2020
7fb494a7
Merge branch 'master' into surface-operators
Jun 26, 2020
2580b49f
disable visualization in example
Jun 26, 2020
6eec84ad
Merge branch 'master' into surface-operators
Jul 14, 2020
f250eed3
fix visualization
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
766 additional commits have been omitted to prevent performance issues.
Loading
Loading