<font color='black' size='2' face='arial'><font size="2">Dear Sir, I have one question.  On the GetDP webpage the example below (in quotes is provided), but I don't see two derivatives in the Formulation Equation section.  I see { d v } but where is the rest of the div (grad (v)) portion?  Shouldn't there be two derivatives.  Thank you.<br>
<br>
Cristian<br>
</font><br>
<br>
<font size="2"><Section taken from GetDP website>:</font><br>
<font size="2">"</font>For example, to solve the Poisson equation div(a grad(v)) = f on a domain D, an input file (".pro" file) would contain something like this:<br>
<br>
  FunctionSpace {<br>
    { Name H1; Type Form0; <br>
      BasisFunction {<br>
        { Name sn; NameOfCoef vn; Function BF_Node; Support D; Entity NodesOf[All]; }<br>
      }<br>
    }<br>
  }<br>
  Formulation{<br>
    { Name Poisson; Type FemEquation;<br>
      Quantity { <br>
        { Name v; Type Local; NameOfSpace H1; }<br>
      }<br>
      Equation {<br>
        Galerkin { [ a[] * Dof{d v}, {d v} ] ; In D; Jacobian V; Integration I; }<br>
        Galerkin { [ f[], {v} ] ; In D; Jacobian V; Integration I; }<br>
      }<br>
    }<br>
  }<font size="2"> "</font><br>

</font>