<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Ryan, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076746#M22598</link>
    <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;

&lt;P&gt;Did you mean the f(x,y,L)&amp;nbsp;= G(x,y,z)&amp;nbsp;!= f(x,y,0) ? If so, I am afraid it should not be satisfied with&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;Dirichlet boundary condition. While you are using Poisson solver, your boundary must be satisfied with one of conditions.If data on bd_a&lt;SUB&gt;z&lt;/SUB&gt;&amp;nbsp;not equal to bd_b&lt;SUB&gt;z&lt;/SUB&gt;, you probably have to make sure the Neumann boundary condition, there differential equation along exterior normal direction is same that -df(x,y,z)/da&lt;SUB&gt;z&lt;/SUB&gt; =df(x,y,z)/db&lt;SUB&gt;z&amp;nbsp;&lt;/SUB&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 01:21:34 GMT</pubDate>
    <dc:creator>Zhen_Z_Intel</dc:creator>
    <dc:date>2017-04-18T01:21:34Z</dc:date>
    <item>
      <title>Electrostatic Boundary Value Problem with 3-D Boundary</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076745#M22597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Does anyone know if it's possible (and how) to solve a boundary value problem in Cartesian coordinates with a 3-D boundary on one face (let's say the z=0 plane). For example, I want to solve Laplace's equation in the domain 0&amp;lt;x&amp;lt;L, 0&amp;lt;y&amp;lt;L, 0&amp;lt;z&amp;lt;L, with Dirichlet BC's on all but the z=0 plane, and have several (let's say two) cylinders of length L_cyl protruding into the domain that also have Dirichlet BC's on their surfaces. Is that possible in the MKL Poisson Library?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:59:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076745#M22597</guid>
      <dc:creator>Ryan_H_1</dc:creator>
      <dc:date>2017-04-06T19:59:29Z</dc:date>
    </item>
    <item>
      <title>Hi Ryan,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076746#M22598</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;

&lt;P&gt;Did you mean the f(x,y,L)&amp;nbsp;= G(x,y,z)&amp;nbsp;!= f(x,y,0) ? If so, I am afraid it should not be satisfied with&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;Dirichlet boundary condition. While you are using Poisson solver, your boundary must be satisfied with one of conditions.If data on bd_a&lt;SUB&gt;z&lt;/SUB&gt;&amp;nbsp;not equal to bd_b&lt;SUB&gt;z&lt;/SUB&gt;, you probably have to make sure the Neumann boundary condition, there differential equation along exterior normal direction is same that -df(x,y,z)/da&lt;SUB&gt;z&lt;/SUB&gt; =df(x,y,z)/db&lt;SUB&gt;z&amp;nbsp;&lt;/SUB&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px;"&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 01:21:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076746#M22598</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-04-18T01:21:34Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076747#M22599</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;Thank you very much for your response. Sorry that my description wasn't very clear.&lt;/P&gt;

&lt;P&gt;Basically what I want to do is use the Poisson solver on a problem where one of the sides of the computation volume in Cartesian coordinates isn't a plane. More specifically, I'm trying to solve an electrostatic boundary value problem for a complex set of electrodes. Let's imagine that the computation volume is 0&amp;lt;={x,y,z}&amp;lt;=1 for reference. Essentially, I want to set up standard Dirichlet or Periodic BC's for bd_ax, bd_bx, bd_ay, bd_by, and bd_bz. Then, I want to set up a plane within the computation volume, let's say at z=0.5, that has a constant voltage, V_0, applied to it (Dirichlet condition). However, I want the plane to have a circular hole of radius R in the center of it. From this hole, I want to extend a cylinder down to the z=0 plane, which I want to bias to, say -V_0 (Dirichlet condition on the cylinder also). On the z=0 plane, I'd just use a Periodic BC (I guess...). So, there would be essentially a two part problem: 1.) solving the BVP in the top half of the computational volume within a rectangular prism from 0.5 &amp;lt;=z &amp;lt;=1, and 2.) then solving the BVP within the cylinder. The issue is that I don't know before hand what the potential (u(x,y,z=0.5)), or it's derivatives, are on the z=0.5 plane are equal to within the radius of the cylinder (i.e., for x^2+y^2&amp;lt;=R). Otherwise, I could just solve the two problems independently, and tie the results together in my simulations.&lt;/P&gt;

&lt;P&gt;Does that make sense? If you'd like a conceptual illustration, I can provide you with one. A similar system is also described in this article from the guys at UC San Diego &lt;A href="http://positrons.ucsd.edu/papers/TCB15.pdf" target="_blank"&gt;http://positrons.ucsd.edu/papers/TCB15.pdf&lt;/A&gt; , and a conceptual illustration is shown on page 4.&lt;/P&gt;

&lt;P&gt;Thank you again for your response,&lt;/P&gt;

&lt;P&gt;Ryan H&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:58:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Electrostatic-Boundary-Value-Problem-with-3-D-Boundary/m-p/1076747#M22599</guid>
      <dc:creator>Ryan_H_1</dc:creator>
      <dc:date>2017-04-18T14:58:36Z</dc:date>
    </item>
  </channel>
</rss>

