<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Matt,<br>
      <br>
      Thanks for your reply. <br>
      <br>
      Yes, I only labels the vertex because I am doing the finite
      element method where I only need the vertex label. Do you mean
      that I need to label the faces and get the vertex label from the 
      face label?<br>
      <br>
      Thanks,<br>
      Rongliang<br>
      <br>
      <br>
      <br>
      On 06/07/2016 09:51 PM, Matthew Knepley wrote:<br>
    </div>
    <blockquote
cite="mid:CAMYG4G=Xaxhbnf+TBKdFp9N7R8T1B2JFYCkbySK-43c1crcL8w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Tue, Jun 7, 2016 at 10:09 AM,
            Rongliang Chen <span dir="ltr"><<a
                moz-do-not-send="true" href="mailto:rl.chen@siat.ac.cn"
                target="_blank">rl.chen@siat.ac.cn</a>></span> wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear
              All,<br>
              <br>
              I am using the DMRefine_Plex to refine a mesh. In the
              coarse mesh, it has a label "Vertex Sets" to mark the
              boundary nodes. I found that the DMRefine_Plex did not
              refine this label.<br>
              <br>
              For example, in the coarse mesh, there are 100 nodes on
              the boundary, that is the number of nodes in the label is
              100. In the refined mesh (uniformly refined), the number
              of nodes in the label should be larger than 100, but I
              found that this number is still 100, which means the newly
              added nodes on the boundary were not added to the label.<br>
              <br>
              But I need a refined label to set the boundary conditions.
              Anyone can tell me how to get a refined Vertex Sets label?<br>
            </blockquote>
            <div><br>
            </div>
            <div>All operations are topological in Plex, not geometric.
              When we refine, we split edges (for instance) and the new
              vertex inserted</div>
            <div>inherits the labels from the edge that was split. I am
              guessing that you only labels the vertices.</div>
            <div><br>
            </div>
            <div>  Thanks,</div>
            <div><br>
            </div>
            <div>    Matt</div>
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Best regards,<br>
              Rongliang<br>
              <br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div class="gmail_signature" data-smartmail="gmail_signature">What
            most experimenters take for granted before they begin their
            experiments is infinitely more interesting than any results
            to which their experiments lead.<br>
            -- Norbert Wiener</div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>