On Wed, Nov 6, 2013 at 9:18 AM, subramanya sadasiva <[email protected]>wrote:

> HI, I was looking to use TensorValue for an elasticity and I noticed the
> LIBMESH_DIM constant. Is this set when I build libmesh or when I compile
> individual programs. Thanks, Subramanya
>

include/base/libmesh_common.h line 492:

// 3D spatial dimension unless otherwise specified
#ifndef LIBMESH_DIM
#  define LIBMESH_DIM 3
#endif

We should maybe make this into a configure option at some point.  I'm not
even sure the library works with LIBMESH_DIM != 3...

-- 
John
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to