Commits on Source
1757
5cd98446
Add Azure Pipelines, attempt 1
Aug 30, 2019
5da6f193
Conda env file: Add cython for pytential
Aug 30, 2019
c4ecf65c
Add pybind11 to conda env file for pymetis
Aug 30, 2019
755b1a07
Add gmsh to conda env file
Aug 30, 2019
61108b53
Fix Azure flake8 call
Sep 05, 2019
f06a1ae5
generate_icosphere: Add uniform_refinement_rounds argument
Nov 10, 2019
8ddf62a5
Visualizer: add show_scalar_in_matplotlib_3d
Nov 10, 2019
bdf47146
Merge branch 'master' of gitlab.tiker.net:inducer/meshmode
Nov 10, 2019
76e2e5f1
Merge branch 'master' into for-mesh-demo
Nov 10, 2019
cff80bab
Merge branch 'for-mesh-demo' into 'master'
Nov 11, 2019
e53c6ff5
Add weekly Azure pipeline schedule
Nov 25, 2019
6e78d480
Make sure gfortran is available during Azure CI
Nov 25, 2019
27a70f9e
Merge pull request #7 from inducer/try-fix-azure-ci
Nov 25, 2019
25f56aa0
Fix names of generate_torus() parameters (closes #12)
Dec 04, 2019
e34f2954
Rename params in test
Dec 04, 2019
9e355168
s/elements/rectangles/
Dec 05, 2019
e734aa0a
Merge branch 'fix-torus-param-names' into 'master'
Dec 05, 2019
7b7665a0
Adapt to changed flake8 naming
Jan 17, 2020
947545b8
Merge branch 'placate-pep8-n815' into 'master'
Jan 17, 2020
51663eaa
refine_uniformly without adjacency too
Mar 11, 2020
382d49ef
add a simple test for refine_uniformly
Mar 12, 2020
a320c3b7
Apply suggestion to meshmode/mesh/refinement/__init__.py
Mar 12, 2020
0dd1d7c8
Merge branch 'refine-uniformly-adjacency' into 'master'
Mar 12, 2020
256f22ad
Add prototype Github CI workflow
Mar 16, 2020
225de829
Gitlab CI Py3: Add apt update
Mar 16, 2020
290dfd23
Drop Azure CI
Mar 16, 2020
6238a4ea
Merge pull request #8 from inducer/github-actions
Mar 16, 2020
9aa1776b
make Mesh work without explicit vertices
Apr 01, 2020
e0f298de
Merge branch 'master' into mesh-without-vertices
Apr 01, 2020
c63990be
update RefinerWithoutAdjacency to work without vertices
Apr 01, 2020
dc0d2dc9
Fix Github CI badge in README.rst
Apr 09, 2020
907dd817
Merge branch 'master' of gitlab.tiker.net:inducer/meshmode
Apr 09, 2020
8e76870b
allow projecting empty chained connections
Apr 15, 2020
9818d4cd
Merge branch 'empty-chained-connections' into 'master'
Apr 15, 2020
c50dac6e
Apply suggestion to meshmode/mesh/__init__.py
Apr 16, 2020
8524cd83
Merge branch 'mesh-without-vertices' into 'master'
Apr 16, 2020
0196dc7b
make make_opposite_face_connection work in 1d
Apr 21, 2020
c8750db2
Merge branch 'face-connection-1d' into 'master'
Apr 22, 2020
c42f46c4
allow partitioning a hypersurface
Apr 25, 2020
8b127637
Merge branch 'distributed-surface' into 'master'
Apr 26, 2020
19803f9d
Add executing (but not yet working) cartoon DG solver
May 08, 2020
3d16443e
Small changes to get SBP-DG cases running with Grudge
May 08, 2020
fc8cbe68
Placate Flake8
May 08, 2020
0a025178
fix some remaining issues with 1d meshes
May 08, 2020
202a7da1
make_curve_mesh: remove extra vertex for closed curves
May 08, 2020
dd5e5152
Merge branch 'closed-curves' into 'master'
May 09, 2020
4d1747b7
Merge branch 'more-1d-fixes' into 'master'
May 11, 2020
4b3392c5
Simple DG solver works
May 12, 2020
f3c61c4f
Whip examples into shape for automatic testing
May 12, 2020
180beb9b
Add Gitlab CI to run examples
May 12, 2020
d8510508
Merge branch 'cartoon-dg' into 'master'
May 12, 2020
fdb67477
Test examples during CI
May 12, 2020
de411b4d
Also install cython for exmaples, because it's in requirements.txt
May 12, 2020
5d563ef7
Reverts incorrect change to nodes result array
May 12, 2020
ff075bab
Install pyvisfile for examples CI
May 12, 2020
4df8e4d5
Install matplotlib for examples CI
May 12, 2020
618aa1a4
Merge branch 'test-examples' into 'master'
May 12, 2020
3d4d950a
Add CI job to test examples on Github
May 12, 2020
ce9852dd
Beefs up boundary changes for box mesh generation
May 12, 2020
44106403
Github examples CI job: remove extra quoting
May 12, 2020
636cf2eb
Github examples CI job: fix job name
May 12, 2020
595e24b2
Github examples CI job: add another dep
May 12, 2020
23337f22
fix some links and typos in the docs
May 12, 2020
ffb0aade
Merge pull request #10 from inducer/test-examples-github
May 12, 2020
11826f48
Merge branch 'update-docs' into 'master'
May 13, 2020
a5705393
add check if mesh group is affine
May 12, 2020
0ea3200e
improve is_affine check for general meshes
May 13, 2020
fbca9d30
Get Meshmode tests to pass by reinstating BTAG_ALL everywhere
May 13, 2020
12c3cb67
Changes naming convention(s), adds check for dimensionality
May 14, 2020
96494e51
Cuts down new code by using axis list
May 15, 2020
d1647c9f
Adds example of new face_to_boundary_tag input to docstring
May 15, 2020
c9835aac
Adds test for 2D box with custom boundary tags
May 15, 2020
bf29a349
Make Mesh.boundary_tag_bit complain if not called with a known boundary tag
May 17, 2020
daebb6c6
Add BTAG_PARTITION.__repr__
May 17, 2020
66898b28
Use CI env var in flake8 invocation in Gitlab CI
May 17, 2020
755afb8c
Use CI env var in flake8 invocation in Github CI
May 17, 2020
e228c5c5
Merge branch 'boundary-tag-bit-safer' into 'master'
May 17, 2020
eba2913f
Fix curve closedness check in make_curve_mesh
May 17, 2020
ca94f9fc
specialize is_affine_check for simplex meshes for now
May 17, 2020
8022a12d
Merge branch 'fix-curve-closedness-check' into 'master'
May 17, 2020
0ed195a5
Apply suggestion to meshmode/mesh/__init__.py
May 18, 2020
81d43197
Apply suggestion to meshmode/mesh/__init__.py
May 18, 2020
ac0adfda
add docs for is_affine flag
May 18, 2020
33843479
Merge remote-tracking branch 'upstream/master' into cory_box_tags
May 18, 2020
6c4c6312
Merge branch 'group-is-affine-check' into 'master'
May 18, 2020
589969fe
Makes a number of changes to the box tag interface and test
May 18, 2020
e216171b
Use "nodefaults" in CI conda env file
May 24, 2020
5f3d14e4
Merge branch 'conda-ci-nodefaults' into 'master'
May 24, 2020
11f3a287
Set up basic interface for object conversion
May 25, 2020
d14e9f0a
Drop Py2 compatibility
May 25, 2020
8fba8490
Initial version of array contexts
May 25, 2020
e224001f
Rework meshmode.discretization to make use of ArrayContext
May 25, 2020
f2983b76
Hack simple DG towards ArrayContext compatibility
May 25, 2020
25a465c4
Adds 3D meshmode test, further ensures catching of bad face tag inputs
May 27, 2020
bd5f322c
Update interface to be unidirectional
May 28, 2020
70657ca9
Added an importer for FIAT's simplex cell
May 28, 2020
4ff6048f
Added an __init__.py file for FIAT directory
May 28, 2020
07d0f416
Fixed docstring
May 28, 2020
7491da5e
Some flake8 fixes
May 28, 2020
fc9baf08
Some more minor flake8 changes
May 28, 2020
1,657 additional commits have been omitted to prevent performance issues.
Loading
Loading