Home
last modified time | relevance | path

Searched refs:fully_redundant (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c52 PetscBool fully_redundant; /* true for using a fully redundant set of multipliers */ member
289 if (fetidp->fully_redundant) { in KSPFETIDPCheckOperators()
329 if (fetidp->fully_redundant) { in KSPFETIDPCheckOperators()
471 if (!fetidp->fully_redundant) { in KSPFETIDPCheckOperators()
1125 …PetscCall(PCBDDCCreateFETIDPOperators(fetidp->innerbddc, fetidp->fully_redundant, ((PetscObject)ks… in KSPSetUp_FETIDP()
1260 PetscCall(PetscViewerASCIIPrintf(viewer, " fully redundant: %d\n", fetidp->fully_redundant)); in KSPView_FETIDP()
1287 …nt", "Use fully redundant multipliers", "none", fetidp->fully_redundant, &fetidp->fully_redundant,… in KSPSetFromOptions_FETIDP()
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h225 PetscBool fully_redundant; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c129 PetscBool skip_node, fully_redundant; in PCBDDCSetupFETIDPMatContext() local
230 fully_redundant = fetidpmat_ctx->fully_redundant; in PCBDDCSetupFETIDPMatContext()
281 if (fully_redundant) { in PCBDDCSetupFETIDPMatContext()
399 if (fully_redundant) { in PCBDDCSetupFETIDPMatContext()
470 if (fully_redundant) { in PCBDDCSetupFETIDPMatContext()
H A Dbddc.c2442 static PetscErrorCode PCBDDCCreateFETIDPOperators_BDDC(PC pc, PetscBool fully_redundant, const char… in PCBDDCCreateFETIDPOperators_BDDC() argument
2454 fetidpmat_ctx->fully_redundant = fully_redundant; in PCBDDCCreateFETIDPOperators_BDDC()
2724 PetscErrorCode PCBDDCCreateFETIDPOperators(PC pc, PetscBool fully_redundant, const char *prefix, Ma… in PCBDDCCreateFETIDPOperators() argument
2729 …FETIDPOperators_C", (PC, PetscBool, const char *, Mat *, PC *), (pc, fully_redundant, prefix, feti… in PCBDDCCreateFETIDPOperators()