]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Edit copyright year and correct the name of element on comments.
authorJaeryun Yim <jaeryun.yim@gmail.com>
Fri, 22 Jul 2016 07:23:57 +0000 (16:23 +0900)
committerJaeryun Yim <jaeryun.yim@gmail.com>
Fri, 16 Sep 2016 12:07:22 +0000 (21:07 +0900)
include/deal.II/fe/fe_p1nc.h
source/fe/fe_p1nc.cc
tests/fe/p1nc_01.cc
tests/fe/p1nc_02.cc
tests/fe/p1nc_03.cc
tests/fe/p1nc_04.cc
tests/fe/p1nc_05.cc
tests/fe/p1nc_06.cc
tests/fe/p1nc_07.cc
tests/fe/p1nc_08.cc

index 3a95887c77f0f54ba552060aea6ff69cf2d5c260..f9283b4d5ce0deb4430f416c4522f7607bfbb97f 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
index e618997cdfc160e73d8d8dc15eb66c67dbeec0ff..a6e40a2a7f5018f0be1d38b10b61cb28441e8624 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
index e1da4e4dadfd541c38e4337c562b46470791f135..f6412b254a746a72ad64a19cbcdb6af2dcb7472b 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element on a square
+// check the P1NC element on a square
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index a3d49c3d56bdb8ba87efec290ce2ce49063665b7..89662baaedbefd35a5c27adef3a05da16b21d132 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element on a rectangle
+// check the P1NC element on a rectangle
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index f249a92a958acbc1c5273f1de8bb7bdd71a38824..277926a11a2b58357110442280f6d6b6882f06d6 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element on a parallelogram
+// check the P1NC element on a parallelogram
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index 217e99462484dac96c339bc33d2f95a2239cfd42..cd6644681f148e03e415712d4c0517de4cc3741d 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element on a genuine quadrilateral.
+// check the P1NC element on a genuine quadrilateral.
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index 93a041620f6c14fd42e8b4a8c15273d45c36ee2b..2b398210c17fa74dfcb2f7891d4a28cdb8f172b3 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element's gradient on a square
+// check the P1NC element's gradient on a square
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index 46e9ba345d68386156b10e4d2092214741fb0d17..2fe5c5e7e1d514a07dd72ce5e61f654a2dfa71b5 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element's gradient on a rectangle
+// check the P1NC element's gradient on a rectangle
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index ad8f0c8efb0064e7f8ff327a97688def0bf4d77b..119c74ff6d585a1f917942384b149d9564c73f2b 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element's gradient on a parallelogram
+// check the P1NC element's gradient on a parallelogram
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
index 22c6ddfafc471e5d0c66bf5ce943efefc5be1575..8a5a3babbff729876aee2d21cd95abee851e9cfe 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015 by the deal.II authors
+// Copyright (C) 2015 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -15,7 +15,7 @@
 
 
 
-// check the P1NC nonparametric element's gradient on a genuine quadrilateral.
+// check the P1NC element's gradient on a genuine quadrilateral.
 
 #include "../tests.h"
 #include <deal.II/base/logstream.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.