petsc-3.6.1 2015-08-06
Report Typos and Errors
CFLAGS	        =
FFLAGS	        =
CPPFLAGS        =
FPPFLAGS        =
LOCDIR          = src/dm/impls/plex/examples/tests/
EXAMPLESC       = ex1.c ex3.c ex9.c
EXAMPLESF       = ex1f90.F ex2f90.F
MANSEC          = DM

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

ex1: ex1.o  chkopts
	-${CLINKER} -o ex1 ex1.o ${PETSC_DM_LIB}
	${RM} -f ex1.o

ex1f90: ex1f90.o  chkopts
	-${FLINKER} -o ex1f90 ex1f90.o  ${PETSC_DM_LIB}
	${RM} -f ex1f90.o

ex2f90: ex2f90.o  chkopts
	-${FLINKER} -o ex2f90 ex2f90.o  ${PETSC_DM_LIB}
	${RM} -f ex2f90.o

ex3: ex3.o  chkopts
	-${CLINKER} -o ex3 ex3.o ${PETSC_SNES_LIB}
	${RM} -f ex3.o

ex9: ex9.o  chkopts
	-${CLINKER} -o ex9 ex9.o ${PETSC_SNES_LIB}
	${RM} -f ex9.o

#--------------------------------------------------------------------------
runex1:
	-@${MPIEXEC} -n 1 ./ex1 -dim 3 -ctetgen_verbose 4 -dm_view ascii::ascii_info_detail -info -info_exclude null > ex1_0.tmp 2>&1;\
	   if (${DIFF} output/ex1_0.out ex1_0.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex1, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex1_0.tmp
runex1_2:
	-@${MPIEXEC} -n 1 ./ex1 -dim 3 -ctetgen_verbose 4 -refinement_limit 0.0625 -dm_view ascii::ascii_info_detail -info -info_exclude null > ex1_1.tmp 2>&1;\
	   if (${DIFF} output/ex1_1.out ex1_1.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex1_2, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex1_1.tmp

runex1f90:
	-@${MPIEXEC} -n 1 ./ex1f90 > ex1f90_0.tmp 2>&1;\
	   if (${DIFF} output/ex1f90_0.out ex1f90_0.tmp) then true; \
	   else printf "${PWD}\nPossible problem with runex1f90, diffs above\n=========================================\n"; fi;\
	   ${RM} -f ex1f90_0.tmp

runex2f90:
	-@${MPIEXEC} -n 1 ./ex2f90 > ex2f90_0.tmp 2>&1;\
	   if (${DIFF} output/ex2f90_0.out ex2f90_0.tmp) then true; \
	   else printf "${PWD}\nPossible problem with runex2f90, diffs above\n=========================================\n"; fi;\
	   ${RM} -f ex2f90_0.tmp

runex3:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_0.tmp 2>&1;\
	   if (${DIFF} output/ex3_0.out ex3_0.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_0.tmp
runex3_2:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_1.tmp 2>&1;\
	   if (${DIFF} output/ex3_1.out ex3_1.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_2, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_1.tmp
runex3_3:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_2.tmp 2>&1;\
	   if (${DIFF} output/ex3_2.out ex3_2.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_3, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_2.tmp
runex3_4:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_3.tmp 2>&1;\
	   if (${DIFF} output/ex3_3.out ex3_3.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_4, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_3.tmp
runex3_5:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_4.tmp 2>&1;\
	   if (${DIFF} output/ex3_4.out ex3_4.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_5, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_4.tmp
runex3_6:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_5.tmp 2>&1;\
	   if (${DIFF} output/ex3_5.out ex3_5.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_6, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_5.tmp
runex3_7:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_6.tmp 2>&1;\
	   if (${DIFF} output/ex3_6.out ex3_6.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_7, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_6.tmp
runex3_8:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_7.tmp 2>&1;\
	   if (${DIFF} output/ex3_7.out ex3_7.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_8, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_7.tmp
runex3_9:
	-@${MPIEXEC} -n 1 ./ex3 > ex3_8.tmp 2>&1;\
	   if (${DIFF} output/ex3_8.out ex3_8.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with runex3_9, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_8.tmp
runex3_constraints:
	-@${MPIEXEC} -n 1 ./ex3 -simplex 0 -num_comp 2 -petscspace_poly_tensor -petscspace_order 1 -qorder 1 -constraints > ex3_constraints.tmp 2>&1;\
	   if (${DIFF} output/ex3_constraints.out ex3_constraints.tmp) then true ;  \
	   else printf "${PWD}\nPossible problem with with runex3_constraints, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_constraints.tmp
runex3_nonconforming_simplex_2:
	-@${MPIEXEC} -n 4 ./ex3 -petscpartitioner_type simple -tree -simplex 1 -dim 2 -num_comp 2 -dm_plex_max_projection_height 1 -petscspace_order 1 -qorder 1 -mat_null_space_test_view -dm_view ascii::ASCII_INFO_DETAIL > ex3_nonconforming_simplex_2.tmp 2>&1;\
	   if (${DIFF} output/ex3_nonconforming_simplex_2.out ex3_nonconforming_simplex_2.tmp) then true ;\
	   else printf "${PWD}\nPossible problem with with runex3_nonconforming_simplex_2, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_nonconforming_simplex_2.tmp ex3_nonconforming_simplex_2.vtk
runex3_nonconforming_simplex_3:
	-@${MPIEXEC} -n 4 ./ex3 -petscpartitioner_type simple -petscpartitioner_type simple -tree -simplex 1 -dim 3 -num_comp 3 -dm_plex_max_projection_height 2 -petscspace_order 1 -qorder 1 -mat_null_space_test_view -dm_view ascii::ASCII_INFO_DETAIL > ex3_nonconforming_simplex_3.tmp 2>&1;\
	   if (${DIFF} output/ex3_nonconforming_simplex_3.out ex3_nonconforming_simplex_3.tmp) then true ;\
	   else printf "${PWD}\nPossible problem with with runex3_nonconforming_simplex_3, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_nonconforming_simplex_3.tmp ex3_nonconforming_simplex_3.vtk
runex3_nonconforming_tensor_2:
	-@${MPIEXEC} -n 4 ./ex3 -petscpartitioner_type simple -tree -simplex 0 -dim 2 -num_comp 2 -dm_plex_max_projection_height 1 -petscspace_poly_tensor -petscspace_order 1 -qorder 1 -mat_null_space_test_view -dm_view ascii::ASCII_INFO_DETAIL > ex3_nonconforming_tensor_2.tmp 2>&1;\
	   if (${DIFF} output/ex3_nonconforming_tensor_2.out ex3_nonconforming_tensor_2.tmp) then true ;\
	   else printf "${PWD}\nPossible problem with with runex3_nonconforming_tensor_2, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_nonconforming_tensor_2.tmp ex3_nonconforming_tensor_2.vtk
runex3_nonconforming_tensor_3:
	-@${MPIEXEC} -n 4 ./ex3 -petscpartitioner_type simple -tree -simplex 0 -dim 3 -num_comp 3 -dm_plex_max_projection_height 2 -petscspace_poly_tensor -petscspace_order 1 -qorder 1 -mat_null_space_test_view -dm_view ascii::ASCII_INFO_DETAIL > ex3_nonconforming_tensor_3.tmp 2>&1;\
	   if (${DIFF} output/ex3_nonconforming_tensor_3.out ex3_nonconforming_tensor_3.tmp) then true ;\
	   else printf "${PWD}\nPossible problem with with runex3_nonconforming_tensor_3, diffs above\n=========================================\n"; fi ;\
	   ${RM} -f ex3_nonconforming_tensor_3.tmp ex3_nonconforming_tensor_3.vtk


TESTEXAMPLES_C        = ex3.PETSc runex3_nonconforming_tensor_2 runex3_nonconforming_tensor_3 ex3.rm
TESTEXAMPLES_TRIANGLE = ex3.PETSc runex3_constraints runex3_nonconforming_simplex_2 ex3.rm
TESTEXAMPLES_CTETGEN  = ex1.PETSc runex1 runex1_2 ex1.rm ex3.PETSc runex3 runex3_2 runex3_3 runex3_4 runex3_5 runex3_6 runex3_7 runex3_8 runex3_9 runex3_nonconforming_simplex_3 ex3.rm
TESTEXAMPLES_FORTRAN  = ex1f90.PETSc runex1f90 ex1f90.rm ex2f90.PETSc runex2f90 ex2f90.rm

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