petsc-3.10.5 2019-03-28
Report Typos and Errors
CFLAGS          =
FFLAGS          =
CPPFLAGS        =
FPPFLAGS        =
LOCDIR          = src/dm/impls/forest/examples/tests/
EXAMPLESC       = ex2.c
EXAMPLESF       =
MANSEC          = DM

include ${PETSC_DIR}/lib/petsc/conf/variables
include ${PETSC_DIR}/lib/petsc/conf/rules

runex2_2d:
	-@${MPIEXEC} -n 3 ./ex2 -petscspace_poly_tensor -petscspace_order 2 -dim 2
runex2_2d_fv:
	-@${MPIEXEC} -n 3 ./ex2 -use_fv -linear -dim 2 -dm_forest_partition_overlap 1
runex2_3d:
	-@${MPIEXEC} -n 3 ./ex2 -petscspace_poly_tensor -petscspace_order 1 -dim 3
runex2_3d_fv:
	-@${MPIEXEC} -n 3 ./ex2 -use_fv -linear -dim 3 -dm_forest_partition_overlap 1

#--------------------------------------------------------------------------

include ${PETSC_DIR}/lib/petsc/conf/test