Hello, is there an index of the PETSc operations (e.g. mathematical on Vec's and Mat's) that do NOT overwrite the operands? I understand in-place operations are more efficient, but they make it harder to reason about the program's operation. Thank you in advance