*/
virtual void get_local_mass_matrix (const DoFHandler<dim>::cell_iterator &cell,
FullMatrix<double> &local_mass_matrix) const;
-
- /**
- * Return a readonly reference to the
- * matrix which describes the transfer of a
- * child with the given number to the
- * mother cell. See the #restriction# array
- * for more information.
- *
- * This function returns an error since the
- * correct use of the restriction
- * matrices is not yet finally decided
- * about.
- */
- const FullMatrix<double> & restrict (const unsigned int) const;
};
*/
virtual void get_face_support_points (const DoFHandler<dim>::face_iterator &face,
vector<Point<dim> > &support_points) const;
-
-
- /**
- * This function returns an error since the
- * correct use of the restriction
- * matrices is not yet finally decided
- * about.
- */
- const FullMatrix<double> & restrict (const unsigned int) const;
};
*/
virtual void get_face_support_points (const DoFHandler<dim>::face_iterator &face,
vector<Point<dim> > &support_points) const;
-
- /**
- * This function returns an error since the
- * correct use of the restriction
- * matrices is not yet finally decided
- * about.
- */
- const FullMatrix<double> & restrict (const unsigned int) const;
};
*/
virtual void get_face_support_points (const DoFHandler<dim>::face_iterator &face,
vector<Point<dim> > &support_points) const;
-
- /**
- * This function returns an error since the
- * correct use of the restriction
- * matrices is not yet finally decided
- * about.
- */
- const FullMatrix<double> & restrict (const unsigned int) const;
};
*/
virtual void get_face_support_points (const DoFHandler<dim>::face_iterator &face,
vector<Point<dim> > &support_points) const;
-
- /**
- * This function returns an error since the
- * correct use of the restriction
- * matrices is not yet finally decided
- * about.
- */
- const FullMatrix<double> & restrict (const unsigned int) const;
};
};
-template <int dim>
-const FullMatrix<double> &
-FEDG_Q1<dim>::restrict (const unsigned int child) const {
- Assert (false, ExcNotImplemented());
- return restriction[child];
-};
-
-
-
template <int dim>
void
FEDG_Q2<dim>::get_face_support_points (const typename DoFHandler<dim>::face_iterator &,
};
-template <int dim>
-const FullMatrix<double> &
-FEDG_Q2<dim>::restrict (const unsigned int child) const {
- Assert (false, ExcNotImplemented());
- return restriction[child];
-};
-
-
-
template <int dim>
void
FEDG_Q3<dim>::get_face_support_points (const typename DoFHandler<dim>::face_iterator &,
};
-template <int dim>
-const FullMatrix<double> &
-FEDG_Q3<dim>::restrict (const unsigned int child) const {
- Assert (false, ExcNotImplemented());
- return restriction[child];
-};
-
-
-
-
template <int dim>
void
FEDG_Q4<dim>::get_face_support_points (const typename DoFHandler<dim>::face_iterator &,
};
-template <int dim>
-const FullMatrix<double> &
-FEDG_Q4<dim>::restrict (const unsigned int child) const {
- Assert (false, ExcNotImplemented());
- return restriction[child];
-};
-
-
// explicit instantiations