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
703f68bfbc7a792927116cb39189f130255aec8c
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
10
Sep
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
Fixes in SharedPointer, added assertions and unit tests.
Testing build with ninja instead of make
Merge branch 'periodic-bc' into develop
Fixed explicit solver after introducing virtual methods to linear solvers.
Fixed assignment of nullptr initialized SharedPointer.
Merge branch 'periodic-bc' into develop
Fix of cudaGetLastError() call in HeatEquationBenchmarkProblem_impl.h.
Merge branch 'periodic-bc' into develop
Restored SharedPointer::swap for host.
Added missing HAVE_CUDA guard to HeatEquationBenchmarkProblem_impl.h
Fixed UniquePointerTest
Fixed typo in UniquePointer.h
Fixed typo in DevicePointer.h
Fixed HAVE_CUDA guard in HeatEquationBenchmarkProblem_impl.h
Fixed indentation in mesh traversers
Fixed assert in TestFunction_impl.h
Added namespace prefix to the uses of DevicePointer
Fixes in smart pointers
Merge branch 'periodic-bc' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into periodic-bc
Renamed sparse matrix tests.
Fixes after merge
Merge branch 'develop' into operators-optimizations
Merge branch 'develop' into operators-optimizations
Fixed AssertTest and AssertCudaTest for Release build
Added tests for assert macros in TNL
Added missing constructors to ArrayView and VectorView
Comment fix + simplifications in Vector.h and VectorView.h
Refactoring reduction operations
Merge branch 'cineca/mpi' into develop
Added specialization of MPIDataType for bool
Added missing operations to MpiDefs.h
Added assertions to MpiCommunicator.h checking that MPI functions are not called with the null group
Merge branch 'cineca/solvers' into 'develop'
Whitespace and typo fixes in MpiCommunicator
Fixed the TNL_MPI_PRINT macro
Fixed signature of the Allreduce method of communicators
Added NullGroup to communicators because it is useful for initializations
Removed empty file and directory in UnitTests
ArrayView: added constructors to initialize const views by const references
Removed useless overloads of ArrayView::bind
Loading