]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove face_to_equivalent_cell_index references.
authorDavid Wells <wellsd2@rpi.edu>
Tue, 11 Oct 2016 21:58:57 +0000 (17:58 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 12 Oct 2016 03:47:47 +0000 (23:47 -0400)
This function was removed in 73e27d0d14b (August 2013) in favor of
face_to_cell_index.

include/deal.II/fe/fe.h
include/deal.II/fe/fe_q_base.h
include/deal.II/fe/fe_system.h

index de6e7f43c4a393e725c0a8bd86756f90ac5a9081..77732571df76c288a91382e4016006398f95e77d 100644 (file)
@@ -1336,7 +1336,7 @@ public:
    * Code implementing this would then look like this:
    * @code
    * for (i=0; i<dofs_per_face; ++i)
-   *  if (fe.is_primitive(fe.face_to_equivalent_cell_index(i, some_face_no)))
+   *  if (fe.is_primitive(fe.face_to_cell_index(i, some_face_no)))
    *   ... do whatever
    * @endcode
    * The function takes additional arguments that account for the fact that
index 2af0a16eed18866ad9c26bf59057c89ee3550678..021c3c40e0e0459597cdf439711ae3d3a27337f5 100644 (file)
@@ -165,7 +165,7 @@ public:
    * Code implementing this would then look like this:
    * @code
    * for (i=0; i<dofs_per_face; ++i)
-   *  if (fe.is_primitive(fe.face_to_equivalent_cell_index(i, some_face_no)))
+   *  if (fe.is_primitive(fe.face_to_cell_index(i, some_face_no)))
    *   ... do whatever
    * @endcode
    * The function takes additional arguments that account for the fact that
index 13ac51ec93c7f1af286921f24e6288fa9bfd55d3..024bf4cfde62ee7b7db429f50a759fda72730266 100644 (file)
@@ -688,7 +688,7 @@ public:
    * Code implementing this would then look like this:
    * @code
    * for (i=0; i<dofs_per_face; ++i)
-   *  if (fe.is_primitive(fe.face_to_equivalent_cell_index(i, some_face_no)))
+   *  if (fe.is_primitive(fe.face_to_cell_index(i, some_face_no)))
    *   ... do whatever
    * @endcode
    * The function takes additional arguments that account for the fact that

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.