#include "petscpc.h" PetscErrorCode PCBDDCCreateFETIDPOperators(PC pc, PetscBool fully_redundant, const char *prefix, Mat *fetidp_mat, PC *fetidp_pc)Collective
pc | - the BDDC preconditioning context (setup should have been called before) | |
fully_redundant | - true for a fully redundant set of Lagrange multipliers | |
prefix | - optional options database prefix for the objects to be created (can be NULL) |
fetidp_mat | - shell FETI-DP matrix object | |
fetidp_pc | - shell Dirichlet preconditioner for FETI-DP matrix |
Level:developer
Location:src/ksp/pc/impls/bddc/bddc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages