This function was removed in
73e27d0d14b (August 2013) in favor of
face_to_cell_index.
* 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
* 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
* 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