On Sun, 20 Mar 2016, Geev Nahal wrote:

It would be great if you also help me to use libmesh in my xcode project(
adding header and linker and compiler flags). Thanks,

You might be able to just use the output of the libmesh-config
invocations?  (e.g. --include, --libs)

Hi,Libmesh test asked me to report this. Would you please help me?

*   example-dbg refinement_type=h 

Beginning Solve 2
#iterations: 24
estimated error: 6.92825e-16
System has: 97 degrees of freedom.
Linear solver converged at step: 24, final residual: 6.92825e-16

L2-Error is: 0.0019902
H1-Error is: 0.0494319

Mean discontinuity error = 1.5741e-07

Assertion `mean_disc_error < 1e-14' failed.

This is saying that the level of discontinuity at our hanging nodes is
smaller than one part in a million, which sounds good until you
realize that we were expecting it to be smaller than one part in a
trillion.

What solver package are you using?  Looks like Eigen output?  I'll try
to replicate the problem; in hindsight I realize that in both my own
runs and our continuous integration runs that assertion was only
tested using our PETSc interface.
---
Roy
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to