From: young Date: Sun, 20 Oct 2013 14:14:43 +0000 (+0000) Subject: Add a (temporary?) README to describe what is being done. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d42a060c94a5008488771581425472f54650e28;p=dealii-svn.git Add a (temporary?) README to describe what is being done. git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31335 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/petsc_scalar_complex/README b/tests/petsc_scalar_complex/README new file mode 100644 index 0000000000..a8db28d288 --- /dev/null +++ b/tests/petsc_scalar_complex/README @@ -0,0 +1,15 @@ +Some (if not most) of these tests were ported from the petsc +directory. They fall into three categories: + +(*) Ported - Reason: Check a similar real-number functionality with +complex numbers. In this case various modifications are made to +facilitate two-dimensional numbers; eg sd::complex and +PetscScalar. + +(*) Cloned - Reason: Check the correct (expected) behaviour is +obtained for petsc-scalar=complex is obtained as was for +petsc-scalar=real. In this case the .cc file is (almost) identical to +the original and the expected output (cmp/generic) is copied from the +original without modification. + +(*) New - Reason: Obvious. \ No newline at end of file