<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-forward-container"><br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
            </th>
            <td>Re: [dune-pdelab] reg.: problems with installation of
              dune-pdelab 2.7</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
            <td>Thu, 2 Apr 2020 11:43:47 +0200</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
            <td>Shubhangi Gupta <a class="moz-txt-link-rfc2396E" href="mailto:sgupta@geomar.de"><sgupta@geomar.de></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
            <td>Linus Seelinger
              <a class="moz-txt-link-rfc2396E" href="mailto:linus.seelinger@iwr.uni-heidelberg.de"><linus.seelinger@iwr.uni-heidelberg.de></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      Hi Linus,<br>
      <br>
      Thanks, dune-pdelab as well as dune-pdelab-tutorials compile
      correctly now.<br>
      <br>
      I have a quick question... how can I extract the supspaces from a
      composite or power grid function space?<br>
      <br>
      This is what I was using before:<br>
      <br>
              typedef typename Dune::PDELab::GridFunctionSubSpace<
      GFS, Dune::TypeTree::TreePath<0> > SUBGFS0;<br>
              SUBGFS0    subgfs0(gfs);<br>
      <br>
      Thanks again, and warm wishes, Shubhangi<br>
      <br>
      <br>
      On 02.04.20 10:12, Linus Seelinger wrote:<br>
      <blockquote type="cite">Hi Shubhangi,<br>
        <br>
        the "-git" indicates that this is currently under development to
        some day<br>
        become 2.7.<br>
        I can see how that can be confusing though.<br>
        <br>
        Btw, the reason you could successfully use pdelab master it with
        releases/2.7<br>
        core modules rather than master core modules was likely because
        the core<br>
        modules hadn't diverged from 2.7 so much yet.<br>
        <br>
        Best,<br>
        <br>
        Linus<br>
        <br>
        Am Donnerstag, 2. April 2020, 10:06:15 CEST schrieb Shubhangi
        Gupta:<br>
        <blockquote type="cite">Thanks Linus,<br>
          <br>
          I'll try with the master branches for each module.<br>
          <br>
          In the readme notes for pdelab master branch, it says 'This is
          version<br>
          2.7-git of the PDELab library.' So I assumed that it needs 2.7
          release<br>
          branch of the core modules.<br>
          <br>
          Best wishes, Shubhangi<br>
          <br>
          On 02.04.20 10:00, Linus Seelinger wrote:<br>
          <blockquote type="cite">Hi Shubhangi,<br>
            <br>
            I believe you are mixing versions; we don't have a PDELab
            2.7 release<br>
            branch yet.<br>
            <br>
            So, either you should get the current master branch of all
            modules, or the<br>
            releases/2.6 branch of all modules.<br>
            <br>
            Best,<br>
            <br>
            Linus<br>
            <br>
            Am Donnerstag, 2. April 2020, 09:56:18 CEST schrieb
            Shubhangi Gupta:<br>
            <blockquote type="cite">Hi,<br>
              <br>
              I am trying to install dune-pdelab v2.7.<br>
              <br>
              I had already installed it some weeks ago on my
              workstation, and it<br>
              worked fine. Now however when I am trying to install for a
              colleague, I<br>
              am getting errors in pdelab. An example of the compilation
              errors (for<br>
              pdelab-tutorial excercise04-2d) is attached.<br>
              <br>
              I am accessing the following git repos:<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/core/dune-common.git">https://gitlab.dune-project.org/core/dune-common.git</a><br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/core/dune-geometry.git">https://gitlab.dune-project.org/core/dune-geometry.git</a><br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/core/dune-grid.git">https://gitlab.dune-project.org/core/dune-grid.git</a><br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/core/dune-istl.git">https://gitlab.dune-project.org/core/dune-istl.git</a><br>
              releases/2.7<br>
              <br>
<a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/core/dune-localfunctions.git">https://gitlab.dune-project.org/core/dune-localfunctions.git</a><br>
              <br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/staging/dune-uggrid.git">https://gitlab.dune-project.org/staging/dune-uggrid.git</a><br>
              releases/2.7<br>
              git clone<br>
              <br>
<a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/extensions/dune-alugrid.git">https://gitlab.dune-project.org/extensions/dune-alugrid.git</a><br>
              <br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/staging/dune-typetree.git">https://gitlab.dune-project.org/staging/dune-typetree.git</a><br>
              releases/2.7<br>
              <br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/staging/dune-functions.git">https://gitlab.dune-project.org/staging/dune-functions.git</a><br>
              <br>
              releases/2.7<br>
              <a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/pdelab/dune-pdelab.git">https://gitlab.dune-project.org/pdelab/dune-pdelab.git</a><br>
              master<br>
              <br>
<a class="moz-txt-link-freetext" href="https://gitlab.dune-project.org/pdelab/dune-pdelab-tutorials.git">https://gitlab.dune-project.org/pdelab/dune-pdelab-tutorials.git</a><br>
              <br>
              master<br>
              <br>
              Does anyone have a clue why the compilation is failing? I
              can also share<br>
              my installation script if necessary.<br>
              <br>
              Thanks and best wishes, Shubhangi<br>
            </blockquote>
            _______________________________________________<br>
            dune-pdelab mailing list<br>
            <a class="moz-txt-link-abbreviated" href="mailto:dune-pdelab@lists.dune-project.org">dune-pdelab@lists.dune-project.org</a><br>
            <a class="moz-txt-link-freetext" href="https://lists.dune-project.org/mailman/listinfo/dune-pdelab">https://lists.dune-project.org/mailman/listinfo/dune-pdelab</a><br>
          </blockquote>
          _______________________________________________<br>
          dune-pdelab mailing list<br>
          <a class="moz-txt-link-abbreviated" href="mailto:dune-pdelab@lists.dune-project.org">dune-pdelab@lists.dune-project.org</a><br>
          <a class="moz-txt-link-freetext" href="https://lists.dune-project.org/mailman/listinfo/dune-pdelab">https://lists.dune-project.org/mailman/listinfo/dune-pdelab</a><br>
        </blockquote>
        <br>
        <br>
        <br>
        <br>
        _______________________________________________<br>
        dune-pdelab mailing list<br>
        <a class="moz-txt-link-abbreviated" href="mailto:dune-pdelab@lists.dune-project.org">dune-pdelab@lists.dune-project.org</a><br>
        <a class="moz-txt-link-freetext" href="https://lists.dune-project.org/mailman/listinfo/dune-pdelab">https://lists.dune-project.org/mailman/listinfo/dune-pdelab</a><br>
      </blockquote>
    </div>
  </body>
</html>