SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Error in BuildFEMatrix


Chronological Thread 
  • From: Jeroen Stinstra <jeroen@cvrti.utah.edu>
  • To: taotao cao <caotaotao@gmail.com>
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Error in BuildFEMatrix
  • Date: Tue, 30 Oct 2007 09:52:00 -0600

Hi taotao,

The issue in here is that the new algorithm checks the integrity of the mesh. The error you are getting means that an element has a negative or zero jacobian. When this occurs the algorithm does not calculate the stiffness properly and hence it will fail. The old algorithm assumed the same but did not check it.

I am not exactly sure what the error is in your mesh, it is most probably an inverted element, which should be easy to correct if you have access to a program like matlab. If on of the elements is flat, a similar error would occur as well, the latter needs local remeshing to solve the problem in the mesh. Currently we have no module in SCIRun to fix errors in a mesh, it has been on the list for a while.

best,

Jeroen 
On Oct 30, 2007, at 2:50 AM, taotao cao wrote:

Hello,
    I have a little problem when I use SCIRun 3.0.2. I used SCIRun 1.24.2 before, but I update the software to 3.0.2 recently. After update to 3.0.2, I change the old .net file to the .srn file, but when I open the file, I got some errors in BuildFEMatrix, I explain the  problem in the following PDF file. Could anybody help me?

<BuildFEMatrix problem.pdf>





Archive powered by MHonArc 2.6.16.

Top of page