Home
last modified time | relevance | path

Searched refs:MatList (Results 1 – 16 of 16) sorted by relevance

/petsc/src/mat/interface/
H A Dmatreg.c11 PetscFunctionList MatList = NULL; variable
143 PetscCall(PetscFunctionListFind(MatList, matype, &r)); in MatSetType()
289 PetscCall(PetscFunctionListAdd(&MatList, sname, function)); in MatRegister()
H A Ddlregismat.c41 PetscCall(PetscFunctionListDestroy(&MatList)); in MatFinalizePackage()
/petsc/src/mat/tests/
H A Dex62.c55 …PetscCall(PetscOptionsFList("-A_mat_type", "Matrix type", "MatSetType", MatList, deft, A_mattype, … in main()
56 …PetscCall(PetscOptionsFList("-B_mat_type", "Matrix type", "MatSetType", MatList, deft, B_mattype, … in main()
H A Dex70.c257 …PetscCall(PetscOptionsFList("-A_mat_type", "Matrix type", "MatSetType", MatList, deft, mattype, 25… in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex77.c39 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, deft, type, 256, &f… in main()
H A Dex76.c82 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, type, type, 256, &f… in main()
/petsc/src/mat/utils/
H A Dgcreate.c295 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, deft, type, PETSC_S… in MatSetFromOptions()
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c585 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, !E && flg ? MATSBAI… in MatSchurComplementComputeExplicitOperator()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c746 …st("-pc_asm_sub_mat_type", "Subsolve Matrix Type", "PCASMSetSubMatType", MatList, NULL, sub_mat_ty… in PCSetFromOptions_ASM()
/petsc/include/
H A Dpetscmat.h380 PETSC_EXTERN PetscFunctionList MatList; variable
/petsc/src/snes/tutorials/
H A Dex48.c535 …PetscCall(PetscOptionsFList("-thi_mat_type", "Matrix type", "MatSetType", MatList, mtype, (char *)… in THICreate()
/petsc/src/ts/tutorials/
H A Dex14.c608 …PetscCall(PetscOptionsFList("-thi_mat_type", "Matrix type", "MatSetType", MatList, mtype, (char *)… in THICreate()
H A Dex30.c1618 …"-dm_mat_type", "Matrix type used for created matrices", "DMSetMatType", MatList, MATAIJ, typeName… in CreateMesh()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c3039 …onsFList(option, "Matrix type for patch solves", "PCPatchSetSubMatType", MatList, NULL, sub_mat_ty… in PCSetFromOptions_PATCH()
/petsc/src/mat/impls/is/
H A Dmatis.c3342 …onsFList("-mat_is_localmat_type", "Matrix type", "MatISSetLocalMatType", MatList, a->lmattype, typ… in MatSetFromOptions_IS()
/petsc/src/dm/interface/
H A Ddm.c901 …"-dm_mat_type", "Matrix type used for created matrices", "DMSetMatType", MatList, dm->mattype ? dm… in DMSetFromOptions()