Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshmode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiaoyu Wei
meshmode
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6c4c63127b55c468ab535a9efbef5eceb283f948
Select Git revision
Branches
8
1d-refinement-fixes
acos-compatibility
high-order-refiner
master
default
partition
refinement
shivam
shivam-refinement
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Jul
27
24
23
22
21
20
18
17
16
14
13
12
13
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
17
15
14
13
10
9
6
5
4
2
3
2
3
2
1
29
May
28
29
28
27
25
24
18
17
15
14
13
12
13
12
11
9
8
26
Apr
25
22
21
16
15
9
1
16
Mar
12
11
17
Jan
5
Dec
4
25
Nov
11
10
5
Sep
30
Aug
19
18
21
Jul
18
16
Jun
15
2
1
20
May
18
8
7
6
5
3
2
27
Apr
25
23
16
13
1
Feb
31
Jan
26
25
3
2
11
Dec
5
2
29
Nov
28
27
26
25
13
12
5
30
Oct
29
28
22
21
20
23
Sep
21
Aug
11
Jul
10
9
27
Jun
26
22
21
18
17
13
6
5
31
May
29
28
26
24
22
11
10
8
5
20
Apr
18
7
26
Mar
23
22
16
27
Feb
22
21
20
19
18
1
25
Jan
23
22
18
14
13
7
Dec
4
30
Nov
22
21
remove merge loop
rewrite parts of _filter_mesh_groups to use numpy array expressions
use dataclasses instead of tuples for intermediate non-local adjacency and boundary data
cosmetic change
simplify _split_by_group
Merge branch 'master' of https://gitlab.tiker.net/inducer/meshmode into firedrakeConnection-functional
improved error msg
use copy() for filtered groups
add test for 29 MPI rank limit bug
cosmetic changes
improve documentation
array -> ndarray
Make sure vertices is stored as a contiguous array
add a docstring to write_high_order_vtk_file
add a write_high_order_vtk_file method to Visualizer
just use the best available basis for mesh ndoes
Improved GroupFactories to use recursive nodes, and allow the user to choose
Improved the sphinx links
1e-14 back to 1e-12
Rename functions to be consistent with connection names
Changed transfer tests to convergence checks
Remove mesh order <= group order restriction
ooops... make sure NOT to change immutable things
Handle possibility of exterior_facets.markers being *None*
Added export_mesh_to_firedrake to export list of interop.firedrake
clean up partition_mesh
Merge branch 'master' of ssh://github.com/inducer/meshmode
Merge pull request #17 from inducer/introduce-mode-ids
add pyvisfile to all the tests
remove useless import as
rename VTKVisualizer to VTKConnectivity
Added error check for frozen DOFArray s
Updated examples to fit DOFArray infrastructure
Merge with master
updated to_fd_idempotency test to DOFArray s
Import *_with_mode_ids functions from modepy submodule for now
Allow getting mode IDs from the element group
Be more careful with indexing, handling meshmode fields
Make sure using DOFArrays for meshmode fields
Handle firedrake programs along with kernels
Loading