<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The version on the web is precompiled with petsc. <br>
<a class="moz-txt-link-freetext" href="http://geuz.org/getdp/">http://geuz.org/getdp/</a><br>
<br>
You can use that one directly.<br>
The file solver.par is then not needed.<br>
You can indicate your solver options in the command line, e.g.:<br>
Iterative solver<br>
getdp kkkk.pro -sol -ksp_type gmres -ksp_rtol 1e-6 -ksp_gmres_restart
200<br>
Direct solver:<br>
getdp kkkk.pro -sol xxxxxx -ksp_type preonly -pc_type lu -mat_type
umfpack<br>
<br>
<br>
You could also use a file '.petscrc' for indicating your options. This
file is searched in your working directory or home directory.<br>
By default, getdp uses a krylov iterative solver (gmres).<br>
<br>
Hope that helps,<br>
Ruth<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:svhb@telenet.be">svhb@telenet.be</a> wrote:
<blockquote
 cite="mid:W830131083232141237383168@nocme1bl6.telenet-ops.be"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I am using a Getdp version compiled with Petsc and a direct solver 
(umfpack), with the number of unknowns you have that could be also feasible.>I am using a Getdp version compiled with Petsc and a direct solver 
(umfpack), with the number of unknowns you have that could be also feasible.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Can you send me more info (or executable) about this? I think I will need solution to get results faster (calculation time), because I think of doing non-linear material after this works. I suppose the compilation time will increase a lot agian...




  </pre>
  <blockquote type="cite">
    <pre wrap="">----- Oorspronkelijk bericht -----
Van
    </pre>
  </blockquote>
  <pre wrap=""><!---->: Ruth V. Sabariego [<a class="moz-txt-link-freetext" href="mailto:r.sabariego@ulg.ac.be">mailto:r.sabariego@ulg.ac.be</a>]
  </pre>
  <blockquote type="cite">
    <pre wrap="">Verzonden
    </pre>
  </blockquote>
  <pre wrap=""><!---->: woensdag
, maart
 18, 2009 02:03 PM
  </pre>
  <blockquote type="cite">
    <pre wrap="">Aan
    </pre>
  </blockquote>
  <pre wrap=""><!---->: <a class="moz-txt-link-abbreviated" href="mailto:svhb@telenet.be">svhb@telenet.be</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">CC
    </pre>
  </blockquote>
  <pre wrap=""><!---->: <a class="moz-txt-link-abbreviated" href="mailto:getdp@geuz.org">getdp@geuz.org</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">Onderwerp
    </pre>
  </blockquote>
  <pre wrap=""><!---->: Re: [Getdp] 3D magnetostatic convergence
  </pre>
  <blockquote type="cite">
    <pre wrap="">You should increase Nb_Fill much more, try with 500, 1000...
I am using a Getdp version compiled with Petsc and a direct solver 
(umfpack), with the number of unknowns you have that could be also feasible.>I am using a Getdp version compiled with Petsc and a direct solver 
(umfpack), with the number of unknowns you have that could be also feasible.

Ruth


<a class="moz-txt-link-abbreviated" href="mailto:svhb@telenet.be">svhb@telenet.be</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">hi all,

I have a working description of a magnetostatic 3D problem with B-conforming formulation and around 100.000 tetrahedra in the mesh. My goal is to put 3 systems next to each other to see the neighour influence from one to another electromagnet. This blows the mesh to > 200.000 tetrahedra, and convergence is missing when solving. 

I changed the Nb_Fill value in the solver.par file to 80, but still no luck. What is the maximum that can be used for this parameter? 

Are there other parameters that influence the convergence? 
Is a h-phi formulation better to reach convergence? 

Stefaan




  
      </pre>
    </blockquote>
    <pre wrap="">
-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Institut Montefiore,
Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
Sart Tilman Campus, Grande Traverse, 10 (B28), B-4000 LIEGE, Belgium
phone: +32-4-3663737 -- fax: +32-4-3662910 -- <a class="moz-txt-link-freetext" href="http://elap.montefiore.ulg.ac.be/">http://elap.montefiore.ulg.ac.be/</a>


_______________________________________________
getdp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:getdp@geuz.org">getdp@geuz.org</a>
<a class="moz-txt-link-freetext" href="http://www.geuz.org/mailman/listinfo/getdp">http://www.geuz.org/mailman/listinfo/getdp</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Institut Montefiore,
Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
Sart Tilman Campus, Grande Traverse, 10 (B28), B-4000 LIEGE, Belgium
phone: +32-4-3663737 -- fax: +32-4-3662910 -- <a class="moz-txt-link-freetext" href="http://elap.montefiore.ulg.ac.be/">http://elap.montefiore.ulg.ac.be/</a></pre>
</body>
</html>