<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.einsteintoolkit.org/et-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Noncct+pmoesta</id>
	<title>Einstein Toolkit Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.einsteintoolkit.org/et-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Noncct+pmoesta"/>
	<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/Special:Contributions/Noncct_pmoesta"/>
	<updated>2026-05-12T07:09:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4237</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4237"/>
		<updated>2016-06-16T02:20:14Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Visualizing the spacetime of GW150914 with VisIt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime of GW150914 with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4236</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4236"/>
		<updated>2016-06-16T02:19:55Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Creating a host profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime of GW150914 with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4234</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4234"/>
		<updated>2016-06-15T03:47:01Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A volume rendering example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
==A volume rendering example==&lt;br /&gt;
&lt;br /&gt;
First, load the 3D data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:3ddata.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
then add a volume plot &amp;lt;tt&amp;gt; Add Plot &amp;gt; Volume &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adjust the volume plot arguments as follows to get an initial plot&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol1.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol3.png]]&lt;br /&gt;
&lt;br /&gt;
and click &amp;lt;tt&amp;gt; Draw &amp;lt;/tt&amp;gt;. Afterwards feel free to adjust the settings for the 1D transfer function used to generate the volume rendering.&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4233</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4233"/>
		<updated>2016-06-15T03:45:56Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A volume rendering example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
==A volume rendering example==&lt;br /&gt;
&lt;br /&gt;
First, load the 3D data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:3ddata.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
then add a volume plot &amp;lt;tt&amp;gt; Add Plot &amp;gt; Volume &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adjust the volume plot arguments as follows to get an initial plot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol1.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol3.png]]&lt;br /&gt;
&lt;br /&gt;
and click &amp;lt;tt&amp;gt; Draw &amp;lt;\tt&amp;gt;. Afterwards feel free to adjust the settings for the 1D colormap used to generate the volume rendering.&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4232</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4232"/>
		<updated>2016-06-15T03:44:57Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A volume rendering example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
==A volume rendering example==&lt;br /&gt;
&lt;br /&gt;
First, load the 3D data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:3ddata.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
then add a volume plot &amp;lt;tt&amp;gt; Add Plot -&amp;gt; Volume ,/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adjust the volume plot arguments as follows to get an initial plot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol1.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol3.png]]&lt;br /&gt;
&lt;br /&gt;
and click &amp;lt;tt&amp;gt; Draw &amp;lt;\tt&amp;gt;. Afterwards feel free to adjust the settings for the 1D colormap used to generate the volume rendering.&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol3.png&amp;diff=4231</id>
		<title>File:Vol3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol3.png&amp;diff=4231"/>
		<updated>2016-06-15T03:42:56Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4230</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4230"/>
		<updated>2016-06-15T03:41:05Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A volume rendering example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
==A volume rendering example==&lt;br /&gt;
&lt;br /&gt;
First, load the 3D data&lt;br /&gt;
&lt;br /&gt;
[[Image:3ddata.png]]&lt;br /&gt;
&lt;br /&gt;
then add a volume plot &amp;lt;tt&amp;gt; Add Plot -&amp;gt; Volume ,/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol2.png]]&lt;br /&gt;
&lt;br /&gt;
Adjust the volume plot arguments as follows to get an initial plot&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol1.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol3.png]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4229</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4229"/>
		<updated>2016-06-15T03:39:43Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Visualizing the spacetime with VisIt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
==A volume rendering example==&lt;br /&gt;
&lt;br /&gt;
First, load the 3D data&lt;br /&gt;
&lt;br /&gt;
[[Image:3ddata.png]]&lt;br /&gt;
&lt;br /&gt;
then add a volume plot &amp;lt;tt&amp;gt; Add Plot -&amp;gt; Volume ,/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Vol2.png]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol2.png&amp;diff=4228</id>
		<title>File:Vol2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol2.png&amp;diff=4228"/>
		<updated>2016-06-15T03:37:05Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol1.png&amp;diff=4227</id>
		<title>File:Vol1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Vol1.png&amp;diff=4227"/>
		<updated>2016-06-15T03:36:38Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:3ddata.png&amp;diff=4226</id>
		<title>File:3ddata.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:3ddata.png&amp;diff=4226"/>
		<updated>2016-06-15T03:36:15Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Surfaces.png&amp;diff=4225</id>
		<title>File:Surfaces.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Surfaces.png&amp;diff=4225"/>
		<updated>2016-06-15T03:02:38Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4224</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4224"/>
		<updated>2016-06-15T03:01:21Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:Surfaces.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4223</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4223"/>
		<updated>2016-06-15T02:59:32Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4222</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4222"/>
		<updated>2016-06-15T02:59:03Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. You will need to adjust the path to substitute your username for &amp;lt;tt&amp;gt; einstein &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4221</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4221"/>
		<updated>2016-06-15T02:57:50Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Addplot.png]]&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4220</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4220"/>
		<updated>2016-06-15T02:56:26Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Data.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Data.png&amp;diff=4219</id>
		<title>File:Data.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Data.png&amp;diff=4219"/>
		<updated>2016-06-15T02:55:40Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Addplot.png&amp;diff=4218</id>
		<title>File:Addplot.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Addplot.png&amp;diff=4218"/>
		<updated>2016-06-15T02:55:10Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4217</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4217"/>
		<updated>2016-06-15T02:46:11Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Opening the databases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4216</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4216"/>
		<updated>2016-06-15T02:45:53Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Opening the databases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:connect.png]]&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Connect.png&amp;diff=4215</id>
		<title>File:Connect.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Connect.png&amp;diff=4215"/>
		<updated>2016-06-15T02:45:03Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4214</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4214"/>
		<updated>2016-06-15T02:19:00Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Opening the databases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the newly created machine and when prompted enter your password to login. Navigate to &amp;lt;tt&amp;gt; /storage/data/GW150914/output-0000/data/ &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4213</id>
		<title>GW150914 VisIt Tutorial ETWS</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial_ETWS&amp;diff=4213"/>
		<updated>2016-06-15T02:17:23Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4212</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4212"/>
		<updated>2016-06-15T01:20:02Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4211</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4211"/>
		<updated>2016-06-15T01:18:40Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* A visualization example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:openfiles.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Openfiles.png&amp;diff=4210</id>
		<title>File:Openfiles.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Openfiles.png&amp;diff=4210"/>
		<updated>2016-06-15T01:17:51Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4209</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4209"/>
		<updated>2016-06-15T01:15:22Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Creating a host profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
follows but change the username to the one assigned to you.&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Vt-2.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4208</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4208"/>
		<updated>2016-06-14T09:52:31Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Visualizing the spacetime with VisIt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
&lt;br /&gt;
[[Image:Host_profile_small.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Vt-2.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Host_profile_small.png&amp;diff=4207</id>
		<title>File:Host profile small.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Host_profile_small.png&amp;diff=4207"/>
		<updated>2016-06-14T09:51:45Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4206</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4206"/>
		<updated>2016-06-14T09:48:54Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Visualizing the spacetime with VisIt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
&lt;br /&gt;
[[Image:Host_profile.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Vt-2.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Host_profile.png&amp;diff=4205</id>
		<title>File:Host profile.png</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=File:Host_profile.png&amp;diff=4205"/>
		<updated>2016-06-14T09:47:28Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: host_profile setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;host_profile setup&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4204</id>
		<title>GW150914 VisIt Tutorial</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=GW150914_VisIt_Tutorial&amp;diff=4204"/>
		<updated>2016-06-14T09:45:25Z</updated>

		<summary type="html">&lt;p&gt;Noncct pmoesta: /* Visualizing the spacetime with VisIt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Visualizing the spacetime with VisIt=&lt;br /&gt;
&lt;br /&gt;
==Installing VisIt==&lt;br /&gt;
&lt;br /&gt;
The 3D data output by the simulation (such as the metric, the extrinsic curvature, the curvature, and the apparent horizons) can be visualised with the &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; package. &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; can be obtained at the [https://wci.llnl.gov/simulation/computer-codes/visit/downloads VisIt download page].&lt;br /&gt;
&lt;br /&gt;
The simplest way to install &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is to download the ready-made executable for the right architecture (Linux, Mac OS X, and Windows are available). On Linux, this will download a tarball containing a directory&lt;br /&gt;
&lt;br /&gt;
 visit&amp;lt;version number&amp;gt;.&amp;lt;architecture&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Changing to this directory, the command&lt;br /&gt;
&lt;br /&gt;
 bin/visit&lt;br /&gt;
&lt;br /&gt;
will launch the software.&lt;br /&gt;
&lt;br /&gt;
On Mac OS X, a .dmg file will be downloaded first, containing the &amp;lt;tt&amp;gt;VisIt.app&amp;lt;/tt&amp;gt; executable.&lt;br /&gt;
&lt;br /&gt;
==Creating a host profile==&lt;br /&gt;
&lt;br /&gt;
First, you will need to create a host profile to instruct VisIt to use the workshop visualization server. Go to &amp;lt;tt&amp;gt;Options &amp;gt; Host profiles ...&amp;lt;/tt&amp;gt; and create a new profile. Fill in the information as &lt;br /&gt;
&lt;br /&gt;
[[Image:host_profile.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Opening the databases==&lt;br /&gt;
&lt;br /&gt;
Once the software is running, the button &amp;lt;tt&amp;gt;Open&amp;lt;/tt&amp;gt; can be used to open files from the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-1.png]]&lt;br /&gt;
&lt;br /&gt;
If you are using the Simulation Factory to launch and manage the run, the data will be output under the directory &amp;lt;tt&amp;gt;&amp;lt;basedir&amp;gt;/&amp;lt;simulation name&amp;gt;/output-&amp;lt;nnnn&amp;gt;/&amp;lt;parfile name&amp;gt;&amp;lt;/tt&amp;gt;, where &amp;lt;tt&amp;gt;&amp;lt;nnnn&amp;gt;&amp;lt;/tt&amp;gt; is the number of the restart. There are essentially two types of files that can be visualised with VisIt:&lt;br /&gt;
&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;CarpetIOHDF5&amp;lt;/tt&amp;gt;, with .h5 extension, which will be read by the CarpetHDF5 plugin in VisIt and represent the 1D, 2D, or 3D configuration of a specific field, on a number of constant-time spaces;&lt;br /&gt;
* Files from the thorn &amp;lt;tt&amp;gt;QuasiLocalMeasures&amp;lt;/tt&amp;gt;, with .vtk extension, which are read natively by &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; and represent the shape and properties of relevant 2D topological spheres, such as the apparent horizons, also at different times;&lt;br /&gt;
&lt;br /&gt;
==A visualization example==&lt;br /&gt;
&lt;br /&gt;
Let us, for instance, plot the configuration of the conformal factor &amp;lt;tt&amp;gt;ML_BSSN::phi&amp;lt;/tt&amp;gt; on the xy plane, and superimpose the apparent horizon shapes. We first need to load the data for the conformal factor on this plane, using the Open button and selecting the correct path for the database &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;. We can then generate the plot by clicking &amp;lt;tt&amp;gt;Add &amp;gt; Pseudocolor &amp;gt; ML_BSSN--phi&amp;lt;/tt&amp;gt;. If the &amp;lt;tt&amp;gt;Auto Apply&amp;lt;/tt&amp;gt; feature in &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; is not selected, we need to click on &amp;lt;tt&amp;gt;Draw&amp;lt;/tt&amp;gt; to make the plot appear.&lt;br /&gt;
&lt;br /&gt;
[[Image:Vt-2.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-3.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-4.png]]&lt;br /&gt;
&lt;br /&gt;
If necessary, we can tune the colormap until the plot looks like the one below (this result has been obtained by selecting the &amp;lt;tt&amp;gt;Plot Attributes &amp;gt; Pseudocolor...&amp;lt;/tt&amp;gt; menu and choosing a &amp;lt;tt&amp;gt;Skew&amp;lt;/tt&amp;gt; value of 1000):&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-5.png]]&lt;br /&gt;
&lt;br /&gt;
Next, we can plot the horizon surface of the first black hole by opening the &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt; database, and using &amp;lt;tt&amp;gt;Add &amp;gt; Mesh &amp;gt; mesh&amp;lt;/tt&amp;gt;. We can similarly add the second horizon by following the previous steps for the &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt; database.&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-6.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-7.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-8.png]]&lt;br /&gt;
&lt;br /&gt;
The plot depicts now the system’s conformal factor and horizons at t=0. To cycle through subsequent times, we need to create a database correlation first, telling &amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; how to match the time indices in the &amp;lt;tt&amp;gt;phi.*.xy.h5&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;surface01_*.vtk&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;surface02_*.vtk&amp;lt;/tt&amp;gt;. To create the database, we need to use the menu &amp;lt;tt&amp;gt;Controls &amp;gt; Database correlations&amp;lt;/tt&amp;gt;, select &amp;lt;tt&amp;gt;New…&amp;lt;/tt&amp;gt;,  select the three databases on the left window (&amp;lt;tt&amp;gt;Sources&amp;lt;/tt&amp;gt;) and move them right using the right arrow. Once the databases appear in the &amp;lt;tt&amp;gt;Correlated sources&amp;lt;/tt&amp;gt; window, we can name the correlation, select &amp;lt;tt&amp;gt;Cycle&amp;lt;/tt&amp;gt; for the correlation method, and click &amp;lt;tt&amp;gt;Create database correlation&amp;lt;/tt&amp;gt;. Once the correlation is created, an &amp;lt;tt&amp;gt;Active time slider&amp;lt;/tt&amp;gt; menu will appear just below the &amp;lt;tt&amp;gt;Active Source&amp;lt;/tt&amp;gt; menu, indicating that our correlation is now controlling the slider; moving this slider will then step through the three databases simultaneously, making sure that all the plotted data refers to the same time coordinate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;VisIt&amp;lt;/tt&amp;gt; provides a number of tools and options to tune this visualization, output it to image or movie files, save and restore sessions, remote visualization, and so on. More information can be found on the [https://wci.llnl.gov/simulation/computer-codes/visit/manuals Manuals page].&lt;br /&gt;
&lt;br /&gt;
[[Image:vt-9.png]]            [[Image:vt-10.png]]            [[Image:vt-11.png]]&lt;/div&gt;</summary>
		<author><name>Noncct pmoesta</name></author>
		
	</entry>
</feed>