| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | mathematica.c | 165 PetscCall(PetscStrcasecmp(modename, "Create", &isCreate)); in PetscViewerMathematicaParseLinkMode() 166 PetscCall(PetscStrcasecmp(modename, "Connect", &isConnect)); in PetscViewerMathematicaParseLinkMode() 167 PetscCall(PetscStrcasecmp(modename, "Launch", &isLaunch)); in PetscViewerMathematicaParseLinkMode() 234 PetscCall(PetscStrcasecmp(type, "Motif", &isMotif)); in PetscViewerMathematicaSetFromOptions() 235 PetscCall(PetscStrcasecmp(type, "PS", &isPS)); in PetscViewerMathematicaSetFromOptions() 236 PetscCall(PetscStrcasecmp(type, "PSFile", &isPSFile)); in PetscViewerMathematicaSetFromOptions() 246 PetscCall(PetscStrcasecmp(type, "Triangulation", &isTri)); in PetscViewerMathematicaSetFromOptions() 247 PetscCall(PetscStrcasecmp(type, "VectorTriangulation", &isVecTri)); in PetscViewerMathematicaSetFromOptions() 248 PetscCall(PetscStrcasecmp(type, "Vector", &isVec)); in PetscViewerMathematicaSetFromOptions() 249 PetscCall(PetscStrcasecmp(type, "Surface", &isSurface)); in PetscViewerMathematicaSetFromOptions()
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 313 PetscCall(PetscStrcasecmp(first, "-options_file", &isfile)); in PetscOptionsInsertString_Private() 314 PetscCall(PetscStrcasecmp(first, "-options_file_yaml", &isfileyaml)); in PetscOptionsInsertString_Private() 315 PetscCall(PetscStrcasecmp(first, "-options_string_yaml", &isstringyaml)); in PetscOptionsInsertString_Private() 316 PetscCall(PetscStrcasecmp(first, "-prefix_push", &ispush)); in PetscOptionsInsertString_Private() 317 PetscCall(PetscStrcasecmp(first, "-prefix_pop", &ispop)); in PetscOptionsInsertString_Private() 525 PetscCall(PetscStrcasecmp(tokens[0], "alias", &alias)); in PetscOptionsInsertFilePetsc() 669 PetscCall(PetscStrcasecmp(eargs[0], "-options_file", &isfile)); in PetscOptionsInsertArgs() 670 PetscCall(PetscStrcasecmp(eargs[0], "-options_file_yaml", &isfileyaml)); in PetscOptionsInsertArgs() 671 PetscCall(PetscStrcasecmp(eargs[0], "-options_string_yaml", &isstringyaml)); in PetscOptionsInsertArgs() 672 PetscCall(PetscStrcasecmp(eargs[0], "-prefix_push", &ispush)); in PetscOptionsInsertArgs() [all …]
|
| /petsc/src/sys/classes/viewer/impls/vtk/ |
| H A D | vtkv.c | 119 PetscCall(PetscStrcasecmp(name + len - 4, ".vtk", &isvtk)); in PetscViewerFileSetName_VTK() 120 PetscCall(PetscStrcasecmp(name + len - 4, ".vts", &isvts)); in PetscViewerFileSetName_VTK() 121 PetscCall(PetscStrcasecmp(name + len - 4, ".vtu", &isvtu)); in PetscViewerFileSetName_VTK() 122 PetscCall(PetscStrcasecmp(name + len - 4, ".vtr", &isvtr)); in PetscViewerFileSetName_VTK()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex4k.kokkos.cxx | 66 PetscCall(PetscStrcasecmp(mstring, "host", &isHost)); in main() 67 PetscCall(PetscStrcasecmp(mstring, "kokkos", &isKokkos)); in main()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | image.c | 335 PetscCall(PetscStrcasecmp(*ext, PetscDrawImageSaveTable[k].extension, &match)); in PetscDrawImageCheckFormat() 356 PetscCall(PetscStrcasecmp(ext, PetscDrawImageSaveTable[k].extension, &match)); in PetscDrawImageSave() 385 PetscCall(PetscStrcasecmp(imext, ".gif", &gifinput)); in PetscDrawMovieSave()
|
| H A D | cmap.c | 214 …for (id = 0; !match && id < count; id++) PetscCall(PetscStrcasecmp(colormap, cmap_name_list[id], &… in PetscDrawUtilitySetCmap()
|
| /petsc/src/vec/vec/impls/seq/seqviennacl/ |
| H A D | vecviennacl.cxx | 89 PetscCall(PetscStrcasecmp(string, "cuda", &flg_cuda)); in PetscViennaCLInit() 90 PetscCall(PetscStrcasecmp(string, "opencl", &flg_opencl)); in PetscViennaCLInit() 91 PetscCall(PetscStrcasecmp(string, "openmp", &flg_openmp)); in PetscViennaCLInit() 112 PetscCall(PetscStrcasecmp(string, "cpu", &flg)); in PetscViennaCLInit() 115 PetscCall(PetscStrcasecmp(string, "gpu", &flg)); in PetscViennaCLInit() 118 PetscCall(PetscStrcasecmp(string, "accelerator", &flg)); in PetscViennaCLInit()
|
| /petsc/src/sys/utils/ |
| H A D | str.c | 282 PetscErrorCode PetscStrcasecmp(const char a[], const char b[], PetscBool *t) in PetscStrcasecmp() function 706 PetscCall(PetscStrcasecmp(str, list[i], &matched)); in PetscEListFind()
|
| /petsc/src/ts/adapt/impls/dsp/ |
| H A D | adaptdsp.c | 234 PetscCall(PetscStrcasecmp(name, filterlist[i].name, &match)); in TSAdaptDSPSetFilter_DSP()
|
| /petsc/include/ |
| H A D | petscstring.h | 13 PETSC_EXTERN PetscErrorCode PetscStrcasecmp(const char[], const char[], PetscBool *);
|
| /petsc/doc/changes/ |
| H A D | 2028.md | 134 char[],char \*\*); PetscStrncmp() and PetscStrcasecmp() now return
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 1276 PetscCall(PetscStrcasecmp(prerelax[i], stringF, &matchF)); in PCSetFromOptions_HYPRE_BoomerAMG() 1277 PetscCall(PetscStrcasecmp(prerelax[i], stringC, &matchC)); in PCSetFromOptions_HYPRE_BoomerAMG() 1278 PetscCall(PetscStrcasecmp(prerelax[i], stringA, &matchA)); in PCSetFromOptions_HYPRE_BoomerAMG() 1287 PetscCall(PetscStrcasecmp(postrelax[i], stringF, &matchF)); in PCSetFromOptions_HYPRE_BoomerAMG() 1288 PetscCall(PetscStrcasecmp(postrelax[i], stringC, &matchC)); in PCSetFromOptions_HYPRE_BoomerAMG() 1289 PetscCall(PetscStrcasecmp(postrelax[i], stringA, &matchA)); in PCSetFromOptions_HYPRE_BoomerAMG()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 366 PetscCall(PetscStrcasecmp("cuda", backendstr, &isCuda)); in PetscSFSetFromOptions() 367 PetscCall(PetscStrcasecmp("kokkos", backendstr, &isKokkos)); in PetscSFSetFromOptions() 368 PetscCall(PetscStrcasecmp("hip", backendstr, &isHip)); in PetscSFSetFromOptions()
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 692 PetscCall(PetscStrcasecmp(ext_name, var_names[i], &flg)); in PetscViewerExodusIIGetNodalVariableIndex() 744 PetscCall(PetscStrcasecmp(ext_name, var_names[i], &flg)); in PetscViewerExodusIIGetZonalVariableIndex()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 124 PetscCall(PetscStrcasecmp(names[f], func->name, &match)); in ProcessMonitorOptions()
|
| H A D | ex11.c | 876 PetscCall(PetscStrcasecmp(names[i], link->name, &match)); in ModelFunctionalSetFromOptions()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 4580 PetscCall(PetscStrcasecmp(package, next->name, &flg)); in MatSolverTypeRegister() 4585 PetscCall(PetscStrcasecmp(mtype, inext->mtype, &flg)); in MatSolverTypeRegister() 4650 PetscCall(PetscStrcasecmp(type, next->name, &flg)); in MatSolverTypeGet()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1392 PetscCall(PetscStrcasecmp(name + len - 4, ".vtu", &hasExt)); in DMView_VTK_pforest()
|