#include <fe/fe.h>
+/*!@addtogroup fe */
+/*@{*/
/**
* This class gives a unified framework for the implementation of
protected:
- /**
- * Prepare internal data
- * structures and fill in values
- * independent of the cell.
- */
virtual
typename Mapping<dim>::InternalDataBase *
get_data (const UpdateFlags,
const Mapping<dim>& mapping,
const Quadrature<dim>& quadrature) const ;
- /**
- * Implementation of the same
- * function in FiniteElement.
- */
virtual void
fill_fe_values (const Mapping<dim> &mapping,
const typename Triangulation<dim>::cell_iterator &cell,
typename Mapping<dim>::InternalDataBase &fe_internal,
FEValuesData<dim>& data) const;
- /**
- * Implementation of the same
- * function in FiniteElement.
- */
virtual void
fill_fe_face_values (const Mapping<dim> &mapping,
const typename Triangulation<dim>::cell_iterator &cell,
typename Mapping<dim>::InternalDataBase &fe_internal,
FEValuesData<dim>& data) const ;
- /**
- * Implementation of the same
- * function in FiniteElement.
- */
virtual void
fill_fe_subface_values (const Mapping<dim> &mapping,
const typename Triangulation<dim>::cell_iterator &cell,
POLY poly_space;
};
-
+/*@}*/
#endif