| /petsc/src/mat/interface/ |
| H A D | matreg.c | 11 PetscFunctionList MatList = NULL; variable 143 PetscCall(PetscFunctionListFind(MatList, matype, &r)); in MatSetType() 289 PetscCall(PetscFunctionListAdd(&MatList, sname, function)); in MatRegister()
|
| H A D | dlregismat.c | 41 PetscCall(PetscFunctionListDestroy(&MatList)); in MatFinalizePackage()
|
| /petsc/src/mat/tests/ |
| H A D | ex62.c | 55 …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 D | ex70.c | 257 …PetscCall(PetscOptionsFList("-A_mat_type", "Matrix type", "MatSetType", MatList, deft, mattype, 25… in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex77.c | 39 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, deft, type, 256, &f… in main()
|
| H A D | ex76.c | 82 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, type, type, 256, &f… in main()
|
| /petsc/src/mat/utils/ |
| H A D | gcreate.c | 295 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, deft, type, PETSC_S… in MatSetFromOptions()
|
| /petsc/src/ksp/ksp/utils/schurm/ |
| H A D | schurm.c | 585 …PetscCall(PetscOptionsFList("-mat_type", "Matrix type", "MatSetType", MatList, !E && flg ? MATSBAI… in MatSchurComplementComputeExplicitOperator()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 746 …st("-pc_asm_sub_mat_type", "Subsolve Matrix Type", "PCASMSetSubMatType", MatList, NULL, sub_mat_ty… in PCSetFromOptions_ASM()
|
| /petsc/include/ |
| H A D | petscmat.h | 380 PETSC_EXTERN PetscFunctionList MatList; variable
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 535 …PetscCall(PetscOptionsFList("-thi_mat_type", "Matrix type", "MatSetType", MatList, mtype, (char *)… in THICreate()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 608 …PetscCall(PetscOptionsFList("-thi_mat_type", "Matrix type", "MatSetType", MatList, mtype, (char *)… in THICreate()
|
| H A D | ex30.c | 1618 …"-dm_mat_type", "Matrix type used for created matrices", "DMSetMatType", MatList, MATAIJ, typeName… in CreateMesh()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 3039 …onsFList(option, "Matrix type for patch solves", "PCPatchSetSubMatType", MatList, NULL, sub_mat_ty… in PCSetFromOptions_PATCH()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 3342 …onsFList("-mat_is_localmat_type", "Matrix type", "MatISSetLocalMatType", MatList, a->lmattype, typ… in MatSetFromOptions_IS()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 901 …"-dm_mat_type", "Matrix type used for created matrices", "DMSetMatType", MatList, dm->mattype ? dm… in DMSetFromOptions()
|