Home
last modified time | relevance | path

Searched refs:PCBDDCCreateFETIDPOperators (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/changes/
H A D38.md93 PCBDDCCreateFETIDPOperators for the specification of the type of
95 - Added additional string parameter to PCBDDCCreateFETIDPOperators
H A D34.md150 - Added `PCBDDCCreateFETIDPOperators()` for creation of FETI-DP
/petsc/include/
H A Dpetscpc.h402 PETSC_EXTERN PetscErrorCode PCBDDCCreateFETIDPOperators(PC, PetscBool, const char *, Mat *, PC *);
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c778 PetscCall(PCBDDCCreateFETIDPOperators(pc, PETSC_TRUE, NULL, &F, &D)); in ComputeKSPFETIDP()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c1125 …PetscCall(PCBDDCCreateFETIDPOperators(fetidp->innerbddc, fetidp->fully_redundant, ((PetscObject)ks… in KSPSetUp_FETIDP()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2724 PetscErrorCode PCBDDCCreateFETIDPOperators(PC pc, PetscBool fully_redundant, const char *prefix, Ma… in PCBDDCCreateFETIDPOperators() function