Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Graph
caf095a8dd435ad8af60401a8111c9da554ae1ed
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Jul
2
30
Jun
24
22
21
7
6
4
1
22
May
9
8
6
4
3
2
24
Apr
14
13
12
5
4
3
2
31
Mar
27
26
25
24
19
17
16
15
13
11
10
9
8
7
6
28
Feb
26
25
24
11
10
26
Jan
20
15
10
9
8
6
5
2
31
Dec
30
29
Updated polyhedral meshes for testing
JK/tidy
JK/tidy
tnl-decompose-mesh: added support for polygonal meshes
Enabled assert for polyhedral meshes in EntitySeed.h
Fixed reordering of mesh entities with dynamic topology
Enabled more topologies in tnl-reorder-mesh and tnl-plot-mesh-ordering
Mesh benchmarks moved to the tnl-benchmark-mesh (sub)project
Applied various clang-tidy fixes
.clang-tidy: disable readability-magic-numbers and readability-function-{cognitive-complexity,size} for now
CI: disable coverage reports, gcovr is getting very slow
Added workaround for a bug in GCC 12 to SharedPointerHost.h
develop
develop
Merge branch 'JK/transposition' into 'develop'
Implemented getTransposition for SparseMatrix and SparseSandboxMatrix
Refactored Algorithms/Atomic.h and added atomicAdd for long int via atomicCAS on CUDA
Fixed code formatting in Hypre wrappers
Fixed sandbox matrix
Fixed typos in SparseMatrix.hpp and SparseSandboxMatrix.hpp
Changed Algorithms::AtomicOperations::add to return the old value
Added workaround for a bug in nvcc 11.7
Added CGAL to the table of optional dependencies
Added mesh ordering algorithms from tnl-mhfem
Added turbulence generator from the coupled LBM-MHFEM solver
Merge branch 'JK/LU' into 'develop'
Added sequential LU factorization from tnl-mhfem
Fixed .gitlab-ci.yml for Gitlab 15
Fixed .gitlab-ci.yml for Gitlab 15
Hypre solvers: refactor the reset and setMatrix functions to allow reusing the preconditioner in time-evolving problems
Avoid deprecation warnings with GCC 12 in Leksys/iniparser.hpp
Change initial condition of heat map solvers
YH/grid-final
YH/grid-final
Add explicit refresh in the grid entity constructor
Fix compilation for clang
Fix compilation for the CI
Add coordinate iterator test
Implement test for the power function
Implement Coordinate iterator tests
Add entity data store test
Fix heat equation benchmarks
Fix formatting. Remove extra file rom rebase
Fix formatting
Remove extra includes
Fix grids of different index types
Loading