From: young Date: Thu, 17 Oct 2013 14:23:23 +0000 (+0000) Subject: Correct generic output for petsc scalar complex test 00. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e63294c5fe80cf59eb336b1ebd262db0a6a3a8c;p=dealii-svn.git Correct generic output for petsc scalar complex test 00. git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31282 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/petsc_scalar_complex/00-manipulate_petsc_scalar/cmp/generic b/tests/petsc_scalar_complex/00-manipulate_petsc_scalar/cmp/generic index e69de29bb2..d76579b0c3 100644 --- a/tests/petsc_scalar_complex/00-manipulate_petsc_scalar/cmp/generic +++ b/tests/petsc_scalar_complex/00-manipulate_petsc_scalar/cmp/generic @@ -0,0 +1,12 @@ + + make petsc complex: 0.00000+0.00000i should be 0+0i + make petsc complex: 0.00000+0.00000i should be 0+0i + make petsc complex: 1.00000+2.00000i should be 1+2i + make petsc complex from std::complex: 1.00000+2.00000i + make std::complex from petsc complex: 1.00000+2.00000i + make petsc complex from std::complex: 1.00000+2.00000i should be 1+2i + make std::complex from petsc complex: 1.00000+2.00000i should be 1+2i + make std::complex from petsc complex: 2.00000+0.00000i should be 2+0i + divide a petsc complex by 2.: 0.500000+1.00000i should be 0.5+1i + divide-equals a petsc complex by 2.: 0.500000+1.00000i should be 0.5+1i + diff --git a/tests/slepc_scalar_complex/Makefile b/tests/slepc_scalar_complex/Makefile new file mode 100644 index 0000000000..3dc8d027c4 --- /dev/null +++ b/tests/slepc_scalar_complex/Makefile @@ -0,0 +1,10 @@ +############################################################ +# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +############################################################ + +include ../Makefile.paths +include $D/common/Make.global_options +include ../Makefile.rules +-include Makefile.depend +-include Makefile.tests