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

#-help

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

#--> PC
-Alphas_pc_type lu
-Alphas_pc_factor_mat_solver_type mumps
