Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c165 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 Doptions.c313 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 Dvtkv.c119 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 Dex4k.kokkos.cxx66 PetscCall(PetscStrcasecmp(mstring, "host", &isHost)); in main()
67 PetscCall(PetscStrcasecmp(mstring, "kokkos", &isKokkos)); in main()
/petsc/src/sys/classes/draw/utils/
H A Dimage.c335 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 Dcmap.c214 …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 Dvecviennacl.cxx89 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 Dstr.c282 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 Dadaptdsp.c234 PetscCall(PetscStrcasecmp(name, filterlist[i].name, &match)); in TSAdaptDSPSetFilter_DSP()
/petsc/include/
H A Dpetscstring.h13 PETSC_EXTERN PetscErrorCode PetscStrcasecmp(const char[], const char[], PetscBool *);
/petsc/doc/changes/
H A D2028.md134 char[],char \*\*); PetscStrncmp() and PetscStrcasecmp() now return
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c1276 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 Dsf.c366 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 Dplexexodusii2.c692 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 Dex18.c124 PetscCall(PetscStrcasecmp(names[f], func->name, &match)); in ProcessMonitorOptions()
H A Dex11.c876 PetscCall(PetscStrcasecmp(names[i], link->name, &match)); in ModelFunctionalSetFromOptions()
/petsc/src/mat/interface/
H A Dmatrix.c4580 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 Dpforest.h1392 PetscCall(PetscStrcasecmp(name + len - 4, ".vtu", &hasExt)); in DMView_VTK_pforest()