<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">When can the Elliptic solver be called?
      During an evolution? Only when complete coarsest grid steps are
      complete?<br>
      <br>
      Cheers,<br>
      Steve<br>
      <br>
      On 01/21/2014 04:15 AM, Ian Hinder wrote:<br>
    </div>
    <blockquote
      cite="mid:8C704F46-9196-4E95-BB11-227D7661C11B@aei.mpg.de"
      type="cite">
      <pre wrap="">
On 21 Jan 2014, at 10:02, Roland Haas <a class="moz-txt-link-rfc2396E" href="mailto:roland.haas@physics.gatech.edu">&lt;roland.haas@physics.gatech.edu&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hello all, Elo,

</pre>
        <blockquote type="cite">
          <pre wrap="">Notice that the solver is not in the ET! But I will gladly support
the effort of including it, if needed, as well as answer the
questions of those who simply want to use it.
</pre>
        </blockquote>
        <pre wrap="">Uhm, that is indeed correct. The thorn is not in the ET and any user
should consult the documentation in the thorn repository for license and
citation policies. I have added the URL, version information etc to the
"thorns we know of" page on the wiki which lists non-ET, public thorns:
<a class="moz-txt-link-freetext" href="https://docs.einsteintoolkit.org/et-docs/Thorns_we_know_of">https://docs.einsteintoolkit.org/et-docs/Thorns_we_know_of</a> Please feel
free to amend as needed.
</pre>
      </blockquote>
      <pre wrap="">
There are two interfaces to the elliptic solver:

1. High-level: Coefficients of the elliptic problem are defined either as constant parameters in the user's parameter file, or as named grid functions.  This means that you can solve elliptic equations without writing any new code.  This was the original interface, and is the one used in the master branch.

2. Low-level: The RHS of the elliptic equation is provided by a user-written Cactus function which writes it into grid functions, identified using a registration mechanism.  This makes it more similar to MoL, and more amenable to automatic code generation for complicated equations. The high-level interface has been re-implemented in terms of the new interface to avoid code duplication and to test the new interface.  This is only currently available in the newapi branch, and is still under development and testing and is subject to change.  

I have started writing a small example which uses the low-level interface, but it has been a low priority, and I haven't worked on it in the last few weeks.  If someone is interested, let me know and I will make it a higher priority.

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a>
<a class="moz-txt-link-freetext" href="http://lists.einsteintoolkit.org/mailman/listinfo/users">http://lists.einsteintoolkit.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>