:orphan: # PetscViewerMathematicaPutVector Send a vector to Mathematica via a `PETSCVIEWERMATHEMATICA` `PetscViewer` ## Synopsis ``` PetscErrorCode PetscViewerMathematicaPutVector(PetscViewer viewer, Vec v) ``` ## Input Parameters - ***viewer -*** The Mathematica viewer - ***v -*** The vector ## See Also `PETSCVIEWERMATHEMATICA`, `VecView()`, `PetscViewerMathematicaGetVector()` ## Level intermediate ## Location src/sys/classes/viewer/impls/mathematica/mathematica.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/viewer/impls/mathematica/mathematica.c) [Index of all Viewer routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)