Home
last modified time | relevance | path

Searched refs:linkhost (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Druntime.c11 static PetscErroCode setupConnection(MLENV *env, MLINK *link, const char *linkhost, LinkMode linkmo… in setupConnection() argument
26 if (!linkhost) { in setupConnection()
29 } else argv[3] = (char *)linkhost; in setupConnection()
H A Dmathematica.c65 PetscCall(PetscFree(vmath->linkhost)); in PetscViewerDestroy_Mathematica()
98 if (!vmath->linkhost) { in PetscViewerMathematicaSetupConnection_Private()
101 } else argv[3] = vmath->linkhost; in PetscViewerMathematicaSetupConnection_Private()
149 vmath->linkhost = NULL; in PetscViewerCreate_Mathematica()
286 PetscCall(PetscStrallocpy(host, &vmath->linkhost)); in PetscViewerMathematicaSetLinkHost()
H A Dmathematica.h22 char *linkhost; /* The host to link to Mathematica on */ member