#!/bin/sh
###############################
##----- Global settings -----##
###############################

#-help

##################################
##---- Settings for Alphas  ----##
##################################
#--> KSP
-Alphas_ksp_type bcgs
-Alphas_ksp_max_it 10
-Alphas_ksp_rtol 1e-10
-Alphas_ksp_atol 0
-Alphas_ksp_divtol 10

#--> PC
-Alphas_pc_type eisenstat

##################################
##---- Settings for p_rgh   ----##
##################################
#--> KSP
-p_rgh_ksp_type bcgs
-p_rgh_ksp_max_it 20
-p_rgh_ksp_rtol 1e-10
-p_rgh_ksp_atol 0
-p_rgh_ksp_divtol 10

#--> PC
-p_rgh_pc_type hypre
