From 9d42a060c94a5008488771581425472f54650e28 Mon Sep 17 00:00:00 2001 From: young Date: Sun, 20 Oct 2013 14:14:43 +0000 Subject: [PATCH] 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 --- tests/petsc_scalar_complex/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/petsc_scalar_complex/README 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 -- 2.39.5