* Rafael Laboissiere <raf...@laboissiere.net> [2012-10-25 01:33]:
>
> * c. <carlo.defa...@gmail.com> [2012-10-23 20:34]:
>>
>> On 23 Oct 2012, at 17:27, Rafael Laboissiere wrote:
>>>
>>> This bug also affects the bim package.
>>
>> is this because of the dependency or is there similar bugs in bim?
>
> Because of the dependency.  All functions in the bim package that call 
> msh3m_structured_mesh are broken, because the later is broken.

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




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