Looking over this, only two gripes:

The new FEInterface::shape should be a templated method to make it
trivial to extend to RealTensor etc.  This should be easy to fix after
the fact; commit as-is.

The FEInterface::is_vector_type() return type of bool is too
restrictive - we ought to be returning a type enum (TYPE_REAL or
TYPE_REAL_GRADIENT for now) to make it easier to extend later.

I'll fix any problems in complex mode; the svn head is in flux right
now anyway.  My own ParallelMesh support edits are probably breaking
--disable-amr as we speak.
---
Roy

On Wed, 20 Jun 2012, Paul T. Bauman wrote:

> I've got a compiling version of a vector Lagrange finite element; the vector 
> part is entirely untested at this point. Patch can be found at:
> http://users.ices.utexas.edu/~pbauman/fe_lagrange/lagrange_vec.patch and new 
> fe_lagrange_vec.C (to be dropped in src/fe) can be found at:
> http://users.ices.utexas.edu/~pbauman/fe_lagrange/fe_lagrange_vec.C This 
> builds for me in dbg and opt and all the examples run successfully
> (caveat I didn't run in complex mode).

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to