# Test for weight computation
#
run:
	$(ELMER_GRID) 1 2 angle
	$(ELMER_SOLVER)

clean:
	/bin/rm test.log temp.log mon.out f.dat* g.dat*
	/bin/rm -r angle
