From 7d978a6b3f941f0309978b036eac925540471a40 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 5 Aug 2011 18:11:58 +0000 Subject: [PATCH] Add. git-svn-id: https://svn.dealii.org/trunk@24021 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-47/doc/points.dat | 21 +++++++++++++++++++++ deal.II/examples/step-47/doc/vertices.dat | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 deal.II/examples/step-47/doc/points.dat create mode 100644 deal.II/examples/step-47/doc/vertices.dat diff --git a/deal.II/examples/step-47/doc/points.dat b/deal.II/examples/step-47/doc/points.dat new file mode 100644 index 0000000000..01ce16ad3c --- /dev/null +++ b/deal.II/examples/step-47/doc/points.dat @@ -0,0 +1,21 @@ +#xfem quadrature Points +0.781998 0.781998 +0.941587 0.72508 +0.72508 0.941587 +0.926335 0.926335 +0.397329 0.926335 +0.583333 0.72508 +0.583333 0.941587 +0.686004 0.781998 +0.72508 0.583333 +0.926335 0.397329 +0.781998 0.686004 +0.941587 0.583333 +0.115331 0.315492 +0.430422 0.60008 +0.069578 0.816587 +0.259669 0.892842 +0.315492 0.115331 +0.816587 0.069578 +0.60008 0.430422 +0.892842 0.259669 diff --git a/deal.II/examples/step-47/doc/vertices.dat b/deal.II/examples/step-47/doc/vertices.dat new file mode 100644 index 0000000000..8d1ef87323 --- /dev/null +++ b/deal.II/examples/step-47/doc/vertices.dat @@ -0,0 +1,20 @@ +#vertices of xfem subcells +0 0 +1 0 +1 1 +0 1 + +0.25 1 +1 0.25 + +0.625 0.625 +0.75 0.75 + +0.75 0.75 +0.625 1 + +0.75 0.75 +1 0.625 + +0 0 +0.625 0.625 -- 2.39.5