Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c335 if (tflg) PetscCall(PetscOptionsStringToInt(sdef, &def));
431 PetscCall(PetscOptionsStringToInt(portn, &pport));
/petsc/src/sys/objects/
H A Doptions.c2203 PetscErrorCode PetscOptionsStringToInt(const char name[], PetscInt *a) in PetscOptionsStringToInt() function
2647 PetscCall(PetscOptionsStringToInt(value, ivalue)); in PetscOptionsGetInt()
3066 PetscCall(PetscOptionsStringToInt(iivalue, &start)); in PetscOptionsGetIntArray()
3073 PetscCall(PetscOptionsStringToInt(iivalue + j + 1, &inc)); in PetscOptionsGetIntArray()
3078 PetscCall(PetscOptionsStringToInt(iivalue + i + 1, &end)); in PetscOptionsGetIntArray()
3092 PetscCall(PetscOptionsStringToInt(value, ivalue)); in PetscOptionsGetIntArray()
H A Daoptions.c374 PetscCall(PetscOptionsStringToInt(ivalue, &start)); in PetscOptionsGetFromTextInput()
375 PetscCall(PetscOptionsStringToInt(ivalue + i + 1, &end)); in PetscOptionsGetFromTextInput()
388 PetscCall(PetscOptionsStringToInt(ivalue, dvalue)); in PetscOptionsGetFromTextInput()
H A Dpinit.c1029 PetscCall(PetscOptionsStringToInt(mpienv, &isize)); in PetscInitialize_Common()
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c572 ierr = PetscOptionsStringToInt(sport, &port); in PetscViewerFileSetName_GLVis()
671 if (flg) PetscCallNull(PetscOptionsStringToInt(sport, &port)); in PETSC_VIEWER_GLVIS_()
/petsc/include/
H A Dpetscoptions.h74 PETSC_EXTERN PetscErrorCode PetscOptionsStringToInt(const char[], PetscInt *);
/petsc/doc/changes/
H A D32.md287 PetscOptionsStringToInt(), PetscOptionsStringToReal(),
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c35 PetscCall(PetscOptionsStringToInt(ts, &ti[i])); in PetscViewerParseVersion_Private()
1860 PetscCall(PetscOptionsStringToInt(vname, &value)); in ReadLabelStratumHDF5_Static()