[Commits] [svn:einsteintoolkit] Paper_EinsteinToolkit_2010/ (Rev. 56)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Tue Apr 12 07:30:04 CDT 2011


User: rhaas
Date: 2011/04/12 07:30 AM

Added:
 /figures/
  bbh-boxes.fig, bbh-boxes.pdf, cartoon_plane.fig, cartoon_plane.pdf, faces.fig, faces.pdf, rot180-grid.fig, rot180-grid.pdf

Modified:
 /
  ET.tex

Log:
 add text to boundaries and symmetry section

Directory Changes:

Directory: /svn:mime-type/
==========================

   + application/octet-stream

File Changes:

Directory: /
============

File [modified]: ET.tex
Delta lines: +125 -15
===================================================================
--- ET.tex	2011-04-12 10:46:47 UTC (rev 55)
+++ ET.tex	2011-04-12 12:30:03 UTC (rev 56)
@@ -1433,6 +1433,7 @@
 \paragraph{Vacuum-Matter Coupling}
 
 \paragraph{Object tracking}
+\label{sec:object-tracking}
 We provide a module (\codename{PunctureTracker}) for tracking black hole
 positions when evolved with the moving puncture technique.  This can be used
 with (\codename{CarpetTracker}) to have the mesh refinement regions follow the
@@ -1458,7 +1459,7 @@
 
 
 \subsection{Simulation Domain, Symmetries, Boundaries\pages{3 Roland}}
-\paragraph{Domains and Coordinates.}
+\subsubsection{Domains and Coordinates.}
 The Einstein Toolkit provides a module \codename{CoordBase} to facilate
 the specification of the simulation domain independend from the actual
 evolution module used. 
@@ -1484,23 +1485,42 @@
 modules to query the domain and description in a uniform way. This
 information is used e.g.\ by modules computing the total barionic mass of
 the system to determine the region over which to intergrate the mass
-density. Evolution modules use this information to decide which points
-are evolved and therefore require the evaluation of the righ-hand-side
-expression and which ones are set via boundary or symmetry conditions.
+density. \codename{Carpet} queries \codename{CoordBase} for the discrete
+grid when creating the hierarchy of grids. Evolution modules use this
+information to decide which points are evolved and therefore require the
+evaluation of the righ-hand-side expression and which ones are set via
+boundary or symmetry conditions.
 
-\paragraph{Symmetries, Boundary Conditions.}
+\subsubsection{Symmetries, Boundary Conditions.}
 The Einstein Toolkit includes a set of modules, \codename{Boundary}
 and \codename{SymBase}, to provide a generic interface to boundary and
 symmetry conditions.
 The Einstein Toolkit offers a set of reflecting or rotating symmetry
 conditions that can be used to reduce the size of the simulation
-domain. These symmetries include periodicity 
+domain. These symmetries include periodicity in any of the coordinate
+directions
 (via the \codename{Periodic} module), reflections about the
 coordinate planes (via the \codename{Reflection} module), 
 and $90^{\circ}$ and $180^{\circ}$ rotational
 (via the \codename{RotatingSymmetry90} and
 \codename{RotatingSymmetry180} modules respectively)
-symmetries about the $z$ axis. In applying these symmetries, the
+symmetries about the $z$ axis. 
+\codename{Cartoon2D} is a special case since it provides continuous
+rotational symmetry rather than a discrete
+symmetry~\cite{Alcubierre1999ab}. \codename{Cartoon2D} allows fully
+three dimensional codes to be used in axissymmtric problems by evolving
+a slice in the $y=0$ plane and using the rotational symmetry to populate
+ghost points off the plane (see Figure~\ref{fig:cartoon-plane}). 
+\begin{figure}[htbp]
+    \begin{center}
+        \includegraphics[width=0.25\textwidth]{cartoon_plane}
+    \end{center}
+    \caption{Grid layout of a simulation using \codename{Cartoon2D}. The
+    $z$-axis is the axis of rotational symmetry. Image courtesy of
+    Denis Pollney.\todo{RH: ask Denis if we can use his figure}}
+    \label{fig:cartoon-plane}
+\end{figure}
+In applying these symmetries, the
 transformation behaviour of tensorial quantities (including tensor
 densities and non-tensors such as Christoffel symbols) is correctly
 taken into account.
@@ -1508,25 +1528,53 @@
 take the existing symmetries into account, transparently mapping points
 to the numerical domain and respecting the transformation behaviour of
 tensorial quantities. Symmetries therefore are handled transparently
-from the point of view of user modules.
-The Einstein Toolkit also offers a set of boundary conditions,
-including Dirichlet, von Neumann, and Robin (fall-off) boundary
-conditions, as well as extrapolation and radiative boundary
-conditions.
+from the point of view of user modules (see Figure~\ref{fig:faces} for an
+illustration).
+\begin{figure}[htbp]
+    \begin{center}
+        \includegraphics{faces}
+    \end{center}
+    \caption{Recursive transformation of a point $x$ in quadrant 3 to a the
+    physical point $x''$ for which there is actual data stored. In this
+    example two reflection symmetries along the horizontal and vertical axis
+    are present, notice how the vector components are transformed in
+    transformations $A$ and $B$. Image courtesy of Erik Schnetter\todo{RH:
+    Erik, are you ok with this paper re-using your image from SymBase?}}
+    \label{fig:faces}
+\end{figure}
+Thorn \codename{Boundary} provides basic boundary conditions. A boundary
+condition suitable for matter fields which approach a constant
+(atmosphere) value is provided via either the ``flat'' or ``scalar''
+(Dirichlet) boundary conditions. These boundary conditions set the
+values on the boundary to either those close by in the direction of the
+normal to the boundary or to a fixed given value, respectively.
+The ``copy'' boundary condition uses a secondary grid variable to fill
+in the boundary values, allowing arbitrary boundary conditions to be
+imposed.
+A fall-off (``Robin'') boundary condition is provided suitable for field
+whose behaviour near the boundary is described by
+\begin{equation}
+    f(r) = f_0 + \frac{k}{r^n}\text{,}
+    \label{eqn:robin-falloff}
+\end{equation}
+for a given decay rate $n$, value at infinity $f_0$ and scaling constant
+$k$. $r$ is taken to be the coordinate direction perpendicular to the
+domain boundary under consideration when the boundary condition is
+applied. 
+Radiative (Sommerfeld) and extrapolation
+boundary conditions are provided by thorn \codename{NewRad}.
 \comment{RH: Christian already describes NewRad's boundary conditions in
 his section (these should be used for extrapolation and radiative
 boundary conditions I think). Should they eventually be moved here (once
 the paper is almost ready)?}
 
-\paragraph{Adaptive Mesh Refinement}
+\subsubsection{Adaptive Mesh Refinement}
 The \codename{Carpet} driver module provides adaptive mesh refinement and
 Multi-Block capabilities to modules in the Einstein Toolkit. As in most
 adaptive mesh refinement frameworks, care has been taken to separate
 driver related code from physics codes. A typical evolution or analysis 
 code like \codename{McLachlan} or \codename{WeylScal4} is agnostic to 
 the mesh refinement. 
-\todo{RH: add description and motivation of/for Berger-Rigoustos scheme?}
-\todo{RH: add interaction with MoL?}
 Carpet supports feature-based mesh refinement, which is based on
 extracting e.g.\ the locations of black holes or neutron stars, and
 then constructing a mesh hierarchy (stacks of refined regions) based
@@ -1535,6 +1583,67 @@
 remove stacks if e.g.\ the number of objects changes. If initial
 conditions are constructed outside of Carpet (which is often the
 case), then the initial mesh hierarchy has to be defined manually.
+The Einstein toolkit currently provides two ``regridding'' modules in
+the \codename{CarpetRegrid} and \codename{CarpetRegrid2} thorns.
+Both thorns primarily support box-in-box type refined meshes, which is
+well suited to current binary black hole simulations in which the
+high-resolution region is centered on the individual black holes.
+Figure~\ref{fig:bbh-boxes} shows a typical set of nested boxes during
+the inspiral phase of a binary black hole merger simulation.
+\begin{figure}[htbp]
+    \begin{center}
+        \includegraphics{bbh-boxes}
+    \end{center}
+    \caption{Nested boxes following the individual black holes in binary
+    black hole merger simulation (see Section~\ref{sec:bbh-example}),
+    the location of the indivdual black holes is found by
+    \codename{PunctureTracker}. Shown are the innermost three of 9
+    levels of mesh refinement used in this simulation. Notice the use of
+    \codename{RotatingSymmetry180} to reduce the computational domain.}
+    \label{fig:bbh-boxes}
+\end{figure}
+\codename{CarpetRegrid} provides a number of different way to specify
+the refined regions, either as a set of boxes centered around the origin
+or as an explicit list of boxes that make up the grid hierarchy.
+Traditionally groups using \codename{CarpetRegrid} have employed
+auxiliary thorns, that are not part of the Einstein Toolkit, to create
+the list of boxes based on information obtained eg. from apparent
+horizon tracking. \codename{CarpetRegrid2} provides a user friendly
+interface to define sets of nested boxes that follow black holes or
+other tracked objects. \codename{CarpetRegrid2} supports up to 10 sets
+of nested regions which can be either moving or stationary. The number
+of refinement levels in each region as well as the radii of each nested
+box are allowed to change during runtime, making it possible to eg.
+adapt the shape of the refined region to the surface of a star.
+\codename{CarpetRegrid2} contains code to handle the $\pi$-symmetry
+provided by \codename{RotatingSymmetry180}, enforcing the symmetry on
+the resulting grid layout (see Figure~\ref{fig:rot180-grid}).
+\begin{figure}[htbp]
+    \begin{center}
+        \includegraphics[width=0.3\textwidth]{rot180-grid}
+    \end{center}
+    \caption{Grid layout created by \codename{CarpetRegrid2}. In this
+    example we use one ghost point, one boundary, and two buffer points
+    as well as \codename{RotatingSymmetry180}. There are two refinement
+    levels present, a coarse one represented by big red circles and a
+    fine one represented by small black circles. The
+    filled black circle is the single point specified by the user.
+    \codename{CarpetRegrid2} surrounded it with a layer of buffer
+    points, indicated by the cyan filled circles. The open circles are
+    ghost and boundary points which are maintained by \codename{Carpet}.
+    The presence of the $\pi$-symmetry forces \codename{CarpetRegrid2}
+    to create the tiny region to the bottom left of the grid. They serve
+    only as source points for the boundary condition.}
+    \label{fig:rot180-grid}
+\end{figure}
+\codename{CarpetTracker} provides a simple interface to slave
+\codename{CarpetRegrid2}'s regions to the object trackers
+\codename{PunctureTracker} and \codename{NSTracker} (see
+section~\ref{sec:object-tracking}) by copying their
+positions out of a \codename{SphericalSurface} into
+\codename{CarpetRegrid2}. 
+%Figure~\ref{fig:bbh-boxes} shows a typical
+%grid layout during the inspiral phase of a binary black hole simulation.
 
 
 
@@ -1543,6 +1652,7 @@
 \subsection{Spinning BH\pages{2 Peter}}
 
 \subsection{BBH\pages{2 Bruno}}
+\label{sec:bbh-example}
 
 \subsection{TOV\pages{2 Frank}}
 Show stable TOV evolution

Directory: /figures/
====================

File [added]: bbh-boxes.fig
Delta lines: +24 -0
===================================================================
--- figures/bbh-boxes.fig	                        (rev 0)
+++ figures/bbh-boxes.fig	2011-04-12 12:30:03 UTC (rev 56)
@@ -0,0 +1,24 @@
+#FIG 3.2  Produced by xfig version 3.2.5b
+Portrait
+Flush left
+Inches
+Letter  
+100.00
+Single
+0
+1200 2
+# polyline
+2 1 0 1 0 0 954 0 -1 4.000 0 0 0 0 0 5
+	 2848 9757 2848 9757 3856 9757 3856 7384 2848 7384
+# polyline
+2 1 0 1 0 0 952 0 -1 4.000 0 0 0 0 0 5
+	 2848 9401 2848 9401 3203 9401 3203 8659 2848 8659
+# polyline
+2 1 0 1 0 0 951 0 -1 4.000 0 0 0 0 0 5
+	 2848 8482 2848 8482 3485 8482 3485 7740 2848 7740
+# polyline
+2 1 0 1 0 0 949 0 -1 4.000 0 0 0 0 0 5
+	 2929 8303 3300 8303 3300 7933 2929 7933 2929 8303
+2 1 1 1 0 7 50 -1 -1 4.000 0 0 -1 0 0 2
+	 2850 7200 2850 10050
+4 1 0 50 -1 0 12 0.0000 4 135 315 2850 10200 x=0\001

File [added]: bbh-boxes.pdf
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: figures/bbh-boxes.pdf
___________________________________________________________________

File [added]: cartoon_plane.fig
Delta lines: +47 -0
===================================================================
--- figures/cartoon_plane.fig	                        (rev 0)
+++ figures/cartoon_plane.fig	2011-04-12 12:30:03 UTC (rev 56)
@@ -0,0 +1,47 @@
+#FIG 3.2
+Landscape
+Center
+Metric
+A4      
+100.00
+Single
+-2
+1200 2
+2 3 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 2700 1125 2925 1125 4950 3150 4725 3150 2700 1125
+2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 3825 3150 4050 3150 4050 7650 3825 7650 3825 3150
+2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 4050 3150 4275 3150 4275 7650 4050 7650 4050 3150
+2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 4500 3150 4725 3150 4725 7650 4500 7650 4500 3150
+2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 4725 3150 4950 3150 4950 7650 4725 7650 4725 3150
+2 3 0 1 0 3 50 0 -1 0.000 0 0 -1 0 0 5
+	 1800 1125 3825 3150 3825 7650 1800 5625 1800 1125
+2 3 0 1 0 3 50 0 -1 0.000 0 0 -1 0 0 5
+	 1800 1125 2025 1125 4050 3150 3825 3150 1800 1125
+2 3 0 1 0 3 50 0 -1 0.000 0 0 -1 0 0 5
+	 2025 1125 2250 1125 4275 3150 4050 3150 2025 1125
+2 3 0 1 0 3 50 0 -1 0.000 0 0 -1 0 0 5
+	 2475 1125 2700 1125 4725 3150 4500 3150 2475 1125
+2 3 0 1 0 3 50 0 -1 0.000 0 0 -1 0 0 5
+	 2025 1125 4050 3150 4050 7650 2025 5625 2025 1125
+2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2
+	1 1 2.00 120.00 240.00
+	 2385 1125 2385 675
+2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2
+	1 1 2.00 120.00 240.00
+	 4410 7650 4860 8100
+2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2
+	1 1 2.00 120.00 240.00
+	 4545 5625 5265 5625
+2 3 0 1 0 6 60 0 18 0.000 0 0 -1 0 0 5
+	 2250 1125 4275 3150 4275 7650 2250 5625 2250 1125
+2 3 0 1 0 6 50 0 14 0.000 0 0 -1 0 0 5
+	 2250 1125 2475 1125 4500 3150 4275 3150 2250 1125
+2 2 0 1 0 6 50 0 16 0.000 0 0 -1 0 0 5
+	 4275 3150 4500 3150 4500 7650 4275 7650 4275 3150
+4 0 0 50 0 0 18 0.0000 4 195 120 5445 5715 y\001
+4 0 0 50 0 0 18 0.0000 4 135 135 4905 8235 x\001
+4 0 0 50 0 0 18 0.0000 4 135 120 2340 585 z\001

File [added]: cartoon_plane.pdf
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: figures/cartoon_plane.pdf
___________________________________________________________________

File [added]: faces.fig
Delta lines: +89 -0
===================================================================
--- figures/faces.fig	                        (rev 0)
+++ figures/faces.fig	2011-04-12 12:30:03 UTC (rev 56)
@@ -0,0 +1,89 @@
+#FIG 3.2  Produced by xfig version 3.2.5b
+Portrait
+Center
+Metric
+A4      
+100.00
+Single
+-2
+1200 2
+6 0 0 3960 3960
+5 1 0 1 0 7 10 -1 -1 0.000 0 0 1 0 1986.667 1093.333 1440 675 1980 405 2565 720
+	2 1 1.00 75.00 120.00
+6 1305 765 2655 855
+1 3 0 1 0 0 2 -1 45 0.000 1 0.0000 1350 810 45 45 1350 810 1395 810
+1 3 0 0 0 0 2 -1 45 0.000 1 0.0000 2610 810 45 45 2610 810 2655 810
+-6
+6 1440 765 1665 990
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 1440 990 1665 990 1665 765 1440 765 1440 990
+4 0 0 4 -1 1 12 0.0000 4 135 135 1485 945 x'\001
+-6
+6 2700 810 2970 1035
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 2700 1035 2925 1035 2925 810 2700 810 2700 1035
+4 0 0 4 -1 1 12 0.0000 4 135 180 2745 990 x''\001
+-6
+6 1395 2970 1620 3195
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 1395 3195 1620 3195 1620 2970 1395 2970 1395 3195
+4 0 0 4 -1 1 12 0.0000 4 90 90 1440 3150 x\001
+-6
+6 765 990 990 1215
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 765 1215 990 1215 990 990 765 990 765 1215
+4 0 0 4 -1 1 12 0.0000 4 135 120 810 1170 A\001
+-6
+6 2340 225 2565 450
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 2340 450 2565 450 2565 225 2340 225 2340 450
+4 0 0 4 -1 1 12 0.0000 4 135 120 2385 405 B\001
+-6
+6 90 135 3870 3870
+2 2 0 0 0 7 50 -1 45 0.000 0 0 -1 0 0 5
+	 90 135 1980 135 1980 1980 90 1980 90 135
+2 2 0 0 0 7 50 -1 44 0.000 0 0 -1 0 0 5
+	 1980 1980 3870 1980 3870 3870 1980 3870 1980 1980
+2 2 0 0 0 7 50 -1 46 0.000 0 0 -1 0 0 5
+	 90 1980 1980 1980 1980 3870 90 3870 90 1980
+-6
+6 0 0 3960 3960
+2 1 0 1 -1 7 4 -1 -1 0.000 0 0 -1 0 0 2
+	 0 1980 3960 1980
+2 1 0 1 0 7 4 -1 -1 0.000 0 0 -1 0 0 2
+	 1980 0 1980 3960
+-6
+6 855 2970 1305 3240
+2 1 0 1 0 7 2 -1 -1 0.000 0 0 -1 1 0 2
+	2 1 1.00 75.00 120.00
+	 1305 2970 855 3240
+-6
+6 900 3285 1125 3510
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 900 3510 1125 3510 1125 3285 900 3285 900 3510
+4 0 0 4 -1 3 12 0.0000 4 90 90 945 3465 v\001
+-6
+6 945 270 1170 495
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 945 495 1170 495 1170 270 945 270 945 495
+4 0 0 4 -1 3 12 0.0000 4 135 150 990 450 v'\001
+-6
+6 2925 315 3180 540
+2 2 0 1 7 7 5 -1 45 0.000 0 0 -1 0 0 5
+	 2925 540 3150 540 3150 315 2925 315 2925 540
+4 0 0 4 -1 3 12 0.0000 4 135 210 2970 495 v''\001
+-6
+1 3 0 0 0 0 2 -1 45 0.000 1 0.0000 1305 2970 45 45 1305 2970 1350 2970
+2 1 0 1 0 7 2 -1 -1 0.000 0 0 -1 1 0 2
+	2 1 1.00 75.00 120.00
+	 2610 810 3060 540
+2 1 0 1 0 7 2 -1 -1 0.000 0 0 -1 1 0 2
+	2 1 1.00 75.00 120.00
+	 1350 806 900 536
+3 2 0 1 0 -1 50 -1 -1 0.000 0 1 0 3
+	2 1 1.00 75.00 120.00
+	 1220 2923 770 1978 1265 898
+	 0.000 -1.000 0.000
+4 0 0 50 -1 0 12 0.0000 4 135 1065 2250 1515 data is stored\001
+4 0 0 50 -1 0 12 0.0000 4 180 1440 2250 1305 component where\001
+-6

File [added]: faces.pdf
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: figures/faces.pdf
___________________________________________________________________

File [added]: rot180-grid.fig
Delta lines: +96 -0
===================================================================
--- figures/rot180-grid.fig	                        (rev 0)
+++ figures/rot180-grid.fig	2011-04-12 12:30:03 UTC (rev 56)
@@ -0,0 +1,96 @@
+#FIG 3.2  Produced by xfig version 3.2.5b
+Landscape
+Center
+Inches
+A4      
+100.00
+Single
+-2
+1200 2
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 7200 7200 335 335 7200 7200 7350 7500
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 4800 7200 335 335 4800 7200 4950 7500
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 7200 2400 335 335 7200 2400 7350 2700
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 4800 2400 335 335 4800 2400 4950 2700
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 7200 4800 335 335 7200 4800 7350 5100
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 4800 4800 335 335 4800 4800 4950 5100
+1 3 0 4 4 7 50 -1 20 0.000 1 0.0000 2400 7200 335 335 2400 7200 2550 7500
+1 3 0 4 4 7 50 -1 20 0.000 1 0.0000 2400 2400 335 335 2400 2400 2550 2700
+1 3 0 4 4 7 50 -1 20 0.000 1 0.0000 2400 4800 335 335 2400 4800 2550 5100
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 9600 7200 335 335 9600 7200 9750 7500
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 9600 2400 335 335 9600 2400 9750 2700
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 9600 4800 335 335 9600 4800 9750 5100
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 12000 7200 335 335 12000 7200 12150 7500
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 12000 2400 335 335 12000 2400 12150 2700
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 12000 4800 335 335 12000 4800 12150 5100
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 7200 0 335 335 7200 0 7350 300
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 4800 0 335 335 4800 0 4950 300
+1 3 0 4 4 7 50 -1 20 0.000 1 0.0000 2400 0 335 335 2400 0 2550 300
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 9600 0 335 335 9600 0 9750 300
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 12000 0 335 335 12000 0 12150 300
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 7200 9600 335 335 7200 9600 7350 9900
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 4800 9600 335 335 4800 9600 4950 9900
+1 3 0 4 4 7 50 -1 20 0.000 1 0.0000 2400 9600 335 335 2400 9600 2550 9900
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 9600 9600 335 335 9600 9600 9750 9900
+1 3 0 4 4 4 50 -1 20 0.000 1 0.0000 12000 9600 335 335 12000 9600 12150 9900
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 7200 150 150 3600 7200 3600 7350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 6000 150 150 3600 6000 3600 6150
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 3600 150 150 3600 3600 3600 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 2400 150 150 3600 2400 3600 2550
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 10800 3600 150 150 10800 3600 10800 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 10800 2400 150 150 10800 2400 10800 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 8400 2400 150 150 8400 2400 8400 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 9600 2400 150 150 9600 2400 9600 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 2400 150 150 4800 2400 4800 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 2400 150 150 6000 2400 6000 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 7200 2400 150 150 7200 2400 7200 2550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 7200 150 150 4800 7200 4800 7350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 4800 6000 150 150 4800 6000 4800 6150
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 4800 3600 150 150 4800 3600 4800 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 6000 3600 150 150 6000 3600 6000 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 7200 3600 150 150 7200 3600 7200 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 8400 3600 150 150 8400 3600 8400 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 9600 3600 150 150 9600 3600 9600 3750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 1200 150 150 3600 1200 3600 1350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 0 150 150 3600 0 3600 150
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 10800 1200 150 150 10800 1200 10800 1350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 10800 0 150 150 10800 0 10800 150
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 8400 0 150 150 8400 0 8400 150
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 9600 0 150 150 9600 0 9600 150
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 9600 1200 150 150 9600 1200 9600 1350
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 8400 1200 150 150 8400 1200 8400 1350
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 7200 1200 150 150 7200 1200 7200 1350
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 1200 150 150 6000 1200 6000 1350
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 1200 150 150 4800 1200 4800 1350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 9600 150 150 3600 9600 3600 9750
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 3600 8400 150 150 3600 8400 3600 8550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 8400 150 150 4800 8400 4800 8550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 9600 150 150 4800 9600 4800 9750
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 4800 0 150 150 4800 0 4800 150
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 0 150 150 6000 0 6000 150
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 7200 6000 150 150 7200 6000 7200 6150
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 7200 7200 150 150 7200 7200 7200 7350
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 7200 8400 150 150 7200 8400 7200 8550
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 7200 9600 150 150 7200 9600 7350 9600
+1 3 0 4 0 7 49 -1 20 0.000 1 0.0000 6000 6000 150 150 6000 6000 6000 6150
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 9600 150 150 6000 9600 6150 9600
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 8400 150 150 6000 8400 6000 8550
+1 3 0 4 0 16 49 -1 20 0.000 1 0.0000 6000 7200 150 150 6000 7200 6000 7350
+1 3 0 4 0 0 49 -1 20 0.000 1 0.0000 7200 0 150 150 7200 0 7200 150
+2 1 1 4 0 16 51 -1 -1 10.000 0 0 -1 1 0 2
+	1 1 1.00 60.00 120.00
+	 2400 4800 12000 4800
+2 1 1 4 0 16 51 -1 -1 10.000 0 0 -1 1 0 2
+	1 1 1.00 60.00 120.00
+	 4800 9600 4800 0
+2 1 0 4 0 16 49 -1 -1 0.000 0 0 -1 1 0 2
+	1 1 4.00 240.00 480.00
+	 300 4800 1950 4800
+2 1 0 4 0 16 49 -1 20 0.000 0 0 -1 1 0 2
+	1 1 4.00 240.00 480.00
+	 4800 11550 4800 9900
+3 0 1 4 0 7 48 -1 -1 10.000 0 1 0 3
+	2 0 4.00 180.00 480.00
+	 6000 9600 2400 4800 3600 0
+	 0.000 1.000 0.000
+4 1 0 49 -1 0 48 0.0000 4 735 1650 450 5700 y = 0\001
+4 1 0 49 -1 0 48 0.0000 4 570 1650 4800 12150 x = 0\001

File [added]: rot180-grid.pdf
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: figures/rot180-grid.pdf
___________________________________________________________________



More information about the Commits mailing list