<div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Dear Petsc team,</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">I'm trying to implement PDE constrained optimization using TAO from the petsc4py interface.</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Since my problem has multiple parameter fields to optimize, I need to combine them into a single Vec object to supply to TAO. I've found the VecConcatenate in the C documentation, which appears to do exactly what I need, however this function does not seem to exist in the python interface (or at least I was unable to find it).</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Is there an other easy way to combine vectors from python?</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Thanks for your help,</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Armand Touminet<br></div>