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
2a924e21984db2951acf98280be5b9b410f88a42
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
16
Oct
7
6
4
3
2
29
Sep
28
27
24
23
22
20
19
18
17
16
15
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Aug
29
28
27
26
25
24
23
22
21
20
19
17
16
15
14
13
9
7
6
5
3
2
1
22
Jul
20
19
15
14
13
11
9
8
7
6
5
4
3
2
1
28
Jun
22
20
19
18
13
12
11
10
9
8
7
6
5
4
2
1
31
May
30
17
14
12
10
9
8
7
6
5
4
3
1
23
Apr
19
18
17
12
5
29
Mar
28
24
22
19
8
6
5
4
1
27
Feb
26
22
21
20
5
4
3
2
29
Jan
19
CMakeLists.txt: fixed style of messages printing build options
Disabled GCC's infamous 'maybe-uninitialized' warning and fixed check of Intel compiler
Removed useless message from CMakeLists.txt
Removed OptimizeForArchitecture from CMakeLists.txt
Refactoring SparseOperations: renamed reorderVector to reorderArray
Merge branch 'cineca/mpi' into 'develop'
Deleted Doxyfile in src/TNL.
FIM method implemented. Neighbours are being found on CPU. 3D parallel method disabled because of Array changes.
Refactoring: moved reorderMatrix from benchmarks into SparseOperatiosn.h as copySparseMatrix
Fixed cross-device overload of copySparseMatrix_impl
Added copyAdjacencyStructure function
Refactoring copySparseMatrix: implementation of cross-device copy
Cleaned up Matrices/CMakeLists.txt
Refactoring: added SparseOperations.h containing the copySparseMatrix function
Improved ILU(0) in CUDA - separate storage for the L and U factors
Added command-line flags to select the solvers and preconditioners in tnl-benchmark-linear-solver
Updated tnl-benchmark-linear-solvers
Distributed BiCGstab(ell)
Optimization in GMRES: avoiding a priori known scalar product
Distributed GMRES
Refactoring GMRES variants
Optimized ILUT
Updating linear solvers and preconditioners for distributed matrices/vectors
Refactoring ILU preconditioners: added TriangularSolve.h
Refactoring preconditioners - the solve method can return just void
Refactoring diagonal preconditioner
Refactoring distributed SpMV
Implemented DistributedArrayView and DistributedVectorView
Benchmarks: return the mean time instead of total time
Updating tnl-benchmark-linear-solvers: log iterations and residues
Refactoring the Benchmarks class to make it possible to add extra columns with results
Rewritten tnl-benchmark-linear-solvers
Chess model implemented in 2D.
Refactoring benchmarks - common getHardwareMetadata function
Added tnl-benchmark-distributed-spmv
Updated DistributedMatrix, simplified usage of Partitioner
Updated DistributedVector
Refactoring Subrange and Partitioner
Implemented vectorProduct for distributed matrices
Basic implementation of DistributedMatrix
Loading