]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add functions missing for function to be instantiated.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Nov 2000 14:07:53 +0000 (14:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Nov 2000 14:07:53 +0000 (14:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@3518 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_lib.criss_cross.cc

index a1a8cc5a634107cd2c7dd36f6f429e418c24cec5..e6bc8ef1ee0241f18528223f53e4ec3eb565b40d 100644 (file)
@@ -1271,6 +1271,30 @@ Tensor<1,3> FECrissCross<3>::shape_grad_transform (const unsigned int,
 #endif // deal_II_dimension == 3
 
 
+
+template <int dim>
+Point<dim>
+FECrissCross<dim>::transform_unit_to_real_cell (const typename DoFHandler<dim>::cell_iterator,
+                                               const Point<dim> &) const
+{
+  Assert (false, ExcNotImplemented());
+  return Point<dim>();
+};
+
+
+
+template <int dim>
+Point<dim>
+FECrissCross<dim>::transform_real_to_unit_cell (const typename DoFHandler<dim>::cell_iterator,
+                                               const Point<dim> &) const
+{
+  Assert (false, ExcNotImplemented());
+  return Point<dim>();
+};
+
+
+
+
 /*--------------------------- QCrissCross* ------------------------------------*/
 
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.