You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename all GLS Navier Stokes files using Fluid Dynamics prefix (#1236)
Description
This PR changes the name of the main class and the name of the files related to the lethe-fluid application. Is the sixth PR of a series of PRs that aim to rename all the Navier Stokes solvers of Lethe using the prefix FluidDynamics and removing GLS.
Testing
All the existent tests pass without any change.
Former-commit-id: aac4183
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable changes to the Lethe project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## [Master] - 2024-08-09
7
+
8
+
### Changed
9
+
10
+
- MINOR Renamed the main file related to the `lethe-fluid` application: `gls_navier_stokes` to `fluid_dynamics_matrix_based`. The name of the `GLSNavierStokesSolver` class was changed to `FluidDynamicsMatrixBased`. [#1236](https://github.com/chaos-polymtl/lethe/pull/1236)
0 commit comments