<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hi Matt,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Sure, please see the attached configure.log file.  Thanks!</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Best regards,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Peng Sun<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Matthew Knepley <knepley@gmail.com><br>
<b>Sent:</b> Thursday, October 13, 2022 6:34 AM<br>
<b>To:</b> Peng Sun <psun@outlook.com><br>
<b>Cc:</b> petsc-users@mcs.anl.gov <petsc-users@mcs.anl.gov><br>
<b>Subject:</b> Re: [petsc-users] Issue with single precision complex numbers in petsc4py</font>
<div> </div>
</div>
<div>
<div dir="ltr">First send configure.log so we can see the setup.
<div><br>
</div>
<div>  Thanks,</div>
<div><br>
</div>
<div>      Matt</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Thu, Oct 13, 2022 at 12:53 AM Peng Sun <<a href="mailto:psun@outlook.com">psun@outlook.com</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div class="x_msg-3777301088726554520">
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
Dear PETSc community,<u></u> <u></u></p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
<br>
</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
I have a question regarding the single precision complex numbers of petsc4py.<span> 
</span>I configured PETSc with the “--with-scalar-type=complex --with-precision=single" option before compiling, but all the DA structures I created with petsc4py had double precision.  </p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
<br>
</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
Here is a minimum test code on Python 3.8/PETSc 3.12/petsc4py 3.12: both print commands show data type of complex128.  Could anybody please help me?  Thanks!</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
<br>
</p>
<div style="margin:0px 0in; font-size:11pt; font-family:Calibri,sans-serif">
<pre style="margin-top:0px; width:auto; max-height:600px; overflow:auto; text-align:left"><code style="margin:0px"><span style="margin:0px; font-size:13px">import</span> petsc4py
<span style="margin:0px; font-size:13px">import</span> sys
petsc4py.init(sys.argv)
<span style="margin:0px; font-size:13px">from</span> petsc4py <span style="margin:0px; font-size:13px">import</span> PETSc

da=PETSc.DA().create(sizes=[<span style="margin:0px; font-size:13px">2</span>,<span style="margin:0px; font-size:13px">2</span>,<span style="margin:0px; font-size:13px">2</span>],dof=<span style="margin:0px; font-size:13px">1</span>,stencil_type=<span style="margin:0px; font-size:13px">0</span>,stencil_width=<span style="margin:0px; font-size:13px">1</span>,boundary_type=<span style="margin:0px; font-size:13px">1</span>)
da_1 = da.createGlobalVec()
<span style="margin:0px; font-size:13px">print</span>(petsc4py.PETSc.ComplexType)
<span style="margin:0px; font-size:13px">print</span>(da_1.getArray().dtype)</code></pre>
<br>
</div>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
<br>
</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
<br>
</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
Best regards,</p>
<p style="margin-right:0in; margin-left:0in; font-size:11pt; font-family:Calibri,sans-serif">
Peng Sun</p>
</div>
</div>
</div>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="x_gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>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><br>
</div>
<div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>