Searched refs:temp_ksp (Results 1 – 1 of 1) sorted by relevance
769 KSP temp_ksp; in ComputeKSPFETIDP() local779 PetscCall(KSPCreate(PetscObjectComm((PetscObject)F), &temp_ksp)); in ComputeKSPFETIDP()780 PetscCall(KSPSetOperators(temp_ksp, F, F)); in ComputeKSPFETIDP()781 PetscCall(KSPSetType(temp_ksp, KSPCG)); in ComputeKSPFETIDP()782 PetscCall(KSPSetPC(temp_ksp, D)); in ComputeKSPFETIDP()783 PetscCall(KSPSetComputeSingularValues(temp_ksp, PETSC_TRUE)); in ComputeKSPFETIDP()784 PetscCall(KSPSetOptionsPrefix(temp_ksp, "fluxes_")); in ComputeKSPFETIDP()785 PetscCall(KSPSetFromOptions(temp_ksp)); in ComputeKSPFETIDP()786 PetscCall(KSPSetUp(temp_ksp)); in ComputeKSPFETIDP()792 PetscCall(KSPCreate(PetscObjectComm((PetscObject)ksp_bddc), &temp_ksp)); in ComputeKSPFETIDP()[all …]