1-include ../../../../../petscdir.mk 2 3LOCDIR = src/dm/impls/swarm/tests/ 4MANSEC = DM 5 6include ${PETSC_DIR}/lib/petsc/conf/variables 7include ${PETSC_DIR}/lib/petsc/conf/rules 8include ${PETSC_DIR}/lib/petsc/conf/test 9 10NP=1 11N=1 12P=1 13ORDER=2 14 15run: 16 -${MPIEXEC} -n ${NP} ./ex2 -dim 2 -pc_type lu -faces ${N} -particles_cell ${P} -petscspace_order ${ORDER} -petscfe_default_quadrature_order ${ORDER} -dm_view hdf5:sol.h5 -fhat_view hdf5:sol.h5::append -rhs_view hdf5:sol.h5::append -simplex 0 -function linear -mesh_perturbation 1.e-21 -particle_perturbation 1.e-22 17 -@${PETSC_DIR}/lib/petsc/bin/petsc_gen_xdmf.py sol.h5 18 19