]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Write default constructor of MappingQ1 to make Intel compiler more happy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 12:00:35 +0000 (12:00 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 12:00:35 +0000 (12:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@4630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/mapping_q1.h
deal.II/deal.II/source/fe/mapping_q1.cc

index 483b6bd1af414a76b3f140bcb07d8966f90e93a8..2f2cefe75845395c211dd50040c7b4121c5ea6ef 100644 (file)
@@ -37,6 +37,11 @@ template <int dim>
 class MappingQ1 : public Mapping<dim>
 {
   public:
+                                    /**
+                                     * Default constructor.
+                                     */
+    MappingQ1 ();
+    
                                     /**
                                      * Transforms the point @p{p} on
                                      * the unit cell to the point
index 66cc335c791ec2ec129ae31fd20585601a64d5c0..ed1699457c83fccbae3463621fa429991cc6288f 100644 (file)
@@ -39,6 +39,7 @@ MappingQ1<dim>::InternalData::InternalData (const unsigned int n_shape_functions
 {}
 
 
+
 template<int dim> inline
 double
 MappingQ1<dim>::InternalData::shape (const unsigned int qpoint,
@@ -90,6 +91,12 @@ MappingQ1<dim>::InternalData::derivative (const unsigned int qpoint,
 
 
 
+template <int dim>
+MappingQ1<dim>::MappingQ1 ()
+{};
+
+
+
 template<int dim>
 void
 MappingQ1<dim>::compute_shapes (const std::vector<Point<dim> > &unit_points,

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.