]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add two useful fields
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Jan 2014 12:13:32 +0000 (12:13 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Jan 2014 12:13:32 +0000 (12:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@32199 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/meshworker/local_integrator.h

index 2516135024ec87b08e3cc9955cd0d1767de787f9..f3a0595f802c1e3e71e7efd79e52b56119f30c99 100644 (file)
@@ -22,6 +22,9 @@
 #include <deal.II/base/subscriptor.h>
 #include <deal.II/base/std_cxx1x/function.h>
 
+#include <vector>
+#include <string>
+
 DEAL_II_NAMESPACE_OPEN
 
 namespace MeshWorker
@@ -106,6 +109,26 @@ namespace MeshWorker
     */
     bool use_face;
 
+    /**
+     * The names of the input vectors. If this vector is nonempty, it
+     * can be used by application programs to automatically select
+     * and verify the input vectors used for integration.
+     *
+     * @note This variable is currently not used by the library, but
+     * it is provided to help develop application programs.
+     */
+    std::vector<std::string> input_vector_names;
+
+    /**
+     * The names of the results produced. If this vector is nonempty,
+     * it can be used by application programs to automatically assign
+     * names to output values and/or verify the names of vectors.
+     *
+     * @note This variable is currently not used by the library, but
+     * it is provided to help develop application programs.
+     */
+    std::vector<std::string> output_names;
+      
     /**
      * This error is thrown if one of the virtual functions cell(),
      * boundary(), or face() is called without being overloaded in a

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.