File: Makefile

package info (click to toggle)
dolfinx-mpc 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,188 kB
  • sloc: python: 7,263; cpp: 5,462; makefile: 69; sh: 4
file content (9 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
periodic:
	mpirun -n 23 python3 ref_periodic.py --nref 6 --tet --boomeramg --degree 2
	mpirun -n 23 python3 bench_periodic.py --nref 6 --tet --boomeramg --degree 2
	python3 visualize_iterations.py --periodic

elasticity:
	mpirun -n 23 python3 ref_elasticity.py --nref 6 --gamg --xdmf
	mpirun -n 23 python3 bench_elasticity_edge.py --nref 6 --gamg --xdmf --info
	python3 visualize_iterations.py --elasticity