On 25 Oct 2012, at 08:31, Rafael Laboissiere wrote:

> Ok, this does not seem to be an issue anymore.
> 
> However, the test of bim3c_tri_to_nodes fails with:
> 
>    ***** test
>   msh = bim3c_mesh_properties (msh2m_structured_mesh (linspace (0, 1, 31), 
> linspace (0, 1, 13), linspace (0, 1, 13), 1, 1:6));
>   nel  = columns (msh.t);
>   nnod = columns (msh.p);
>   u_tri = randn (nel, 1);
>   un1 = bim3c_tri_to_nodes (msh, u_tri);
>   [un2, m] = bim3c_tri_to_nodes (msh, u_tri);
>   assert (un1, un2, 1e-10)
>  !!!!! test failed
>  msh2m_structured_mesh: REGION must be a valid scalar.
> 
> 
> Rafael


Rafael,

I posted a new version of bim here:

https://sourceforge.net/p/octave/package-releases/9/#5b7d

testing is welcome as usual
c.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to