Home
last modified time | relevance | path

Searched refs:PetscStrendswith (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbio.cxx64 PetscCall(PetscStrendswith(filename, "h5m", &isftype)); in DMMoabOutput()
/petsc/src/ksp/pc/impls/galerkin/
H A Dgalerkin.c276 PetscCall(PetscStrendswith(prefix, "galerkin_", &flg)); in PCSetFromOptions_Galerkin()
/petsc/src/sys/webclient/
H A Dclient.c122 PetscCall(PetscStrendswith(header, "\r\n", &flg)); in PetscHTTPBuildRequest()
/petsc/src/sys/objects/
H A Doptionsyaml.c68 PetscCall(PetscStrendswith(TAG(valnode), "!include", &isIncludeTag)); in PetscParseLayerYAML()
H A Doptions.c421 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 Dpinit.c839 PetscCall(PetscStrendswith(ver, MPICH_VERSION, &flg)); in PetscInitialize_Common()
/petsc/include/
H A Dpetscstring.h534 static inline PetscErrorCode PetscStrendswith(const char a[], const char b[], PetscBool *flg) in PetscStrendswith() function
/petsc/src/sys/utils/
H A Dstr.c338 PetscCall(PetscStrendswith(a, bs[*cnt], &flg)); in PetscStrendswithwhich()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c74 PetscCall(PetscStrendswith(filename, dot_xmf, &flg)); in private_CreateDataFileNameXDMF()
/petsc/src/sys/classes/draw/utils/
H A Daxisc.c399 PetscCall(PetscStrendswith(buf, "e00", &flg)); in PetscStripe0()