Searched refs:PetscStrbeginswith (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | matreg.c | 124 …if (((PetscObject)mat)->type_name) PetscCall(PetscStrbeginswith(((PetscObject)mat)->type_name, "mp… in MatSetType() 125 …if (matype) PetscCall(PetscStrbeginswith(matype, "seq", &requestSeq)); … in MatSetType() 146 …if (mat->assembled && ((PetscObject)mat)->type_name) PetscCall(PetscStrbeginswith(matype, ((PetscO… in MatSetType() 152 PetscCall(PetscStrbeginswith(names->rname, "sell", &sametype)); in MatSetType()
|
| H A D | matrix.c | 4655 PetscCall(PetscStrbeginswith(mtype, inext->mtype, &flg)); in MatSolverTypeGet() 4686 PetscCall(PetscStrbeginswith(mtype, inext->mtype, &flg)); in MatSolverTypeGet()
|
| /petsc/src/sys/objects/ |
| H A D | optionsyaml.c | 66 PetscCall(PetscStrbeginswith(STR(keynode), "$$", &isDummyKey)); in PetscParseLayerYAML() 111 PetscCall(PetscStrbeginswith(STR(kn), "$$", &isDummyKey)); in PetscParseLayerYAML()
|
| H A D | destroy.c | 232 PetscCall(PetscStrbeginswith(obj->type_name, type_name, same)); in PetscObjectBaseTypeCompare()
|
| /petsc/src/sys/fileio/ |
| H A D | mpiuopen.c | 49 PetscCall(PetscStrbeginswith(fname, "/dev/null", &devnull)); in PetscFOpen()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vecreg.c | 79 PetscCall(PetscStrbeginswith(newType, VECSEQ, &dstSeq)); in VecSetType()
|
| /petsc/src/sys/webclient/ |
| H A D | box.c | 123 PetscCall(PetscStrbeginswith((const char *)result, "state=PETScState&code=", &flg)); in PetscBoxAuthorize()
|
| /petsc/include/ |
| H A D | petscstring.h | 578 static inline PetscErrorCode PetscStrbeginswith(const char a[], const char b[], PetscBool *flg) in PetscStrbeginswith() function
|
| /petsc/src/dm/impls/da/ |
| H A D | grglvis.c | 215 PetscCall(PetscStrbeginswith(name, "FiniteElementCollection:", &flg)); in DMSetUpGLVisViewer_DMDA()
|
| H A D | fdda.c | 229 PetscCall(PetscStrbeginswith(da->mattype, MATBAIJ, &isBAIJ)); in DMCreateColoring_DA() 230 if (!isBAIJ) PetscCall(PetscStrbeginswith(da->mattype, MATMPIBAIJ, &isBAIJ)); in DMCreateColoring_DA() 231 if (!isBAIJ) PetscCall(PetscStrbeginswith(da->mattype, MATSEQBAIJ, &isBAIJ)); in DMCreateColoring_DA()
|
| H A D | dainterp.c | 30 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 854 PetscCall(PetscStrbeginswith(((PetscObject)Gmat_1)->type_name, MATMPIAIJ, &isMPI)); in fixAggregatesWithSquare() 876 PetscCall(PetscStrbeginswith(((PetscObject)Gmat_1)->type_name, MATSEQAIJ, &isAIJ)); in fixAggregatesWithSquare()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 422 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1845 PetscCall(PetscStrbeginswith(bcinfo.name, "FaceSet", &is_faceset)); in DMPlexCreateCGNS_Internal_Parallel()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 4562 PetscCall(PetscStrbeginswith(((PetscObject)A)->type_name, MATMPIAIJ, &flg)); in MatMPIAIJGetSeqAIJ() 5133 PetscCall(PetscStrbeginswith(((PetscObject)A)->type_name, MATMPIAIJ, &match)); in MatMPIAIJGetLocalMat()
|