>> Apparently there is an issue using "dynamic_cast" to downcast pointers >> to a templated base class. A workaround for this (which seems to work, >> at least for all of the tutorial problems) is to replace the offending >> dynamic_cast's with static_cast's. > > Do you have any concrete instance of such code in mind? I would imagine we > use static_cast in these cases.
Line 807 of fe_system.cc is an instance of this. This is the same problem Pietro had an a previous mail. > I'm also not aware of this problem -- do > you have a link? I was unable to find any documentation of such a problem....which begs the question of what is the real problem. However, my simple workaround seemed to solve the problem. - Scott _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
