Home
last modified time | relevance | path

Searched refs:PetscStrcmp (Results 1 – 25 of 146) sorted by relevance

123456

/petsc/src/sys/error/
H A Dadebug.c53 PetscCall(PetscStrcmp(terminal, "xterm", &xterm)); in PetscSetDebugTerminal()
272 PetscCall(PetscStrcmp(PetscDebugger, "xxgdb", &isxxgdb)); in PetscAttachDebugger()
273 PetscCall(PetscStrcmp(PetscDebugger, "ddd", &isddd)); in PetscAttachDebugger()
274 PetscCall(PetscStrcmp(PetscDebugger, "kdbg", &iskdbg)); in PetscAttachDebugger()
275 PetscCall(PetscStrcmp(PetscDebugger, "ups", &isups)); in PetscAttachDebugger()
276 PetscCall(PetscStrcmp(PetscDebugger, "xldb", &isxldb)); in PetscAttachDebugger()
277 PetscCall(PetscStrcmp(PetscDebugger, "xdb", &isxdb)); in PetscAttachDebugger()
278 PetscCall(PetscStrcmp(PetscDebugger, "dbx", &isdbx)); in PetscAttachDebugger()
279 PetscCall(PetscStrcmp(PetscDebugger, "idb", &isidb)); in PetscAttachDebugger()
280 PetscCall(PetscStrcmp(PetscDebugger, "workshop", &isworkshop)); in PetscAttachDebugger()
[all …]
/petsc/src/sys/tests/
H A Dex56.c15 PetscCall(PetscStrcmp(pkg, "hdf5", &flg)); in main()
21 PetscCall(PetscStrcmp(pkg, "parmetis", &flg)); in main()
27 PetscCall(PetscStrcmp(pkg, "yaml", &flg)); in main()
H A Dex81.c18 PetscCall(PetscStrcmp(args[i], "foo", &flg)); in main()
H A Dex67.c14 PetscCall(PetscStrcmp(PetscAssertPointer_String(h), expected_string, &same_string)); \
H A Dex61.c44 PetscCall(PetscStrcmp(value, env, &equal)); in main()
/petsc/src/mat/tests/
H A Dbench_spmv.c135 PetscCall(PetscStrcmp(petscmatformat, MATAIJCUSPARSE, &isaijcusparse)); in TimedSpMV()
136 PetscCall(PetscStrcmp(petscmatformat, MATAIJHIPSPARSE, &isaijhipsparse)); in TimedSpMV()
137 PetscCall(PetscStrcmp(petscmatformat, MATAIJKOKKOS, &isaijkokkos)); in TimedSpMV()
138 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in TimedSpMV()
139 PetscCall(PetscStrcmp(petscmatformat, MATSELLHIP, &issellhip)); in TimedSpMV()
175 PetscCall(PetscStrcmp(petscmatformat, MATAIJCUSPARSE, &isaijcusparse)); in WarmUpDevice()
176 PetscCall(PetscStrcmp(petscmatformat, MATAIJHIPSPARSE, &isaijhipsparse)); in WarmUpDevice()
177 PetscCall(PetscStrcmp(petscmatformat, MATAIJKOKKOS, &isaijkokkos)); in WarmUpDevice()
178 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in WarmUpDevice()
179 PetscCall(PetscStrcmp(petscmatformat, MATSELLHIP, &issellhip)); in WarmUpDevice()
[all …]
H A Dex6k.kokkos.cxx82 PetscCall(PetscStrcmp(prodTypeStr, "AP", &isAP)); in main()
83 PetscCall(PetscStrcmp(prodTypeStr, "AtP", &isAtP)); in main()
84 PetscCall(PetscStrcmp(prodTypeStr, "APt", &isAPt)); in main()
85 PetscCall(PetscStrcmp(prodTypeStr, "PtAP", &isPtAP)); in main()
86 PetscCall(PetscStrcmp(prodTypeStr, "PAPt", &isPAPt)); in main()
H A Dex55.c125 PetscCall(PetscStrcmp(type[i], MATMPISBAIJ, &ismpisbaij)); in main()
126 PetscCall(PetscStrcmp(type[i], MATSEQSBAIJ, &isseqsbaij)); in main()
132 PetscCall(PetscStrcmp(type[j], MATMPISBAIJ, &ismpisbaij)); in main()
133 PetscCall(PetscStrcmp(type[j], MATSEQSBAIJ, &isseqsbaij)); in main()
165 PetscCall(PetscStrcmp(type[j], MATMPISBAIJ, &ismpisbaij)); in main()
166 PetscCall(PetscStrcmp(type[j], MATSEQSBAIJ, &isseqsbaij)); in main()
H A Dex226.c39 PetscCall(PetscStrcmp(stencil, "2d5point", &equal)); in main()
69 PetscCall(PetscStrcmp(stencil, "2d9point", &equal)); in main()
115 PetscCall(PetscStrcmp(stencil, "2d9point2", &equal)); in main()
161 PetscCall(PetscStrcmp(stencil, "2d13point", &equal)); in main()
224 PetscCall(PetscStrcmp(stencil, "3d7point", &equal)); in main()
262 PetscCall(PetscStrcmp(stencil, "3d13point", &equal)); in main()
324 PetscCall(PetscStrcmp(stencil, "3d19point", &equal)); in main()
412 PetscCall(PetscStrcmp(stencil, "3d27point", &equal)); in main()
H A Dex125.c234 PetscCall(PetscStrcmp(MATSOLVERSUPERLU, pack, &match)); in main()
245 PetscCall(PetscStrcmp(MATSOLVERSUPERLU_DIST, pack, &match)); in main()
263 PetscCall(PetscStrcmp(MATSOLVERMUMPS, pack, &match)); in main()
290 PetscCall(PetscStrcmp(MATSOLVERMKL_PARDISO, pack, &match)); in main()
304 PetscCall(PetscStrcmp(MATSOLVERCUSPARSE, pack, &match)); in main()
/petsc/src/mat/interface/
H A Dmatreg.c37 PetscCall(PetscStrcmp(inType, names->mname, &found)); in MatGetRootType_Private()
38 if (!found) PetscCall(PetscStrcmp(inType, names->sname, &found)); in MatGetRootType_Private()
74 PetscCall(PetscStrcmp(inType, names->sname, &found)); in MatGetMPIMatType_Private()
75 if (!found) PetscCall(PetscStrcmp(inType, names->mname, &found)); in MatGetMPIMatType_Private()
76 if (!found) PetscCall(PetscStrcmp(inType, names->rname, &found)); in MatGetMPIMatType_Private()
129 PetscCall(PetscStrcmp(matype, names->rname, &found)); in MatSetType()
/petsc/src/sys/objects/
H A Dolist.c39 PetscCall(PetscStrcmp(name, nlist->name, &match)); in PetscObjectListRemoveReference()
80 PetscCall(PetscStrcmp(name, nlist->name, &match)); in PetscObjectListAdd()
98 PetscCall(PetscStrcmp(name, nlist->name, &match)); in PetscObjectListAdd()
183 PetscCall(PetscStrcmp(name, fl->name, &match)); in PetscObjectListFind()
H A Dptype.c198 PetscCall(PetscStrcmp(formatted, "scalar", found)); in PetscDataTypeFromString()
202 PetscCall(PetscStrcmp(formatted, "real", found)); in PetscDataTypeFromString()
/petsc/src/sys/fileio/
H A Dfdir.c122 PetscCall(PetscStrcmp(data.name, ".", &flg1)); in PetscRMTree()
123 PetscCall(PetscStrcmp(data.name, "..", &flg2)); in PetscRMTree()
170 PetscCall(PetscStrcmp(data->d_name, ".", &flg1)); in PetscRMTree()
171 PetscCall(PetscStrcmp(data->d_name, "..", &flg2)); in PetscRMTree()
H A Dmpiuopen.c41 PetscCall(PetscStrcmp(name, "stdout", &isstdout)); in PetscFOpen()
42 PetscCall(PetscStrcmp(name, "stderr", &isstderr)); in PetscFOpen()
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c68 PetscCall(PetscStrcmp("sum", opstring, &strflg)); in main()
70 PetscCall(PetscStrcmp("prod", opstring, &strflg)); in main()
72 PetscCall(PetscStrcmp("max", opstring, &strflg)); in main()
74 PetscCall(PetscStrcmp("min", opstring, &strflg)); in main()
76 PetscCall(PetscStrcmp("land", opstring, &strflg)); in main()
78 PetscCall(PetscStrcmp("band", opstring, &strflg)); in main()
80 PetscCall(PetscStrcmp("lor", opstring, &strflg)); in main()
82 PetscCall(PetscStrcmp("bor", opstring, &strflg)); in main()
84 PetscCall(PetscStrcmp("lxor", opstring, &strflg)); in main()
86 PetscCall(PetscStrcmp("bxor", opstring, &strflg)); in main()
/petsc/src/dm/interface/
H A Ddmget.c383 PetscCall(PetscStrcmp(name, link->name, &match)); in DMHasNamedGlobalVector()
422 PetscCall(PetscStrcmp(name, link->name, &match)); in DMGetNamedGlobalVector()
473 PetscCall(PetscStrcmp(name, link->name, &match)); in DMRestoreNamedGlobalVector()
521 PetscCall(PetscStrcmp(name, link->name, &match)); in DMHasNamedLocalVector()
560 PetscCall(PetscStrcmp(name, link->name, &match)); in DMGetNamedLocalVector()
611 PetscCall(PetscStrcmp(name, link->name, &match)); in DMRestoreNamedLocalVector()
/petsc/src/ts/tests/
H A Dex14.c118 PetscCall(PetscStrcmp(type, TSRK1FE, &rk1)); in TestTSRK()
119 PetscCall(PetscStrcmp(type, TSRK3, &rk3)); in TestTSRK()
120 PetscCall(PetscStrcmp(type, TSRK4, &rk4)); in TestTSRK()
/petsc/src/snes/tests/
H A Dex4.c50 PetscCall(PetscStrcmp(type, SNESLINESEARCHBT, &flg)); in main()
52 PetscCall(PetscStrcmp(type, SNESLINESEARCHSECANT, &flg)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex78.c23 PetscCall(PetscStrcmp(KSPHPDDMTypes[type], common[i], &flg)); in main()
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c230 PetscCall(PetscStrcmp(type, PETSC_DRAW_X, &match)); in PetscDrawSetType()
240 PetscCall(PetscStrcmp(type, "tikz", &flg)); in PetscDrawSetType()
244 PetscCall(PetscStrcmp(type, PETSC_DRAW_NULL, &match)); in PetscDrawSetType()
/petsc/src/sys/webclient/
H A Dclient.c392 PetscCall(PetscStrcmp(value, "null", &special)); in PetscPushJSONValue()
393 if (!special) PetscCall(PetscStrcmp(value, "true", &special)); in PetscPushJSONValue()
394 if (!special) PetscCall(PetscStrcmp(value, "false", &special)); in PetscPushJSONValue()
/petsc/src/sys/utils/
H A Dstr.c302 PetscCall(PetscStrcmp(aa, bb, t)); in PetscStrcasecmp()
493 PetscCall(PetscStrcmp(str, item, found)); in PetscStrInList()
589 PetscCall(PetscStrcmp(s[i], r[i], &flag)); in PetscStrreplace()
667 PetscCall(PetscStrcmp(src, cmp, &found)); in PetscStrcmpAny()
/petsc/src/sys/tutorials/
H A Dex20.c22 PetscCall(PetscStrcmp(str, "a", &match)); in main()
/petsc/src/vec/vec/tests/
H A Dex48.c101 PetscCall(PetscStrcmp(path, "<", has)); in isPop()
108 PetscCall(PetscStrcmp(path, ".", has)); in isDot()
119 if (!*flg) PetscCall(PetscStrcmp(path, "/", flg)); in isRoot()
158 PetscCall(PetscStrcmp((const char *)ptr0, (const char *)ptr1, flg)); in compare()
412 PetscCall(PetscStrcmp(group, expected, &flg2)); in testGroupsDatasets()
518 PetscCall(PetscStrcmp(group, prefix, &flg)); in testAttributesAbsolutePath()
792 PetscCall(PetscStrcmp(strings[2], strings[0], &flg)); in testAttributesDefaultValue()
794 PetscCall(PetscStrcmp(strings[3], strings[1], &flg)); in testAttributesDefaultValue()

123456