From: wolf Date: Mon, 8 Nov 1999 12:09:07 +0000 (+0000) Subject: Add reasonable output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85dfc9e4ccb7ea7850e9c03f5c18e34709a17b36;p=dealii-svn.git Add reasonable output. git-svn-id: https://svn.dealii.org/trunk@1841 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/second_derivatives.expect b/tests/deal.II/second_derivatives.expect new file mode 100644 index 0000000000..c7b1b4d250 --- /dev/null +++ b/tests/deal.II/second_derivatives.expect @@ -0,0 +1,86 @@ +------------------------------------------------------------ +Testing transformation of 2nd derivatives of shape function: +Test loop: 0 +----------- +Vertex 0: +0 1 +1 0 +0 1 +1 0 +0 1 +1 0 +0 1 +1 0 + +Vertex 1: +0 -1 +-1 0 +0 -1 +-1 0 +0 -1 +-1 0 +0 -1 +-1 0 + +Vertex 2: +0 1 +1 0 +0 1 +1 0 +0 1 +1 0 +0 1 +1 0 + +Vertex 3: +0 -1 +-1 0 +0 -1 +-1 0 +0 -1 +-1 0 +0 -1 +-1 0 + +Test loop: 1 +----------- +Vertex 0: +0 2 +2 0 +0 0.5 +0.5 0 +0 2 +2 -4 +0 0.5 +0.5 -1 + +Vertex 1: +0 -2 +-2 0 +0 -0.5 +-0.5 0 +0 -2 +-2 4 +0 -0.5 +-0.5 1 + +Vertex 2: +0 1 +1 0 +0 0.25 +0.25 0 +0 1 +1 -2 +0 0.25 +0.25 -0.5 + +Vertex 3: +0 -1 +-1 0 +0 -0.25 +-0.25 0 +0 -1 +-1 2 +0 -0.25 +-0.25 0.5 +