periodic_neighbor_of_coarser_periodic_neighbor (const unsigned face_no) const;
/**
- * This function returns the index of the periodic neighbor. If there is
- * no periodic neighbor at the given face, the returned value is -1.
+ * This function returns the index of the periodic neighbor at the
+ * @c ith face of the current cell. If there is no periodic neighbor
+ * at the given face, the returned value is -1.
*/
int
periodic_neighbor_index (const unsigned int i) const;
/**
- * This function returns the level of the periodic neighbor. If there is
- * no periodic neighbor at the given face, the returned value is -1.
+ * This function returns the level of the periodic neighbor at the
+ * @c ith face of the current cell. If there is no periodic neighbor
+ * at the given face, the returned value is -1.
*/
int
periodic_neighbor_level (const unsigned int i) const;
*/
AssertIndexRange (i_face, GeometryInfo<dim>::faces_per_cell);
typedef TriaIterator<CellAccessor<dim, spacedim> > cell_iterator;
- typedef std::pair<cell_iterator, unsigned int> cell_face_pair;
- typedef std::pair<cell_face_pair, std::bitset<3> > oriented_cell_face_pair;
cell_iterator my_it(*this);
const typename std::map<std::pair<cell_iterator, unsigned int>,
*/
AssertIndexRange (i_face, GeometryInfo<dim>::faces_per_cell);
typedef TriaIterator<CellAccessor<dim, spacedim> > cell_iterator;
- typedef std::pair<cell_iterator, unsigned int> cell_face_pair;
- typedef std::pair<cell_face_pair, std::bitset<3> > oriented_cell_face_pair;
cell_iterator my_it(*this);
const typename std::map<std::pair<cell_iterator, unsigned int>,
std::pair<std::pair<cell_iterator, unsigned int>, std::bitset<3> > >::const_iterator
*/
AssertIndexRange (i_face, GeometryInfo<dim>::faces_per_cell);
typedef TriaIterator<CellAccessor<dim, spacedim> > cell_iterator;
- typedef std::pair<cell_iterator, unsigned int> cell_face_pair;
- typedef std::pair<cell_face_pair, std::bitset<3> > oriented_cell_face_pair;
const int my_face_index = this->face_index(i_face);
cell_iterator my_it(*this);
const typename std::map<std::pair<cell_iterator, unsigned int>,
*/
AssertIndexRange (i_face, GeometryInfo<dim>::faces_per_cell);
typedef TriaIterator<CellAccessor<dim, spacedim> > cell_iterator;
- typedef std::pair<cell_iterator, unsigned int> cell_face_pair;
- typedef std::pair<cell_face_pair, std::bitset<3> > oriented_cell_face_pair;
cell_iterator my_it(*this);
const typename std::map<std::pair<cell_iterator, unsigned int>,
std::pair<std::pair<cell_iterator, unsigned int>, std::bitset<3> > >::const_iterator
*/
AssertIndexRange (i_face, GeometryInfo<dim>::faces_per_cell);
typedef TriaIterator<CellAccessor<dim, spacedim> > cell_iterator;
- typedef std::pair<cell_iterator, unsigned int> cell_face_pair;
- typedef std::pair<cell_face_pair, std::bitset<3> > oriented_cell_face_pair;
cell_iterator my_it(*this);
const typename std::map<std::pair<cell_iterator, unsigned int>,
std::pair<std::pair<cell_iterator, unsigned int>, std::bitset<3> > >::const_iterator