From: bangerth Date: Wed, 25 Oct 2006 01:43:49 +0000 (+0000) Subject: More doc updates X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ac056e8e65c062242482104083a9c4db9923df;p=dealii-svn.git More doc updates git-svn-id: https://svn.dealii.org/trunk@14081 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 6e0a993778..e2b12f9165 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -1013,10 +1013,10 @@ class FETools * * The function returns a pointer * to a newly create finite - * element. It is in the callers + * element. It is in the caller's * responsibility to destroy the * object pointed to at an - * appropriate time. + * appropriate later time. * * Since the value of the template * argument can't be deduced from the @@ -1024,6 +1024,16 @@ class FETools * function, you have to explicitly * specify it when you call this * function. + * + * This function knows about all + * the standard elements defined + * in the library. However, it + * doesn't by default know about + * elements that you may have + * defined in your program. To + * make your own elements known + * to this function, use the + * add_fe_name() function. */ template static