File: Makefile

package info (click to toggle)
dolfinx-mpc 0.5.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,112 kB
  • sloc: python: 5,998; cpp: 5,196; makefile: 67
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