Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gmsh_gpu_dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matteo Cicuttin
gmsh_gpu_dg
Graph
8692a5f4687f8e524e65e63ffbe09f0032e93859
Select Git revision
Branches
11
MC/hide_eigen_sol
MC/hipify
MC/mpi_support
MC/volsrcs
compare_at_gauss_points
detect-gmsh-api-version
devel
find-gmsh
fix-gmsh-master
master
default
protected
mixed_interface_fix
Tags
3
v0.3.0
v0.2.0
v0.1.0
14 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Feb
14
Dec
13
18
Nov
30
Sep
21
Jul
20
19
7
Jun
4
21
May
20
17
15
14
13
12
11
10
9
8
7
6
5
3
2
1
30
Apr
28
27
26
23
21
16
15
14
12
9
8
23
Mar
Forgot to add check_std_filesystem.cpp.
devel
devel
Merge branch 'MC/hide_eigen_sol' into devel
Linker script to hide eigen and sol.
MC/hide_eigen_sol
MC/hide_eigen_sol
Check automatically if we have std::filesystem.
Merge branch 'devel'
master
master
Added license and license headers.
Merge branch 'compare_at_gauss_points' into devel
Report maxrss at exit.
compare_at_gaus…
compare_at_gauss_points
Comparison between GMSH-FEM and GMSH-GPU-DG ok.
Don't generate mesh if input is .msh.
Allow to export data for comparison with other GMSH-based solvers.
Issue a warning on duplicated interfaces.
mixed_interface…
mixed_interface_fix
Updated compile.md.
Capacitor2 example.
Minor fixes.
automatically detect Gmsh API version + add support for version 4.9.0
detect-gmsh-api…
detect-gmsh-api-version
Merge branch 'devel'
Merge branch 'MC/mpi_support' into devel
Added newlines at EOF.
v0.3.0 MC/mpi_s…
v0.3.0 MC/mpi_support
Improved documentation.
Better organized examples.
Validation API stuff.
Corrected DOF ordering on IPC boundary. Works OK.
Minor cosmetic stuff.
Microwave oven example.
Fixed typo in Silo code.
Fixed typo.
Fixed ROCm build stuff.
Shuffled around some stuff.
Got rid of the old Silo epxort code.
Reworked SILO field output.
Added MPI support to leapfrog/cpu.
CPU solver MPI working on OSX.
Interprocess connectivity.
Removed OpenMP stuff.
Reworked Silo export for MPI.
Fixed edge cases when Comm_size = 1, fixed compilation without MPI.
Got rid of dof_range, kept track of model/world offsets directly in entity.
Global field gather, global Silo zonal export. Needs cleanup.
USE_MPI cleanup, global DOF offsets on rank0.
Loading