On Fri, 12 Apr 2013, Cody Permann wrote:

I just noticed that FE::get_normals(), get_tangents() and other related methods 
in that class
return vectors of "Points".  Any desire to change these return types to 
VectorValue types?

Sadly no - we'd hose backwards compatibility if we did.  You can
initialize a Point from a VectorValues, but you can't initialize a
reference to a container of Points from a container of VectorValues.

We might as well wait until we're abstracting those containers more
anyway to handle the instruction vectorization problems that Derek
first noticed.

I agree that the VectorValue->TypeVector->Point hierarchy is a little
dubious, though.
---
Roy
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to