Skip to content

Commit

Permalink
Remove authors from files (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum authored Jul 28, 2024
1 parent 05806b0 commit 5747d5e
Show file tree
Hide file tree
Showing 81 changed files with 22 additions and 246 deletions.
5 changes: 1 addition & 4 deletions applications/lethe-fluid-sharp/gls_sharp_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/
*/

#include "fem-dem/gls_sharp_navier_stokes.h"

Expand Down
5 changes: 1 addition & 4 deletions applications/lethe-fluid-vans/gls_vans.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/
*/

#include "fem-dem/gls_vans.h"

Expand Down
5 changes: 1 addition & 4 deletions applications/lethe-fluid/gls_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/
*/

#include "solvers/gls_navier_stokes.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Postprocessing code for 2D-backward-facing-step example
Computes the reattachment length (x_r) for Re = 100
for several meshes with a bisection algorithm
Author : Charles Le Pailleur
"""

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Postprocessing code for 2D-backward-facing-step example
Computes velocity distributions at inlet and outlet and
compares it with analytical solution (Poiseuille)
Author : Charles Le Pailleur
"""

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
it to the results of Ghia et al.
This comparison is similar to what is done in the step-57 of deal.II
Author : Bruno Blais
"""

# Modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
it to the results of Ghia et al.
This comparison is similar to what is done in the step-57 of deal.II
Author : Bruno Blais
"""

# Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//Gmsh project created on Thu Jan 19 11:58:52 2023
//Author : Pierre Laurentin

//Greatly inspired of https://github.com/ComputationalDomain/CMesh_rae69ck-il of the "Computational Domain" YouTube channel (https://www.youtube.com/@computational_domain)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Postprocessing code for the 2D taylor-couette example
This code extracts the data from the vtu file and plots it against the analytical solution
Author : Bruno Blais
"""

# Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""
Postprocessing code for the concentric heat exchanger to extract the temperature profile
Author : Bruno Blais
"""

# Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
Name : rpt_count-calculation_plot.py
Author : Amishga Alphonius
Date : 16-06-2022
Desc : Generates plots for the data resulting from the count calculation example
"""
Expand Down
1 change: 0 additions & 1 deletion examples/rpt/parameters-tuning/rpt_lethe_nomad.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
Name : rpt_lethe_nomad.py
Author : Audrey Collard-Daigneault
Date : 17-06-2021
Desc : This code is a meta Python code to run the rpt_3d lethe application with the NOMAD software for
blackbox optimization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
Name : rpt_parameter_tuning_plot.py
Author : Amishga Alphonius
Date : 23-06-2022
Desc : Generates plots with the data resulting from the parameter tuning example
"""
Expand Down
3 changes: 0 additions & 3 deletions include/core/bdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

#ifndef lethe_bdf_h
Expand Down
3 changes: 0 additions & 3 deletions include/core/newton_non_linear_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

#ifndef lethe_newton_non_linear_solver_h
Expand Down
3 changes: 0 additions & 3 deletions include/core/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Simon Gauvin, Bruno Blais, Polytechnique Montreal, 2019-
*/

/*
Expand Down
3 changes: 0 additions & 3 deletions include/core/pvd_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019
*/

#ifndef lethe_pvd_handler_h
Expand Down
3 changes: 0 additions & 3 deletions include/core/sdirk.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/


Expand Down
3 changes: 0 additions & 3 deletions include/core/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2020 -
*/

#ifndef lethe_vector_h
Expand Down
3 changes: 0 additions & 3 deletions include/solvers/gd_navier_stokes.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#ifndef lethe_gd_navier_stokes_h
Expand Down
3 changes: 0 additions & 3 deletions include/solvers/navier_stokes_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#ifndef lethe_navier_stokes_base_h
Expand Down
3 changes: 0 additions & 3 deletions include/solvers/source_terms.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

// TODO : Refactor so the class itself is not a pointer, but contains a pointer
Expand Down
3 changes: 0 additions & 3 deletions prototypes/modified_zonal_approach/modified_zonal_approach.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2022
*/

#include <deal.II/base/logstream.h>
Expand Down
3 changes: 0 additions & 3 deletions prototypes/template/prototype_template.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019
*/


Expand Down
3 changes: 0 additions & 3 deletions source/core/boundary_conditions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

#include "core/boundary_conditions.h"
Expand Down
3 changes: 0 additions & 3 deletions source/core/dem_properties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2020-
*/

#include <core/dem_properties.h>
Expand Down
3 changes: 0 additions & 3 deletions source/core/solid_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Carole-Anne Daunais, Valérie Bibeau, Polytechnique Montreal, 2020-
*/


Expand Down
3 changes: 0 additions & 3 deletions source/core/solid_objects_parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Carole-Anne Daunais, Polytechnique Montreal, 2020 -
*/

#include <core/solid_objects_parameters.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/analytical_solutions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#include <solvers/analytical_solutions.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/gd_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#include <core/bdf.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/gls_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#include <core/bdf.h>
Expand Down
4 changes: 0 additions & 4 deletions source/solvers/gls_nitsche_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Carole-Anne Daunais, Valérie Bibeau, Polytechnique
Montreal, 2020-
*/

#include <core/bdf.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/initial_conditions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

#include <solvers/initial_conditions.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/navier_stokes_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#include <core/bdf.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/simulation_parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019 -
*/

#include <solvers/simulation_parameters.h>
Expand Down
3 changes: 0 additions & 3 deletions source/solvers/source_terms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Bruno Blais, Polytechnique Montreal, 2019-
*/

#include <solvers/source_terms.h>
Expand Down
3 changes: 0 additions & 3 deletions tests/TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------

*
* Author: [name], Polytechnique Montreal, [year]-
*/

/**
Expand Down
5 changes: 1 addition & 4 deletions tests/core/lethe_grid_tool_mesh_cut_by_flat_2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Émile Bergeron , Lucka Barbeau , Polytechnique Montreal, 2021-
*/
*/

// Deal.II includes
#include <deal.II/distributed/tria.h>
Expand Down
5 changes: 1 addition & 4 deletions tests/core/lethe_grid_tool_mesh_cut_by_flat_3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Émile Bergeron , Lucka Barbeau , Polytechnique Montreal, 2021-
*/
*/

// Deal.II includes
#include <deal.II/distributed/tria.h>
Expand Down
3 changes: 0 additions & 3 deletions tests/core/non_linear_test_system_01.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
* the top level of the Lethe distribution.
*
* ---------------------------------------------------------------------
*
* Author: Simon Gauvin, Polytechnique Montreal, 2019
*/

// Deal.II includes
Expand Down
Loading

0 comments on commit 5747d5e

Please sign in to comment.