* object. To make things more efficient, however, these FE*Values
* objects are only created once requested (lazy allocation).
*
- * The first template parameter denotes the
- * space dimension we are in, the second the dimensionality of the
- * object that we integrate on, i.e. for usual @p hp::FEValues it is
- * equal to the first one, while for face integration it is one
- * less. The third template parameter indicates the type of underlying
- * non-hp FE*Values base type, i.e. it could either be ::FEValues,
- * ::FEFaceValues, or ::FESubfaceValues.
+ * The first template parameter denotes the space dimension we are in,
+ * the second the dimensionality of the object that we integrate on,
+ * i.e. for usual @p hp::FEValues it is equal to the first one, while
+ * for face integration it is one less. The third template parameter
+ * indicates the type of underlying non-hp FE*Values base type,
+ * i.e. it could either be ::FEValues, ::FEFaceValues, or
+ * ::FESubfaceValues.
*
* @ingroup hp
*
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim,::FEValues<dim> > (mapping,
- fe_collection,
- q_collection,
- update_flags)
+ fe_collection,
+ q_collection,
+ update_flags)
{}
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim,::FEValues<dim> > (fe_collection,
- q_collection,
- update_flags)
+ q_collection,
+ update_flags)
{}
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim-1,::FEFaceValues<dim> > (mapping,
- fe_collection,
- q_collection,
- update_flags)
+ fe_collection,
+ q_collection,
+ update_flags)
{}
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim-1,::FEFaceValues<dim> > (fe_collection,
- q_collection,
- update_flags)
+ q_collection,
+ update_flags)
{}
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim-1,::FESubfaceValues<dim> > (mapping,
- fe_collection,
- q_collection,
- update_flags)
+ fe_collection,
+ q_collection,
+ update_flags)
{}
const UpdateFlags update_flags)
:
internal::hp::FEValuesBase<dim,dim-1,::FESubfaceValues<dim> > (fe_collection,
- q_collection,
- update_flags)
+ q_collection,
+ update_flags)
{}