#this script is an input for the maddi program
#it decomposes the weighted w-key domain into 1200 subdomains

read w-key.poly

#set min angle to 61
set f=0.34
#set uniform factor to 3
set r=3
#set graded factor to 2.8
set a=2.8
#set interpolation to 0.2
set p=0.2

dec 1200

write w-key1200.poly
writeSubdomains w-key1200.dat

statistics

exit