From 589bf87c7a20cd1f2c4c8de038db80b8d6018c66 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:41:07 -0600 Subject: [PATCH] Update header: Distributed_LDG_Method --- Distributed_LDG_Method/Functions.cc | 10 ++++++++++ Distributed_LDG_Method/LDGPoisson.cc | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/Distributed_LDG_Method/Functions.cc b/Distributed_LDG_Method/Functions.cc index b4b0218..4468204 100644 --- a/Distributed_LDG_Method/Functions.cc +++ b/Distributed_LDG_Method/Functions.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2017 by Michael Harmon + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // @sect3{Functions.cc} // In this file we keep right hand side function, Dirichlet boundary // conditions and solution to our Poisson equation problem. Since diff --git a/Distributed_LDG_Method/LDGPoisson.cc b/Distributed_LDG_Method/LDGPoisson.cc index 6cbf74c..7f5cd39 100644 --- a/Distributed_LDG_Method/LDGPoisson.cc +++ b/Distributed_LDG_Method/LDGPoisson.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2017 by Michael Harmon + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // @sect3{LDGPoisson.cc} // The code begins as per usual with a long list of the the included // files from the deal.ii library. -- 2.39.5