]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add comment on becoming thread safe
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 18 Sep 2009 23:19:38 +0000 (23:19 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 18 Sep 2009 23:19:38 +0000 (23:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@19476 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/polynomials_raviart_thomas.cc

index 17cba34667775e5cb512b98d8a7abdb112e56b96..b831d9969e20e046caaea3bb1438471d62432ee9 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -18,6 +18,8 @@
 #include <iomanip>
 
 //TODO[WB]: This class is not thread-safe: it uses mutable member variables that contain temporary state. this is not what one would want when one uses a finite element object in a number of different contexts on different threads: finite element objects should be stateless
+//TODO:[GK] This can be achieved by writing a function in Polynomial space which does the rotated fill performed below and writes the data into the right data structures. The same function would be used
+//by Nedelec polynomials.
 
 DEAL_II_NAMESPACE_OPEN
 

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.