Home
last modified time | relevance | path

Searched refs:PetscStrbeginswith (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/interface/
H A Dmatreg.c124 …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 Dmatrix.c4655 PetscCall(PetscStrbeginswith(mtype, inext->mtype, &flg)); in MatSolverTypeGet()
4686 PetscCall(PetscStrbeginswith(mtype, inext->mtype, &flg)); in MatSolverTypeGet()
/petsc/src/sys/objects/
H A Doptionsyaml.c66 PetscCall(PetscStrbeginswith(STR(keynode), "$$", &isDummyKey)); in PetscParseLayerYAML()
111 PetscCall(PetscStrbeginswith(STR(kn), "$$", &isDummyKey)); in PetscParseLayerYAML()
H A Ddestroy.c232 PetscCall(PetscStrbeginswith(obj->type_name, type_name, same)); in PetscObjectBaseTypeCompare()
/petsc/src/sys/fileio/
H A Dmpiuopen.c49 PetscCall(PetscStrbeginswith(fname, "/dev/null", &devnull)); in PetscFOpen()
/petsc/src/vec/vec/interface/
H A Dvecreg.c79 PetscCall(PetscStrbeginswith(newType, VECSEQ, &dstSeq)); in VecSetType()
/petsc/src/sys/webclient/
H A Dbox.c123 PetscCall(PetscStrbeginswith((const char *)result, "state=PETScState&code=", &flg)); in PetscBoxAuthorize()
/petsc/include/
H A Dpetscstring.h578 static inline PetscErrorCode PetscStrbeginswith(const char a[], const char b[], PetscBool *flg) in PetscStrbeginswith() function
/petsc/src/dm/impls/da/
H A Dgrglvis.c215 PetscCall(PetscStrbeginswith(name, "FiniteElementCollection:", &flg)); in DMSetUpGLVisViewer_DMDA()
H A Dfdda.c229 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 Ddainterp.c30 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c854 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 Dstag.c422 PetscCall(PetscStrbeginswith(intype, types[i], &flg)); in ConvertToAIJ()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1845 PetscCall(PetscStrbeginswith(bcinfo.name, "FaceSet", &is_faceset)); in DMPlexCreateCGNS_Internal_Parallel()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c4562 PetscCall(PetscStrbeginswith(((PetscObject)A)->type_name, MATMPIAIJ, &flg)); in MatMPIAIJGetSeqAIJ()
5133 PetscCall(PetscStrbeginswith(((PetscObject)A)->type_name, MATMPIAIJ, &match)); in MatMPIAIJGetLocalMat()