Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/shammodels/gsph/include/shammodels/gsph/Model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
/**
* @file Model.hpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief GSPH Model class - high-level interface for GSPH simulations
*
* The GSPH method originated from:
Expand Down
2 changes: 2 additions & 0 deletions src/shammodels/gsph/include/shammodels/gsph/Solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
/**
* @file Solver.hpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief GSPH Solver class
*
* The GSPH method originated from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
/**
* @file VTKDump.hpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief VTK dump module for GSPH solver
*/

Expand Down
2 changes: 2 additions & 0 deletions src/shammodels/gsph/src/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/**
* @file Model.cpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief GSPH Model implementation
*/

Expand Down
2 changes: 2 additions & 0 deletions src/shammodels/gsph/src/Solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/**
* @file Solver.cpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief GSPH Solver implementation
*
* The GSPH method originated from:
Expand Down
2 changes: 2 additions & 0 deletions src/shammodels/gsph/src/modules/io/VTKDump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/**
* @file VTKDump.cpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief VTK dump implementation for GSPH solver
*/

Expand Down
2 changes: 2 additions & 0 deletions src/shammodels/gsph/src/pyGSPHModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/**
* @file pyGSPHModel.cpp
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
* @author Timothée David--Cléris (tim.shamrock@proton.me)
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
* @author tdavidcl (5550916+tdavidcl@users.noreply.github.com)
* @brief Python bindings for the GSPH (Godunov SPH) model
*
* This provides Python interface for GSPH simulations using Riemann solvers.
Expand Down
Loading