<div dir="ltr">Hello<div><br></div><div>I'm re-implementing a model from mixed C/Fortran to Python where Petsc is used for matrix/vector operations.</div><div><br></div><div>In the C-code I have:</div><div>ierr = VecDuplicateVecs(templateVec,numTracers,&uef);</div><div>to create uef with numTracers vectors.</div><div><br></div><div>Later in the code looping is done of the individual vectors and a sequence of operations are performed.</div><div><br></div><div>I would like to follow the same idea in Python - but do not find any example. </div><div><br></div><div>An alternative would be to make a list of Vecs?</div><div><br></div><div>Best Regards,</div><div>Karsten<br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Karsten Bolding<div><a href="mailto:karsten@bolding-bruggeman.com" target="_blank">karsten@bolding-bruggeman.com</a></div><div>+4564422058</div></div></div></div></div>