<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi to all.<BR>
 <BR>
I have developed a finite element model for the simulation of poroelastic materials. The model requires the implementation of a time integration scheme (also known as step by step algorithms) hence iterations are performed. For each iteration I have to solve a linear system of equations so I have to calculate the inverse of a matrix and then execute a multiplication. I'm trying to see if there's any chance to parallelize my code.<BR>
I'm just getting started on the subject of parallelization and I would appreciate if anyone can give me a clue where to begin. I'm not quite sure what would be the best strategy to solve my problem.<BR>
 <BR>
César.<BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>