]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Notes.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Oct 2013 21:49:37 +0000 (21:49 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Oct 2013 21:49:37 +0000 (21:49 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31393 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/algorithms/operator.templates.h
deal.II/include/deal.II/numerics/data_out_dof_data.h
deal.II/source/numerics/data_out.cc
deal.II/source/numerics/data_out_dof_data.cc
deal.II/source/numerics/data_out_faces.cc
deal.II/source/numerics/data_out_rotation.cc

index 307466f5f742d4fe8b436eca7a829a2c70f97d92..4ace622b911823091368f999d22e1e71ce92e1af 100644 (file)
@@ -73,11 +73,11 @@ namespace Algorithms
     else
       {
        /* @whattodo */
-        /* (*os) << ' ' << step; */
-        /* for (unsigned int i=0; i<vectors.size(); ++i) */
-        /*   for (unsigned int j=0; j<vectors(i)->size(); ++j) */
-        /*     (*os) << ' ' << (*vectors(i))(j); */
-        /* (*os) << std::endl; */
+       (*os) << ' ' << step; 
+       for (unsigned int i=0; i<vectors.size(); ++i) 
+         for (unsigned int j=0; j<vectors(i)->size(); ++j) 
+           (*os) << ' ';// << (*vectors(i))(j); 
+       (*os) << std::endl; 
        Assert ((false), ExcMessage ("This function is corrupt: @whattodo"));
       }
     return *this;
index fdc24dbd2fd1c085ec2fe88b33d8eff36caa87f2..4ed4d6a1b67239c5be26a09f8f2ccc2fc5e887ee 100644 (file)
@@ -85,7 +85,7 @@ namespace internal
        * Assuming that the stored vector is a cell vector, extract the given
        * element from it.
        */
-      virtual
+      virtual 
       double
       get_cell_data_value (const unsigned int cell_number) const = 0;
 
index be256797bb887e0798432c0ff17a5f0e405608f3..0c464dcedcf0e31f71fba203bf1db7cdd72fa543 100644 (file)
@@ -252,6 +252,7 @@ build_one_patch (const std::pair<cell_iterator, unsigned int> *cell_and_index,
 
           for (unsigned int dataset=0; dataset<this->cell_data.size(); ++dataset)
             {
+             // @whattodo - this next line does not cause a problem (yet), but probably will one day.
               const double value
                 = this->cell_data[dataset]->get_cell_data_value (cell_and_index->second);
               for (unsigned int q=0; q<n_q_points; ++q)
index d510c41b49711b8d1ea291ae1e89d37b827b136d..d38c12e874a3bcde564eedb3c40a79a6ff1c1fec 100644 (file)
@@ -518,7 +518,7 @@ namespace internal
       get_vector_element (const VectorType &vector,
                           const unsigned int cell_number)
       {
-       // @whattodo Note, there should be a way to get the value type from a VectorType
+       // @whattodo Note, there should be a way to get the value type from a VectorType
         // return vector[cell_number];
        Assert ((false), ExcMessage ("This function is corrupt: @whattodo"));
       }
index 4dd1ccec43c1030a05b4575b792bb4f6c3af4e9f..8d32055093dcfd776e7e1db9316b3dfbf784cb50 100644 (file)
@@ -248,6 +248,7 @@ build_one_patch (const FaceDescriptor *cell_and_face,
             = std::distance (this->triangulation->begin_active(),
                              typename Triangulation<DH::dimension,DH::space_dimension>::active_cell_iterator(cell_and_face->first));
 
+         // @whattodo - this next line does not cause a problem (yet), but probably will one day.
           const double value
             = this->cell_data[dataset]->get_cell_data_value (cell_number);
           for (unsigned int q=0; q<n_q_points; ++q)
index 5593d7a792004466a36531dece787cc44378f95b..3a4124fd27b84744f722fd79a2ee8ef2c6514645 100644 (file)
@@ -365,6 +365,8 @@ build_one_patch (const cell_iterator *cell,
               const unsigned int cell_number
                 = std::distance (this->triangulation->begin_active(),
                                  typename Triangulation<DH::dimension,DH::space_dimension>::active_cell_iterator(*cell));
+
+             // @whattodo - this next line does not cause a problem (yet), but probably will one day.
               const double value
                 = this->cell_data[dataset]->get_cell_data_value (cell_number);
               switch (DH::dimension)

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.