<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div>Hi all,</div><div><br></div><div>following up the thread, rather than using the approach from the link that I've found in the previous message I've</div><div>decided to change strategy and use the formulation Magnetodynamics_av_3D found in the micro coil model (see link below):</div><div><br></div><div>https://gitlab.onelab.info/doc/models/blob/master/Microcoil/Formulations.pro<br></div><div><br></div><div>However, there is a part of it that is still not clear to me. In detail, if I look ant the equation declaration</div><div><br></div><div>Equation {</div><div>      Galerkin { [ nu[] * Dof{d a} , {d a} ] ;<br></div><div>        In Domain ; Jacobian Vol ; Integration I1 ; }<br></div><div>      Galerkin { DtDof[ sigma[] * Dof{a} , {a} ] ;<br></div><div>        In DomainC ; Jacobian Vol ; Integration I1 ; }<br></div><div>      Galerkin { [ sigma[] * Dof{d v} , {a} ] ;<br></div><div>        In DomainC ; Jacobian Vol ; Integration I1 ; }<br></div><div><br></div><div>      Galerkin { DtDof[ sigma[] * Dof{a} , {d v} ] ;         // <====== A1</div><div>       In DomainC ; Jacobian Vol ; Integration I1 ; }<br></div><div>      Galerkin { [ sigma[] * Dof{d v} , {d v} ] ;               // <====== A2</div><div>        In DomainC ; Jacobian Vol ; Integration I1 ; }</div><div><br></div><div>      GlobalTerm { [ Dof{I} , {U} ] ; In SurfaceElecWithI ; }</div><div><br></div><div>      Galerkin { [ - js0[] , {a} ] ; In DomainS ;</div><div>        Jacobian Vol ; Integration I1 ; }</div><div>    }</div><div> </div><div>I don't understand how A1 and A2 can be part of the same integral. I mean, based on the micro strip tutorial,</div><div> every Galerkin{....} term belonging to Equation{...} is added up and this sum is then made equal to zero. And this equation should hold for a single test function.</div><div>But here A1 and A2 have a test function different from the other terms. Does this mean that GetDP generates automatically two equations? One for test functions a' and one for test functions v'?<br></div><div><br></div><div dir="ltr" data-setdir="false">I'm lost, help please :D</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Marco</div></div></body></html>