Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c182 PetscInt numPorts; in PetscViewerMathematicaSetFromOptions() local
198 numPorts = size; in PetscViewerMathematicaSetFromOptions()
200 PetscCall(PetscOptionsGetIntArray("viewer_", "-math_linkport", ports, &numPorts, &opt)); in PetscViewerMathematicaSetFromOptions()
202 if (numPorts > rank) snprintf(linkname, sizeof(linkname), "%6d", ports[rank]); in PetscViewerMathematicaSetFromOptions()