<div>Hi,</div>
<div>&nbsp;</div>
<div>I'm still relatively new to PETSC but I've finally managed to solve my own poisson eqn using it in about a week's time.Thank you for writing such a good solver.</div>
<div>&nbsp;</div>
<div>However, I have some questions still about PETSC:</div>
<div>&nbsp;</div>
<div>1. Are petscscaler the same as real nos.? I am writing in double precision or real(8). So are these 2 interchangeable? (same as petscint and integer).</div>
<div>&nbsp;</div>
<div>2. while linking in compaq visual fortran, I get the warning message about conflict library with LIBCMT. Is it important or can I just ignore it?</div>
<div>&nbsp;</div>
<div>3. I am writing in f90 free form format. When I modify from fixed f77 format to f90, it gives me a lot of error, which seems to be the include file error.&nbsp;So, is it possible to write in f90 format?</div>
<div>&nbsp;</div>
<div>4. I am writing a Navier stokes solver and I'm using&nbsp;PETSC to solve the poisson eqn. If only the RHS changes with each time step, do I need to call </div>
<div>&nbsp;</div>
<div>VecCreateSeq</div>
<div>&lt;insert values in RHS b&gt;</div>
<div>VecAssemblyBegin</div>
<div>VecAssemblyEnd</div>
<div>VecDestroy</div>
<div>&nbsp;</div>
<div>at each time step? I don't think I can (or I should) change values of b after VecAssemblyBegin,VecAssemblyEnd, or can I?</div>
<div>&nbsp;</div>
<div>Thank you very much and have a nice day</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Ben</div>