]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reassign copyright from mathlab to deal.II.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 26 Apr 2018 02:12:32 +0000 (22:12 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 26 Apr 2018 02:12:32 +0000 (22:12 -0400)
Done with the permission of Luca Heltai.

18 files changed:
tests/manifold/cylindrical_manifold_01.cc
tests/manifold/cylindrical_manifold_02.cc
tests/manifold/flat_manifold_01.cc
tests/manifold/flat_manifold_02.cc
tests/manifold/flat_manifold_03.cc
tests/manifold/flat_manifold_04.cc
tests/manifold/function_manifold_01.cc
tests/manifold/function_manifold_02.cc
tests/manifold/function_manifold_03.cc
tests/manifold/manifold_id_01.cc
tests/manifold/manifold_id_02.cc
tests/manifold/manifold_id_03.cc
tests/manifold/manifold_id_04.cc
tests/manifold/manifold_id_05.cc
tests/manifold/manifold_id_06.cc
tests/manifold/manifold_id_07.cc
tests/manifold/tria_accessor_point_01.cc
tests/manifold/tria_accessor_point_02.cc

index d94393ea07e544215b3d9547f032ceaaaab131fb..df8783b15a8a2489cb5450ec35bc599aba623e64 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  cylindrical_manifold_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  cylindrical_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test cylindrical manifold on a cylinder
 
@@ -55,4 +59,3 @@ int main ()
 
   return 0;
 }
-
index 02031a53bfd75634341bb19db9b5f052f01c7d17..317ae4a22981c0074de3388dcf9615cc01a4fdca 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  cylindrical_manifold_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  cylindrical_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test cylindrical manifold on cylinder shells.
 
@@ -56,4 +60,3 @@ int main ()
 
   return 0;
 }
-
index b4edfd6da32d9f646655c1caf7e6f9152f352669..3aaae8cf887d465c5ae79604c5fd750f96561d80 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  flat_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test that the flat manifold does what it should
 
@@ -65,4 +69,3 @@ int main ()
 
   return 0;
 }
-
index e1e70cde70eb63c3a5829506bdf20b1941fdee8b..63dcfcb9556f25e3b7c491033d0198cd0f6eebc9 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  flat_manifold_02.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test that the flat manifold does what it should. This time on faces.
 
@@ -68,4 +72,3 @@ int main ()
 
   return 0;
 }
-
index d35b933d9129e710ece6c4226465d67039751f3f..f3a073e9071c7867fd1531d2e9cb14909241622c 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  flat_manifold_03.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test periodicity of FlatManifold
 
index 71de79ea17cf3dab90c7167213ece709798e6928..4e0491d690e28da3a69280a97c732f9c45b18b85 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  flat_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test interior mapping of flat manifold
 
@@ -90,4 +94,3 @@ int main ()
 
   return 0;
 }
-
index 1ce9cfa3553cd6b4119824bf9991ab4ddca172bd..1968ec59df58c09db635f2000497ce1df586aa10 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  function_manifold ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//---------------------------- function_manifold ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test the identity Manifold.
 
@@ -76,4 +80,3 @@ int main ()
 
   return 0;
 }
-
index e26cdd004b06646ffce2c95bd2780bf8e7dfb9c1..181611a4c4e64ce9925a6f023829c8a3aebade79 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  function_manifold_chart ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//---------------------------- function_manifold_chart ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test the identity Manifold.
 
@@ -76,4 +80,3 @@ int main ()
 
   return 0;
 }
-
index bc1bf60fa193b959e3e5ebe0810dc8816c6f44cf..706eaa4b5d82a8c4a5603940d28fefee07cb5117 100644 (file)
@@ -1,12 +1,18 @@
-//----------------------------  function_manifold_chart ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//---------------------------- function_manifold_chart ---------------------------
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
 
 
 // Test a simple parabolic manifold, including gradients and tangent vector
index 19d2162651b77eb3ea2c6b6c76a78f5d6e9943d8..31d1aeea52b5246a75fe5e01fdd8c7acf2a998ed 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test Manifold ID We check the default manifold_id on cells and faces.
 // For each element it should output 255 (invalid manifold_id)
@@ -60,4 +64,3 @@ int main ()
 
   return 0;
 }
-
index 3fca766e2431cd7b7c263f430957d7c4f9c76eba..49096992a0898edc436694bbb97095c85e24cc90 100644 (file)
@@ -1,12 +1,17 @@
-//----------------------------  manifold_id_02.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_02.cc  ---------------------------
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 
 // Test Manifold ID. Now we test the function set_all_manifold_ids(), and verify
@@ -68,4 +73,3 @@ int main ()
 
   return 0;
 }
-
index 7e6dabf695062ad7df27dddb2ff69357f2fccb05..2d0eaff9f5070629900bc8b7768abdaf6f409cee 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_03.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_03.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test Manifold ID. Now we test the function set_manifold_id(), and verify
 // that they are correctly inherited from one cell onward. Notice that only the interior
@@ -67,4 +71,3 @@ int main ()
 
   return 0;
 }
-
index 0676c9a16fd3ba608794a89f5db809948513d921..e81731f17571bcf320704e640e35172114a7b297 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_03.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_03.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test Manifold ID. Now we set differently the id of the first cell and its faces, and verify
 // that the ids are correctly inherited from one cell onward.
@@ -66,4 +70,3 @@ int main ()
 
   return 0;
 }
-
index 2fad67781e0467ea943f607e1e2064ce0c517b3f..573d07b1289eef01687b868c26f8f92e7f279f93 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_05.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_05.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Set a manifold id on one of the boundary face, and attach the
 // boundary description to it. Refine globally twice and output the mesh.
@@ -69,4 +73,3 @@ int main ()
 
   return 0;
 }
-
index 45bf40b9f2158d04212eaad35a58ba57cc7455ca..cca33063a21edea0d6e965fc672200e110742288 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_06.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_06.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Set a manifold id on the boundary faces of a small cell, and change also
 // the interior boundaries.
@@ -70,4 +74,3 @@ int main ()
 
   return 0;
 }
-
index 7e8d1c0872bb925289dc084c6f0fb67146842604..90be2608d7be910d63b420e210ac7f1d03570159 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  manifold_id_05.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  manifold_id_05.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Set a manifold id on one of the boundary face, and attach the
 // boundary description to it. Refine globally twice and output the mesh.
@@ -72,4 +76,3 @@ int main ()
 
   return 0;
 }
-
index 4e3faf771ade729e705e07f1eb718d7166f09cfd..c71e56cf2c5320cd7a0d4bea2cfe6a3292f7a8be 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  spherical_manifold_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  spherical_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test spherical manifold on hyper shells.
 
@@ -62,4 +66,3 @@ int main ()
 
   return 0;
 }
-
index 451514c38f581eb0021ef4435d3f06ebb7f76da9..63fa34a1b651b795305a9580417d63339ea3720f 100644 (file)
@@ -1,13 +1,17 @@
-//----------------------------  spherical_manifold_01.cc  ---------------------------
-//    Copyright (C) 2011 - 2018 by the mathLab team.
+// ---------------------------------------------------------------------
 //
-//    This file is subject to LGPL and may not be  distributed
-//    without copyright and license information. Please refer
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
+// Copyright (C) 2011 - 2018 by the deal.II authors
 //
-//----------------------------  spherical_manifold_01.cc  ---------------------------
-
+// This file is part of the deal.II library.
+//
+// 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 at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 // Test spherical manifold on hyper shells.
 
@@ -62,4 +66,3 @@ int main ()
 
   return 0;
 }
-

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.