From d15f36c495e663fa20faf8493dc38b634eb36aac Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 14 Mar 2000 20:13:32 +0000 Subject: [PATCH] doc for add_data_vector git-svn-id: https://svn.dealii.org/trunk@2582 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index e3a9329b07..3da100fad5 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -196,6 +196,14 @@ class DataOut_DoFData : public DataOutInterface * conversion of the #name# to a vector * of strings, to the other * #add_data_vector# function above. + * + * If #data# is a vector with + * multiple components this + * function will generate + * distinct names for all + * components by appending an + * underscore and the number of + * each component to #name# */ void add_data_vector (const Vector &data, const string &name); -- 2.39.5