]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Update copyrght in Crystal_Growth_Phase_Field_Model 195/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 25 Jul 2024 17:47:51 +0000 (13:47 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 25 Jul 2024 17:47:51 +0000 (13:47 -0400)
Crystal_Growth_Phase_Field_Model/InitialValues.cpp
Crystal_Growth_Phase_Field_Model/PhaseFieldSolver.cpp
Crystal_Growth_Phase_Field_Model/PhaseFieldSolver.h
Crystal_Growth_Phase_Field_Model/applying_bc.cpp
Crystal_Growth_Phase_Field_Model/assemble_system.cpp
Crystal_Growth_Phase_Field_Model/get_random_number.cpp
Crystal_Growth_Phase_Field_Model/grid_dof.cpp
Crystal_Growth_Phase_Field_Model/main.cpp
Crystal_Growth_Phase_Field_Model/output_results.cpp
Crystal_Growth_Phase_Field_Model/run.cpp
Crystal_Growth_Phase_Field_Model/solve.cpp

index 64a39486cb0091582472f574feb268db63b160c6..386c907d7c259411d444e015e66bdc997201dd75 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 void InitialValues::vector_value(const Point<2> &p,
index 3e595270211dc271a3469ad45da985010fff00e6..eb761bfe020119f4332e6dfea97a703f86573d25 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 PhaseFieldSolver::PhaseFieldSolver()
index e6a4dd56b7048f641cd2e4f7642dbe0773a69306..1de79742dee4c5e733f437c878b6bfa9fc0a320a 100644 (file)
@@ -1,3 +1,14 @@
+
+/* -----------------------------------------------------------------------------
+*
+* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+* Copyright (C) 2024 by Umair Hussain
+*
+* This file is part of the deal.II code gallery.
+*
+* -----------------------------------------------------------------------------
+*/
+
 #ifndef KOBAYASHI_PARALLEL_PHASEFIELDSOLVER_H
 #define KOBAYASHI_PARALLEL_PHASEFIELDSOLVER_H
 
index 44b805182ab8ee1d85b2801079acf48cae445aef..03e0119702b8913dd9e8f7c06e44cfe27239ce67 100644 (file)
@@ -1,3 +1,14 @@
+
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 void PhaseFieldSolver::applying_bc(){
index 695c5102524dd363dffa840618d63ffe3af782f1..39e61f8d9e5bb0a3bc4de6b87b7c4f1499bb0c52 100644 (file)
@@ -1,6 +1,12 @@
-//
-// Created by ubuntu on 1/23/21.
-//
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
 
 #include "PhaseFieldSolver.h"
 #include <cmath>
index ff7707340674b12643ca3fb02eaa77b12ef5c307..6134422bcf55fa1b5493cdbb91cdead4da3be65e 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 #include <random>
 
index 71823b74746ce777ad0a9bfb03494f020be91bbb..e80e3753bee18650e2bf01fcc8f8c1dd2fd29707 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 void PhaseFieldSolver::make_grid_and_dofs() {
index adc5210cb1fbc3d023e9c448054cf9e64f2e9321..3d54dcc79030a42da2706b1dafb04abdd97bb1eb 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include <iostream>
 #include "PhaseFieldSolver.h"
 
index 9a624745a28a642802d7cb5f7411e00feeebbc52..78a3ea20852b4f6892b2ef74e4a706868df52134 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 void PhaseFieldSolver::output_results(const unsigned int timestep_number) const {
index d942a986f31edac090d6b92b5b0db177587a1417..fc2a97360eb05383fddba1cafdc84dc195d8f0d4 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 #include <time.h>
 
index 1f4301f0a3ed08b3b7bb38edb6ea8fc32c4ef902..21d26f48fec8e0b16ef3cfacb47adad46b9816d7 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
+ * Copyright (C) 2024 by Umair Hussain
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include "PhaseFieldSolver.h"
 
 void PhaseFieldSolver::solve(){

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.