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
8831bce10e6a45c2985e4b5c45960b03222c4870
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
11
Apr
6
5
3
1
31
Mar
30
29
28
27
25
8
2
1
15
Feb
14
10
9
3
2
30
Jan
29
25
24
23
19
16
8
26
Dec
21
20
15
14
13
12
11
10
7
6
5
4
3
2
1
30
Nov
29
28
26
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
Adding save/load to String example.
Fixed String tests.
Revision of Object - writing example for getType method.
Renaming Object_impl.h to Object.hpp.
Revision of Timer - documentation reformatting and code refactoring.
Reformatting documentation of Timer and adding logger example.
Fixed execution of String examples.
String send and receive was changed from methods to functions.
Modifications in String documentantion.
Improved asserts in dense matrix
Getting ready for adaptive grid.
lbm
lbm
Adding support for adaptive grid.
Added grid synchronizer methods for asynchronous synchronization.
Merge branch 'cmake_recursive_install' into 'develop'
CMake: simplified installation of header files
Avoiding warnings due to comparison between signed and unsigned types in some benchmark
CMakeLists.txt: skip another useless nvcc warning
Removed unused variables from VectorOperationsCuda
Update TYPED_TEST_CASE -> TYPED_TEST_SUITE
Atomic: workaround due to fucked up const_cast in CUDA 10.1.105
Skip another useless nvcc warning
Added missing __cuda_callable__ attribute
Added preconditioning to the CG solver
Fixed type of verbose in ExplicitSolver.
Fixed and optimized the CG solver
Added scalar multiplicator parameter to vectorProduct in Ellpack
Fixed bug in Ellpack for rectangular matrices
Fixed documentation of Array's copy constructor
Merge branch 'hamilton-jacobi' into 'develop'
MPI ready in tnlDirectEikonal*
Changed int to IndexType
Change of int to IndexType and preparations for OpenMPI.
MPI ready in tnlDirectEikonal*
Changed int to IndexType
Change of int to IndexType and preparations for OpenMPI.
Merge branch 'lbm' into 'develop'
Fixes after rebase.
Fixing MPI tests.
Fixed periodic boundary overlap set-up for distributed mesh synchronizer.
[WIP] Fixing distributed grid MPI tests.
Loading