<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/</link>
    <language>en-us</language>

    <title>magma/2D/SolitaryWaves2DSL Changelog</title>
    <description>magma/2D/SolitaryWaves2DSL Changelog</description>
    <item>
    <title>added parallel benchmark scripts</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/d016870dcb70</link>
    <description><![CDATA[added parallel benchmark scripts]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Thu, 29 May 2008 18:57:28 -0400</pubDate>
</item>
<item>
    <title>fixed createInitialConditions for new BC's</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/8bd7f2c080c7</link>
    <description><![CDATA[fixed createInitialConditions for new BC's<br/>
M   example/InitialPorosity1DWave.input<br/>
M   example/InitialPorosityGaussian.input<br/>
M   matlab/createInitialConditions.m<br/>
	added bcFlags for doubly periodic]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Thu, 29 May 2008 14:21:23 -0400</pubDate>
</item>
<item>
    <title>made more Benchmark plots and cleaned up basic options files</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/97635524c180</link>
    <description><![CDATA[made more Benchmark plots and cleaned up basic options files<br/>
M   Benchmarks/Accuracy/getErrors.m<br/>
M   Benchmarks/Accuracy/plotErrors.m<br/>
M   src/swaves_fieldSplitPC.options<br/>
A   src/swaves_fieldSplitPC_fluxBC.options]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Thu, 29 May 2008 11:36:26 -0400</pubDate>
</item>
<item>
    <title>modified Accuracy Benchmarks for new BC's</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/756984d5461b</link>
    <description><![CDATA[modified Accuracy Benchmarks for new BC's<br/>
M   Benchmarks/Accuracy/commonOptions_FieldSplit.options<br/>
	added zBCFlag 1 for non-periodic z boundary<br/>
M   Benchmarks/Accuracy/createBenchmarkInputs.m<br/>
	modified for zBCFlag 1<br/>
M   matlab/sincSolitaryWaves/writeSolitaryWave2DInputFile.m<br/>
	correctly sizes input files for different boundary conditions]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Wed, 28 May 2008 23:26:50 -0400</pubDate>
</item>
<item>
    <title>minor clean ups</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/4bfb82142b33</link>
    <description><![CDATA[minor clean ups<br/>
M   src/FieldFunctions.c<br/>
	removed the free flux boundary conditions in the J12 block<br/>
M   src/SolitaryWave2DSL.c<br/>
	added DMMGSetFromOptions (for new petsc-dev)<br/>
M   src/swaves_fieldSplitPC.options<br/>
	made consistent with other programs to test]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Mon, 21 Apr 2008 19:59:48 -0400</pubDate>
</item>
<item>
    <title>Working version with new BC's</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/88579a7aa65a</link>
    <description><![CDATA[Working version with new BC's<br/>
M   src/FieldFunctions.c<br/>
	Initialize: put in constant porosity buffer near top (might remove)<br/>
	FormInitialGuess: modify for dirichlet BC<br/>
	FormFunctionLocal: start by initializing for periodic or Neumann, the fix dirichlet<br/>
	FormJacobianLocal: Get all BCs right (the first time round)<br/>
	BicubicInterp: added ishift, jshift to move into domain for non-periodic BC's<br/>
	InterpFields2DPeriodic: (use ishift=jshift=0)<br/>
	InterpFields2DzInflow: check for inflow boundary and shift if necessary - requires recompilation of semi-lagrange<br/>
M   src/SolitaryWave2DSL.h<br/>
	changed prototype for BiCubicInterp for ishift,jshift]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Wed, 19 Mar 2008 12:14:51 -0400</pubDate>
</item>
<item>
    <title>modified InterpField2D for two different BC's</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/22fca481af77</link>
    <description><![CDATA[modified InterpField2D for two different BC's<br/>
M   src/FieldFunctions.c<br/>
	changed InterpFields2D to InterpFields2DPeriodic and added<br/>
	InterpFields2DzInflow<br/>
	modified BiCubicInterp for efficiency<br/>
M   src/SolitaryWave2DSL.c<br/>
	check zBoundaryFlag for characteristic callback<br/>
M   src/SolitaryWave2DSL.h<br/>
	added InterpFields2DPeriodic and InterpFields2DzInflow]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Mon, 17 Mar 2008 10:57:19 -0400</pubDate>
</item>
<item>
    <title>Added tag RevPeriodic for changeset 8037b9cbe111</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/a9b249909823</link>
    <description><![CDATA[Added tag RevPeriodic for changeset 8037b9cbe111]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Sun, 16 Mar 2008 23:54:19 -0400</pubDate>
</item>
<item>
    <title>added grid.dx grid.dz to all functions (including IO and Vis)</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/4adadc50962c</link>
    <description><![CDATA[added grid.dx grid.dz to all functions (including IO and Vis)<br/>
M   matlab/viewSolitaryWave2D.m<br/>
M   matlab/viewSolitaryWave2DSurf.m<br/>
M   src/FieldFunctions.c<br/>
M   src/Params.c<br/>
M   src/SolitaryWave2DSL.c<br/>
M   src/SolitaryWave2DSL.h<br/>
M   src/makeOutput.c<br/>
R   src/PetscSimOutput.c]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Sun, 16 Mar 2008 23:47:55 -0400</pubDate>
</item>
<item>
    <title>Added proper grid-spacing info to user context on all levels</title>
    <link>http://www.geodynamics.org/hg/magma/2D/SolitaryWaves2DSL/rev/b68f2b824135</link>
    <description><![CDATA[Added proper grid-spacing info to user context on all levels<br/>
M   src/SolitaryWave2DSL.c]]></description>
    <author>&#77;&#97;&#114;&#99;&#32;&#83;&#112;&#105;&#101;&#103;&#101;&#108;&#109;&#97;&#110;&#32;&#60;&#109;&#115;&#112;&#105;&#101;&#103;&#64;&#108;&#100;&#101;&#111;&#46;&#99;&#111;&#108;&#117;&#109;&#98;&#105;&#97;&#46;&#101;&#100;&#117;&#62;</author>
    <pubDate>Sun, 16 Mar 2008 22:44:05 -0400</pubDate>
</item>

  </channel>
</rss>
