material elastic [
	 name = steel
	 rho = 1   # density
	 E   = 1   # young's modulus
	 nu  = 0.1 # poisson's ratio
]

material cohesive_bilinear [
	 name = cohesive
	 sigma_c = 1
	 beta = 1.5
	 G_cI = 1
	 G_cII = 1
	 delta_0 = 0.1
	 penalty = 1e10
]