From b692ec3e94455414794db9084998d153895c957d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:42:00 -0600 Subject: [PATCH] Update header: Distributed_Moving_Laser_Heating --- .../Distributed_Moving_Laser_Heating.cc | 17 ++++++----------- Distributed_Moving_Laser_Heating/boundaryInit.h | 10 ++++++++++ Distributed_Moving_Laser_Heating/globalPara.h | 10 ++++++++++ .../rightHandSide.h | 11 +++++++++++ 4 files changed, 37 insertions(+), 11 deletions(-) diff --git a/Distributed_Moving_Laser_Heating/Distributed_Moving_Laser_Heating.cc b/Distributed_Moving_Laser_Heating/Distributed_Moving_Laser_Heating.cc index 1760e7f..6b8aef7 100644 --- a/Distributed_Moving_Laser_Heating/Distributed_Moving_Laser_Heating.cc +++ b/Distributed_Moving_Laser_Heating/Distributed_Moving_Laser_Heating.cc @@ -1,17 +1,12 @@ -/* --------------------------------------------------------------------- +/* ----------------------------------------------------------------------------- * - * Copyright (C) 2021 by the deal.II authors + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2021 by Hongfeng Ma + * Copyright (C) 2021 by Tatiana E. Itina * - * This file is part of the deal.II library. + * This file is part of the deal.II code gallery. * - * The deal.II library is free software; you can use it, redistribute - * it, and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * The full text of the license can be found in the file LICENSE.md at - * the top level directory of deal.II. - * - * --------------------------------------------------------------------- + * ----------------------------------------------------------------------------- * * Authors: Hongfeng Ma, 2021. */ diff --git a/Distributed_Moving_Laser_Heating/boundaryInit.h b/Distributed_Moving_Laser_Heating/boundaryInit.h index a1a192b..617e6cb 100644 --- a/Distributed_Moving_Laser_Heating/boundaryInit.h +++ b/Distributed_Moving_Laser_Heating/boundaryInit.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2021 by Hongfeng Ma + * Copyright (C) 2021 by Tatiana E. Itina + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ //#---------------------------------------------------------- //# diff --git a/Distributed_Moving_Laser_Heating/globalPara.h b/Distributed_Moving_Laser_Heating/globalPara.h index 9f35b2f..13571ec 100644 --- a/Distributed_Moving_Laser_Heating/globalPara.h +++ b/Distributed_Moving_Laser_Heating/globalPara.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2021 by Hongfeng Ma + * Copyright (C) 2021 by Tatiana E. Itina + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ // # physics constants double global_PI = 3.1415927; diff --git a/Distributed_Moving_Laser_Heating/rightHandSide.h b/Distributed_Moving_Laser_Heating/rightHandSide.h index f69aeb1..a8b0632 100644 --- a/Distributed_Moving_Laser_Heating/rightHandSide.h +++ b/Distributed_Moving_Laser_Heating/rightHandSide.h @@ -1,3 +1,14 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2021 by Hongfeng Ma + * Copyright (C) 2021 by Tatiana E. Itina + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + //#---------------------------------------------------------- //# //# This file defines the boundary and initial conditions -- 2.39.5