<div>Hi,</div>
<div>&nbsp;</div>
<div>I am doing CFD and at each time step, I need to interpolate values at different points. I&#39;m doing bi-quadratic interpolation and hence to get each interpolated value, I need to solve a 9x9 matrices. There&#39;s about 100+ pts and hence 100+ 9x9 matrices to solve per time step.
</div>
<div>&nbsp;</div>
<div>I&#39;m wondering if it is worthwhile to use PETSc to solve them or&nbsp;am I better off using those direct guassian elimination solvers?</div>
<div>&nbsp;</div>
<div>Thanks</div>