<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div><br></div><a href="https://petsc.org/release/manualpages/DM/VecGetDM/">https://petsc.org/release/manualpages/DM/VecGetDM/</a><div><br></div><div>Note there is also <a href="https://petsc.org/release/manualpages/Sys/PetscObjectCompose/">https://petsc.org/release/manualpages/Sys/PetscObjectCompose/</a> which along with <a href="https://petsc.org/release/manualpages/Sys/PetscContainerCreate/">https://petsc.org/release/manualpages/Sys/PetscContainerCreate/</a> allows you to attach any data you like to a Vec for later access. This approach supports layering your own higher-level vector information on top of regular Vec (it is done this way to support C and old Fortran that don't support inheritance).</div><div><br></div><div><br></div><div><div><br><blockquote type="cite"><div>On Nov 16, 2023, at 9:02 AM, Carl-Johan Thore <carljohanthore@gmail.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr"><div>Hi,</div><div><br></div><div>Given a Vec (or Mat) created at some point with DMCreate...,</div><div>is it possible to retrieve from this Vec a pointer to the DM used</div><div>to create it? </div><div><br></div><div>(I could perhaps build my own Vec-type on top of PETSc's</div><div>which carried with it such a pointer but that doesn't seem like</div><div>a good idea)<br></div><div><br></div><div>Kind regards,</div><div>Carl-Johan<br></div></div>
</div></blockquote></div><br></div></body></html>