Searched refs:PetscOptionsStringToInt (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/socket/ |
| H A D | send.c | 335 if (tflg) PetscCall(PetscOptionsStringToInt(sdef, &def)); 431 PetscCall(PetscOptionsStringToInt(portn, &pport));
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 2203 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 D | aoptions.c | 374 PetscCall(PetscOptionsStringToInt(ivalue, &start)); in PetscOptionsGetFromTextInput() 375 PetscCall(PetscOptionsStringToInt(ivalue + i + 1, &end)); in PetscOptionsGetFromTextInput() 388 PetscCall(PetscOptionsStringToInt(ivalue, dvalue)); in PetscOptionsGetFromTextInput()
|
| H A D | pinit.c | 1029 PetscCall(PetscOptionsStringToInt(mpienv, &isize)); in PetscInitialize_Common()
|
| /petsc/src/sys/classes/viewer/impls/glvis/ |
| H A D | glvis.c | 572 ierr = PetscOptionsStringToInt(sport, &port); in PetscViewerFileSetName_GLVis() 671 if (flg) PetscCallNull(PetscOptionsStringToInt(sport, &port)); in PETSC_VIEWER_GLVIS_()
|
| /petsc/include/ |
| H A D | petscoptions.h | 74 PETSC_EXTERN PetscErrorCode PetscOptionsStringToInt(const char[], PetscInt *);
|
| /petsc/doc/changes/ |
| H A D | 32.md | 287 PetscOptionsStringToInt(), PetscOptionsStringToReal(),
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 35 PetscCall(PetscOptionsStringToInt(ts, &ti[i])); in PetscViewerParseVersion_Private() 1860 PetscCall(PetscOptionsStringToInt(vname, &value)); in ReadLabelStratumHDF5_Static()
|