SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Stiffness Matrix Extraction


Chronological Thread 
  • From: David Weinstein <dmw@sci.utah.edu>
  • To: "Svendsen, Mark C" <msvendse@iupui.edu>
  • Cc: <scirun-users@sci.utah.edu>
  • Subject: Re: [SCIRUN-USERS] Stiffness Matrix Extraction
  • Date: Fri, 9 Sep 2005 15:06:19 -0600

Hi,

(It appears I hit 'send' before I answered your second question.) If you want to write out a DenseMatrix, you can use the SCIRun::Math::CastMatrix module to cast it to a DenseMatrix before you send it to the MatrixWriter.

Cheers,
Dave


On Sep 9, 2005, at 1:27 PM, Svendsen, Mark C wrote:

Hello

I am trying to extract the stiffness matrix from the low resolution mesh of the torso. I have the mesh.tvt.fld file being read in by the FieldReader. I have the FieldReader going to the SetupFEMatrix module and then both of these modules feeding into the BuildFEMatrixQuadratic module. I then have the BuildFEMatrixQuadratic feeding into the MatrixWriter module. I am getting an error that the field input to the BuildFEMatrixQuadratic has to be a TetVol type, not a TetVolField<int>. I have tried to convert the output from the FieldReader to a TetVol type, but with no luck.

Also, can I write the matrix to something other than a sparse matrix .mat file? How about a dense matrix .mat or something else?

Thank you very much.

Mark

====================================================================== =====
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu ==
== for more details. ==
== Please acknowledge use of SCIRun in your papers and reports: ==
== see http://software.sci.utah.edu/scirun- biopse_citation.bib ==
====================================================================== =====


===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page