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
d1c11df4c5558f9c0b53c415f9a15b105ea6c8fe
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
2
Sep
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
17
11
10
9
21
Dec
19
18
17
14
11
10
9
7
6
5
4
3
2
30
Nov
29
27
26
25
20
13
12
Replacing __device__ __host__ with __cuda_callable__.
Restored method sopyFromHostToCuda in Matrix.
Replacing __device__ __host__ with __cuda_callable__.
Linear Jacobi solver refactoring.
Install script restoration.
Fix of array operations containsValue and containsOnlyValue to compile with g++-4.8.
Merge branch 'mpi-explosive' into mpi
Merge branch 'develop' into mpi
Fixes after merge with develop branch.
Merge branch 'develop' into arithmetics
Fix in Ellpack getElement method.
Merge branch 'develop' into transport-equation
Fixes after merge.
Fixes after merge.
Merge branch 'develop' into vdb
Fixes after merge.
Merge branch 'develop' into incompressible-ns
Fixes after merge.
Merge branch 'develop' into sym-matrices
Fixes after branches merge.
Merge branch 'develop' into matrices-gpu-experimental
Merge branch 'develop' into matrices-gpu
Tunnig experiments - new versio of CUDA boundary traverser, simpler and using more CUDA blocks.
Implemented comparison of boundary conditions kernel.
Implementing additional code for performance comparison.
Heat equation benchmark prepared for testing of traversers.
Optimized CUDA traverser for boundary entities in 2D -> speed-up almost 20%.
Fixe of boundary conditions in HeatEquationBenchmarkProblem.
Fix in tunning ExplicitUpdater.
Fixed handling of the boundary conditions for explicit solver - introduced a method Problem::applyBoundaryConditions.
SharedPointer of TraverserUserData replaced just by TraverserUserData -> very small speed-up.
Tunning experiments - test of replacement od UserDataPoiner by UserData.
Tunning experiments - implemented SimpleCell -> still keeping quite good efficiency.
Optimized interior entity processor of ExplicitUpdater -> small speed-up.
Restored --offline-mode flag.
Tunning experiments - included explicit updater entyties processor.
Tunning experiments - introduced explicit updater user data.
Tunning experiments - 'pure-c' benchmark copied to 'tunning' and refactored to work with operator and boundary conditions.
Fixed cmake for build with Python.
Added flag to turn of build with Python.
Loading