Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c106 switch (vmath->linkmode) { in PetscViewerMathematicaSetupConnection_Private()
118 switch (vmath->linkmode) { in PetscViewerMathematicaSetupConnection_Private()
150 vmath->linkmode = MATHEMATICA_LINK_CONNECT; in PetscViewerCreate_Mathematica()
295 vmath->linkmode = mode; in PetscViewerMathematicaSetLinkMode()
343 LinkMode linkmode; in PetscViewerMathematicaOpen()
346 PetscCall(PetscViewerMathematicaParseLinkMode(mode, &linkmode)); in PetscViewerMathematicaOpen()
347 PetscCall(PetscViewerMathematicaSetLinkMode(*v, linkmode)); in PetscViewerMathematicaOpen()
H A Dmathematica.h23 LinkMode linkmode; /* The link mode */ member
H A Druntime.c11 …tic PetscErroCode setupConnection(MLENV *env, MLINK *link, const char *linkhost, LinkMode linkmode) in setupConnection() argument
32 switch (linkmode) { in setupConnection()