Lines Matching defs:pc
130 static PetscErrorCode PCTelescopeSetUp_default(PC pc, PC_Telescope sred) in PCTelescopeSetUp_default()
190 static PetscErrorCode PCTelescopeMatCreate_default(PC pc, PC_Telescope sred, MatReuse reuse, Mat *A) in PCTelescopeMatCreate_default()
229 static PetscErrorCode PCTelescopeSubNullSpaceCreate_Telescope(PC pc, PC_Telescope sred, MatNullSpac… in PCTelescopeSubNullSpaceCreate_Telescope()
277 static PetscErrorCode PCTelescopeMatNullSpaceCreate_default(PC pc, PC_Telescope sred, Mat sub_mat) in PCTelescopeMatNullSpaceCreate_default()
312 static PetscErrorCode PCView_Telescope(PC pc, PetscViewer viewer) in PCView_Telescope()
416 static PetscErrorCode PCSetUp_Telescope(PC pc) in PCSetUp_Telescope()
567 static PetscErrorCode PCApply_Telescope(PC pc, Vec x, Vec y) in PCApply_Telescope()
618 static PetscErrorCode PCApplyRichardson_Telescope(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, Petsc… in PCApplyRichardson_Telescope()
667 static PetscErrorCode PCReset_Telescope(PC pc) in PCReset_Telescope()
683 static PetscErrorCode PCDestroy_Telescope(PC pc) in PCDestroy_Telescope()
708 static PetscErrorCode PCSetFromOptions_Telescope(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_Telescope()
733 static PetscErrorCode PCTelescopeGetKSP_Telescope(PC pc, KSP *ksp) in PCTelescopeGetKSP_Telescope()
742 static PetscErrorCode PCTelescopeGetSubcommType_Telescope(PC pc, PetscSubcommType *subcommtype) in PCTelescopeGetSubcommType_Telescope()
751 static PetscErrorCode PCTelescopeSetSubcommType_Telescope(PC pc, PetscSubcommType subcommtype) in PCTelescopeSetSubcommType_Telescope()
761 static PetscErrorCode PCTelescopeGetReductionFactor_Telescope(PC pc, PetscInt *fact) in PCTelescopeGetReductionFactor_Telescope()
770 static PetscErrorCode PCTelescopeSetReductionFactor_Telescope(PC pc, PetscInt fact) in PCTelescopeSetReductionFactor_Telescope()
783 static PetscErrorCode PCTelescopeGetIgnoreDM_Telescope(PC pc, PetscBool *v) in PCTelescopeGetIgnoreDM_Telescope()
792 static PetscErrorCode PCTelescopeSetIgnoreDM_Telescope(PC pc, PetscBool v) in PCTelescopeSetIgnoreDM_Telescope()
801 static PetscErrorCode PCTelescopeGetUseCoarseDM_Telescope(PC pc, PetscBool *v) in PCTelescopeGetUseCoarseDM_Telescope()
810 static PetscErrorCode PCTelescopeSetUseCoarseDM_Telescope(PC pc, PetscBool v) in PCTelescopeSetUseCoarseDM_Telescope()
819 static PetscErrorCode PCTelescopeGetIgnoreKSPComputeOperators_Telescope(PC pc, PetscBool *v) in PCTelescopeGetIgnoreKSPComputeOperators_Telescope()
828 static PetscErrorCode PCTelescopeSetIgnoreKSPComputeOperators_Telescope(PC pc, PetscBool v) in PCTelescopeSetIgnoreKSPComputeOperators_Telescope()
837 static PetscErrorCode PCTelescopeGetDM_Telescope(PC pc, DM *dm) in PCTelescopeGetDM_Telescope()
861 PetscErrorCode PCTelescopeGetKSP(PC pc, KSP *subksp) in PCTelescopeGetKSP()
884 PetscErrorCode PCTelescopeGetReductionFactor(PC pc, PetscInt *fact) in PCTelescopeGetReductionFactor()
907 PetscErrorCode PCTelescopeSetReductionFactor(PC pc, PetscInt fact) in PCTelescopeSetReductionFactor()
930 PetscErrorCode PCTelescopeGetIgnoreDM(PC pc, PetscBool *v) in PCTelescopeGetIgnoreDM()
953 PetscErrorCode PCTelescopeSetIgnoreDM(PC pc, PetscBool v) in PCTelescopeSetIgnoreDM()
976 PetscErrorCode PCTelescopeGetUseCoarseDM(PC pc, PetscBool *v) in PCTelescopeGetUseCoarseDM()
1100 PetscErrorCode PCTelescopeSetUseCoarseDM(PC pc, PetscBool v) in PCTelescopeSetUseCoarseDM()
1123 PetscErrorCode PCTelescopeGetIgnoreKSPComputeOperators(PC pc, PetscBool *v) in PCTelescopeGetIgnoreKSPComputeOperators()
1146 PetscErrorCode PCTelescopeSetIgnoreKSPComputeOperators(PC pc, PetscBool v) in PCTelescopeSetIgnoreKSPComputeOperators()
1168 PetscErrorCode PCTelescopeGetDM(PC pc, DM *subdm) in PCTelescopeGetDM()
1189 PetscErrorCode PCTelescopeSetSubcommType(PC pc, PetscSubcommType subcommtype) in PCTelescopeSetSubcommType()
1211 PetscErrorCode PCTelescopeGetSubcommType(PC pc, PetscSubcommType *subcommtype) in PCTelescopeGetSubcommType()
1361 PETSC_EXTERN PetscErrorCode PCCreate_Telescope(PC pc) in PCCreate_Telescope()