Home
last modified time | relevance | path

Searched refs:PetscViewerMathematicaSetLinkHost (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.h30 PETSC_EXTERN PetscErrorCode PetscViewerMathematicaSetLinkHost(PetscViewer, const char *);
H A Dmathematica.c217 PetscCall(PetscViewerMathematicaSetLinkHost(v, hostname)); in PetscViewerMathematicaSetFromOptions()
279 PetscErrorCode PetscViewerMathematicaSetLinkHost(PetscViewer v, const char *host) in PetscViewerMathematicaSetLinkHost() function
345 PetscCall(PetscViewerMathematicaSetLinkHost(*v, machine)); in PetscViewerMathematicaOpen()