Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Flood2DGPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Morales Hernandez, Mario
Flood2DGPU
Graph
master
Select Git revision
Branches
2
master
default
triton
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Oct
16
Sep
23
Apr
19
17
28
Feb
27
26
23
22
15
14
12
6
5
31
Jan
29
10
Oct
8
13
Sep
9
Aug
8
5
9
Jul
5
3
2
26
Jun
21
18
14
12
11
10
30
May
20
17
Remove arch flag from makefile
triton
triton
Device mapping problem solved
Max depth of each cell calculation added
minor bug in runoff. Ghost cells were wrongly affected by runoff
Bug solved in mpi_utils.h
Add documentation of triton.h
Add documentation of supertimer.h
Add documentation of string_utils.h
Add documentation of output.h
Add documentation of mpi_utils.h
Add documentation in matrix.h
Add documentation in main.cpp
Add documentation in kernels.h
Add documentation in inflow.h
Add documentation in extbc.h
Add documentation in dem_utils.h
Add documentation in constants.h
Add documentation of config_utils.h
Minor change
Update inflow.h
extbc ncells local variable initialized (big fixed)
Bug Fixing
Bug on Boundary Condition Solved
changes in READMEand Output.h to write the summary of stats (performance.txt) for multiple MPI ranks
changed name for join tools too
Modifications to improve readibility and execution
Constant manning added
Encapsulate Triton.h
Encapsulate main
Use original directory of cfg file
row_size removed from cfg_file
Improve Readability
Without flow location option added
Discharge to Velocity postprocess tool added
Ascii/Binary switch and conversion tool added
units changed. Now all the information comes in international system. Even the test cases hydrograph have been changed
simplified BC implemented. First commit to the new branch. Eliminated some unused variables (inflow_mode, boundary_mode, ...) and changed the names of other to be more clear (special --> observation, u,v --> hu,hv, among others). - Added some headers in each file with the name of the authors of the code's copyright. Changed the name of some input files and reorganized the input folders. Reorganized some kernels. Now the code is 5-10% faster than before. Changed all names that contained Flood2d by Triton.
test for first push
CPU version problem solved
master
master
Computation of the time step is done only if the water depth is greater than HEXTRA. Also the reading of raster files to avoid problems with end-of-line has been changed
Loading