Searched refs:PCBDDCCreateFETIDPOperators (Results 1 – 6 of 6) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 38.md | 93 PCBDDCCreateFETIDPOperators for the specification of the type of 95 - Added additional string parameter to PCBDDCCreateFETIDPOperators
|
| H A D | 34.md | 150 - Added `PCBDDCCreateFETIDPOperators()` for creation of FETI-DP
|
| /petsc/include/ |
| H A D | petscpc.h | 402 PETSC_EXTERN PetscErrorCode PCBDDCCreateFETIDPOperators(PC, PetscBool, const char *, Mat *, PC *);
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex59.c | 778 PetscCall(PCBDDCCreateFETIDPOperators(pc, PETSC_TRUE, NULL, &F, &D)); in ComputeKSPFETIDP()
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 1125 …PetscCall(PCBDDCCreateFETIDPOperators(fetidp->innerbddc, fetidp->fully_redundant, ((PetscObject)ks… in KSPSetUp_FETIDP()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 2724 PetscErrorCode PCBDDCCreateFETIDPOperators(PC pc, PetscBool fully_redundant, const char *prefix, Ma… in PCBDDCCreateFETIDPOperators() function
|