From: Guido Kanschat Date: Tue, 14 Mar 2000 20:13:32 +0000 (+0000) Subject: doc for add_data_vector X-Git-Tag: v8.0.0~20788 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3559c026083a0980d52eecc19e5b6a5d65aa9fd3;p=dealii.git doc for add_data_vector git-svn-id: https://svn.dealii.org/trunk@2582 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);