* In a parallel computation the @p solution vector needs to contain the
* locally relevant unknowns.
*/
-
template <int dim, template <int, int> class DH, class InputVector, int order, int spacedim>
static void
approximate_derivative_tensor (const Mapping<dim,spacedim> &mapping,
/**
* Same as above, with <tt>mapping=MappingQ1@<dim@>()</tt>.
*/
-
template <int dim, template <int, int> class DH, class InputVector, int order, int spacedim>
static void
approximate_derivative_tensor (const DH<dim,spacedim> &dof,
Tensor<order,dim> &derivative,
const unsigned int component)
{
- // just call the respective function with Q1
- // mapping
- approximate_derivative_tensor (StaticMappingQ1<dim>::mapping,
- dof,
- solution,
- cell,
- derivative,
- component);
+ // just call the respective function with Q1 mapping
+ approximate_derivative_tensor<dim,DH,InputVector,order,spacedim>
+ (StaticMappingQ1<dim>::mapping,
+ dof,
+ solution,
+ cell,
+ derivative,
+ component);
}
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