From 1570fe6a78d9aa483e9cc2cf24718a95ff90bfb9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 19:13:40 -0600 Subject: [PATCH] Update header: two_phase_flow --- two_phase_flow/LevelSetSolver.cc | 10 ++++++++++ two_phase_flow/MultiPhase.cc | 10 ++++++++++ two_phase_flow/NavierStokesSolver.cc | 10 ++++++++++ two_phase_flow/TestLevelSet.cc | 10 ++++++++++ two_phase_flow/TestNavierStokes.cc | 10 ++++++++++ two_phase_flow/utilities.cc | 10 ++++++++++ two_phase_flow/utilities_test_LS.cc | 10 ++++++++++ two_phase_flow/utilities_test_NS.cc | 10 ++++++++++ 8 files changed, 80 insertions(+) diff --git a/two_phase_flow/LevelSetSolver.cc b/two_phase_flow/LevelSetSolver.cc index 7aa2d8a..fd20739 100644 --- a/two_phase_flow/LevelSetSolver.cc +++ b/two_phase_flow/LevelSetSolver.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/two_phase_flow/MultiPhase.cc b/two_phase_flow/MultiPhase.cc index 6a07370..e8c2a3e 100644 --- a/two_phase_flow/MultiPhase.cc +++ b/two_phase_flow/MultiPhase.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/two_phase_flow/NavierStokesSolver.cc b/two_phase_flow/NavierStokesSolver.cc index 628b160..cd43a16 100644 --- a/two_phase_flow/NavierStokesSolver.cc +++ b/two_phase_flow/NavierStokesSolver.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/two_phase_flow/TestLevelSet.cc b/two_phase_flow/TestLevelSet.cc index 0f5146a..861b750 100644 --- a/two_phase_flow/TestLevelSet.cc +++ b/two_phase_flow/TestLevelSet.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/two_phase_flow/TestNavierStokes.cc b/two_phase_flow/TestNavierStokes.cc index e7e9720..b833c1c 100644 --- a/two_phase_flow/TestNavierStokes.cc +++ b/two_phase_flow/TestNavierStokes.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/two_phase_flow/utilities.cc b/two_phase_flow/utilities.cc index d23e5b7..14e228f 100644 --- a/two_phase_flow/utilities.cc +++ b/two_phase_flow/utilities.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + ///////////////////////////////////////////////////// //////////////////// INITIAL PHI //////////////////// ///////////////////////////////////////////////////// diff --git a/two_phase_flow/utilities_test_LS.cc b/two_phase_flow/utilities_test_LS.cc index cd8e26e..9760c24 100644 --- a/two_phase_flow/utilities_test_LS.cc +++ b/two_phase_flow/utilities_test_LS.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + /////////////////////////////////////////////////////// //////////////////// INITIAL PHI //////////////////// /////////////////////////////////////////////////////// diff --git a/two_phase_flow/utilities_test_NS.cc b/two_phase_flow/utilities_test_NS.cc index 2c04f62..786938a 100644 --- a/two_phase_flow/utilities_test_NS.cc +++ b/two_phase_flow/utilities_test_NS.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2016 Manuel Quezada de Luna + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + /////////////////////////////////////////////////////// //////////// EXACT SOLUTION RHO TO TEST NS //////////// /////////////////////////////////////////////////////// -- 2.39.5