]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
update header: cdr
authorMatthias Maier <tamiko@43-1.org>
Sat, 24 Feb 2024 00:38:41 +0000 (18:38 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sat, 24 Feb 2024 00:38:41 +0000 (18:38 -0600)
12 files changed:
cdr/common/include/deal.II-cdr/parameters.h
cdr/common/include/deal.II-cdr/system_matrix.h
cdr/common/include/deal.II-cdr/system_matrix.templates.h
cdr/common/include/deal.II-cdr/system_rhs.h
cdr/common/include/deal.II-cdr/system_rhs.templates.h
cdr/common/include/deal.II-cdr/write_pvtu_output.h
cdr/common/include/deal.II-cdr/write_pvtu_output.templates.h
cdr/common/source/parameters.cc
cdr/common/source/system_matrix.cc
cdr/common/source/system_rhs.cc
cdr/common/source/write_pvtu_output.cc
cdr/solver/cdr.cc

index 4a88d3b1f98cd41ec2051279513526160ab875e6..4886b847a33ce280882bfa2adde86a8b30dda19b 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_parameters_h
 #define dealii__cdr_parameters_h
 
index 489497f5d1d69b045eb9a69ca7028e6619fcd38a..8ddd0ea42256a08f7cf4d11d1f01fe0afe52998a 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_system_matrix_h
 #define dealii__cdr_system_matrix_h
 #include <deal.II/base/quadrature_lib.h>
index 8e4cabeb80bb47b162e72ede626dc02efbb62858..66315c051e4608a0ef1e41be614124a9e971d0e8 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_system_matrix_templates_h
 #define dealii__cdr_system_matrix_templates_h
 #include <deal.II/base/quadrature_lib.h>
index a21d043124051e0b0123725612feb6833b9a7370..823ffc246a65a48526d7983abc7868bad1312ba6 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_system_rhs_h
 #define dealii__cdr_system_rhs_h
 #include <deal.II/base/point.h>
index 34f13780f4dfa2357aae69f4532dead58b9e281e..334c05941c2c1813841ff012bf3a7904331244d4 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_system_rhs_templates_h
 #define dealii__cdr_system_rhs_templates_h
 #include <deal.II/base/point.h>
index 9530d8843b9bcb7d05ec3bb03d6064d23ac90455..b9e30a99222e0cc24cb901c00c916d79ac1bb8c4 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_write_pvtu_output_h
 #define dealii__cdr_write_pvtu_output_h
 #include <deal.II/dofs/dof_handler.h>
index a0af9ba016889200d28b153b87a82562327c08fe..d80a00c6af18193ea2628e156cd749f7e1d52717 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #ifndef dealii__cdr_write_pvtu_output_templates_h
 #define dealii__cdr_write_pvtu_output_templates_h
 #include <deal.II/base/data_out_base.h>
index 16be6787b1914b494f7501a68b0906171a00b0ed..f4536d91d76abaa0f65f3f043ad64553e5c05678 100644 (file)
@@ -1,3 +1,12 @@
+// -----------------------------------------------------------------------------
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+// Copyright (C) 2015 by David Wells
+//
+// This file is part of the deal.II code gallery.
+//
+// -----------------------------------------------------------------------------
+
 #include <deal.II-cdr/parameters.h>
 
 #include <fstream>
index bc03457d07fe5fc61d1658c25b3de2b548c11d33..d55ae72ddf916e7b200adb82ac2e530c73cd3916 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include <deal.II/lac/sparse_matrix.h>
 #include <deal.II/lac/trilinos_sparse_matrix.h>
 
index d70e86ee5e6106d169434420c5dd433ff6f4bfcf..2422730531c895402d89b1af62d9c59dfc22c9ac 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include <deal.II/lac/sparse_matrix.h>
 #include <deal.II/lac/trilinos_sparse_matrix.h>
 #include <deal.II/lac/trilinos_vector.h>
index b918ebb2cfbb1e3779b07b832d4074874b264e60..28623ec236069e7f99617a97cabfe2aba185057d 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include <deal.II/lac/trilinos_vector.h>
 #include <deal.II/lac/vector.h>
 
index aebc298166383a5e45703070746952cafc47127d..fd7aced2546b22ea60f664ef64a00cc482379c9b 100644 (file)
@@ -1,3 +1,13 @@
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2015 by David Wells
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
 #include <deal.II/base/conditional_ostream.h>
 #include <deal.II/base/quadrature_lib.h>
 

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.