Re: [Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread Roy Stogner
On Tue, 29 Sep 2009, Yujie wrote: > I adjust "RealGradient" and "Real" in Lines 185, 190, 327, 328, 336 to > "Gradient" and "Number" respectively. I can make it successfully. However, I > don't know whether it is correct. I have not used Libmesh for a long time. That should be correct, insofar a

Re: [Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread John Peterson
On Tue, Sep 29, 2009 at 5:05 PM, Yujie wrote: > Dear John and Derek, > > Thank you for your help. > I adjust "RealGradient" and "Real" in Lines 185, 190, 327, 328, 336 to > "Gradient" and "Number" respectively. I can make it successfully. However, I > don't know whether it is correct. I have not u

[Libmesh-users] Outstanding libMesh bug - fixed

2009-09-29 Thread Roy Stogner
On Tue, 29 Sep 2009, Roy Stogner wrote: > Until it's fixed, beware the combination of: > > Nodal FEM bases (e.g. first order LAGRANGE/HIERARCHIC, or third order > HERMITE) > Second-order geometric elements (e.g. TRI6, HEX27) > Parallel non-conforming meshes > The asymmetric_constr

Re: [Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread Yujie
Dear John and Derek, Thank you for your help. I adjust "RealGradient" and "Real" in Lines 185, 190, 327, 328, 336 to "Gradient" and "Number" respectively. I can make it successfully. However, I don't know whether it is correct. I have not used Libmesh for a long time. Regards, Yujie On Tue, Sep

Re: [Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread Derek Gaston
Hmmm... I suppose that's my fault sorry about that. Yujie, does just changing Real to Number fix it? Derek On Sep 29, 2009, at 3:43 PM, John Peterson wrote: > On Tue, Sep 29, 2009 at 4:39 PM, Yujie wrote: >> Dear Libmesh Developers, >> >> I downloaded the latest Libmesh using SVN. I can

Re: [Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread John Peterson
On Tue, Sep 29, 2009 at 4:39 PM, Yujie wrote: > Dear Libmesh Developers, > > I downloaded the latest Libmesh using SVN. I can compile it with complex > numbers. when I ran "Make run_examples", I got the following errors for > ex19: It looks like ex19 explicitly uses type Real, when it should prob

[Libmesh-users] errors in ex19 with enabling complex

2009-09-29 Thread Yujie
Dear Libmesh Developers, I downloaded the latest Libmesh using SVN. I can compile it with complex numbers. when I ran "Make run_examples", I got the following errors for ex19: "make[2]: Leaving directory `/home/yujie/codes/libmesh_svn_092909/examples/ex18' make[2]: Entering directory `/home/yujie

[Libmesh-users] Outstanding libMesh bug

2009-09-29 Thread Roy Stogner
Until it's fixed, beware the combination of: Nodal FEM bases (e.g. first order LAGRANGE/HIERARCHIC, or third order HERMITE) Second-order geometric elements (e.g. TRI6, HEX27) Parallel non-conforming meshes The asymmetric_constraint_rows=false option to DofMap::constrain_* (wh