The vector-valued-element-friendly APIs from Paul and me, and the
also-vectorized-and-arbitrary-localization-compatible APIs from Vikram
and me, have both been changed to template around different typenames.

If you haven't started using these APIs yet, starting to do so becomes
slightly friendlier: see for example "c.side_value( u_var, qp, u );"
instead of the older "c.side_value<RealGradient>( u_var, qp, u );" in
vector_fe_ex3.C

If you have started using these APIs, then your code will now be
broken until/unless you remove the explicit template argument shown
above.  My apologies, but there was no efficient way to enable more
automatic overloading resolution but also maintain compatibility with
older manual overloading resolution.
---
Roy

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to