From: Rafael L. <ra...@la...> - 2012-10-25 06:31:29
|
* Rafael Laboissiere <ra...@la...> [2012-10-25 01:33]: > > * c. <car...@gm...> [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 |