Searched refs:vmath (Results 1 – 1 of 1) sorted by relevance
60 PetscViewer_Mathematica *vmath = (PetscViewer_Mathematica *)viewer->data; in PetscViewerDestroy_Mathematica() local63 MLClose(vmath->link); in PetscViewerDestroy_Mathematica()64 PetscCall(PetscFree(vmath->linkname)); in PetscViewerDestroy_Mathematica()65 PetscCall(PetscFree(vmath->linkhost)); in PetscViewerDestroy_Mathematica()66 PetscCall(PetscFree(vmath)); in PetscViewerDestroy_Mathematica()79 PetscViewer_Mathematica *vmath = (PetscViewer_Mathematica *)v->data; in PetscViewerMathematicaSetupConnection_Private() local93 if (!vmath->linkname) argv[1] = "math -mathlink"; in PetscViewerMathematicaSetupConnection_Private()94 else argv[1] = vmath->linkname; in PetscViewerMathematicaSetupConnection_Private()98 if (!vmath->linkhost) { in PetscViewerMathematicaSetupConnection_Private()101 } else argv[3] = vmath->linkhost; in PetscViewerMathematicaSetupConnection_Private()[all …]