Searched refs:PetscStrendswith (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbio.cxx | 64 PetscCall(PetscStrendswith(filename, "h5m", &isftype)); in DMMoabOutput()
|
| /petsc/src/ksp/pc/impls/galerkin/ |
| H A D | galerkin.c | 276 PetscCall(PetscStrendswith(prefix, "galerkin_", &flg)); in PCSetFromOptions_Galerkin()
|
| /petsc/src/sys/webclient/ |
| H A D | client.c | 122 PetscCall(PetscStrendswith(header, "\r\n", &flg)); in PetscHTTPBuildRequest()
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 68 PetscCall(PetscStrendswith(TAG(valnode), "!include", &isIncludeTag)); in PetscParseLayerYAML()
|
| H A D | options.c | 421 PetscCall(PetscStrendswith(path, ":yaml", yaml)); in PetscOptionsFilename() 428 if (!*yaml) PetscCall(PetscStrendswith(filename, ".yaml", yaml)); in PetscOptionsFilename() 429 if (!*yaml) PetscCall(PetscStrendswith(filename, ".yml", yaml)); in PetscOptionsFilename() 430 if (!*yaml) PetscCall(PetscStrendswith(filename, ".json", yaml)); in PetscOptionsFilename()
|
| H A D | pinit.c | 839 PetscCall(PetscStrendswith(ver, MPICH_VERSION, &flg)); in PetscInitialize_Common()
|
| /petsc/include/ |
| H A D | petscstring.h | 534 static inline PetscErrorCode PetscStrendswith(const char a[], const char b[], PetscBool *flg) in PetscStrendswith() function
|
| /petsc/src/sys/utils/ |
| H A D | str.c | 338 PetscCall(PetscStrendswith(a, bs[*cnt], &flg)); in PetscStrendswithwhich()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_view.c | 74 PetscCall(PetscStrendswith(filename, dot_xmf, &flg)); in private_CreateDataFileNameXDMF()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 399 PetscCall(PetscStrendswith(buf, "e00", &flg)); in PetscStripe0()
|