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
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
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
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
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
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
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
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