<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.redhat.fedora.electroniclab">
    <title>gmane.linux.redhat.fedora.electroniclab</title>
    <link>http://blog.gmane.org/gmane.linux.redhat.fedora.electroniclab</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/476"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/473"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/459"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/458"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/477">
    <title>[free-electronic-lab] asimut: Getting a ?u in the output patternwith structural simulation</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/477</link>
    <description>&lt;pre&gt;Hi,

I have the following code for an inverter:

============================
--inverter (NOT) gate
entity invg is port
(
  a   : in  bit;
  x   : out bit;
  vdd : in bit;
  vss : in bit
);
end invg;

architecture vbe of invg is begin
  x &amp;lt;= not (a);
end vbe;
============================

I saved this in invg.vbe Next I ran the following commands:
  boom -l 3 -d invg
  boog invg_o invg -x 1 -m 2

This resulted in the file invg.vst which contains the following:

============================
entity invg is
   port (
      a   : in      bit;
      x   : out     bit;
      vdd : in      bit;
      vss : in      bit
 );
end invg;

architecture structural of invg is
Component inv_x2
   port (
      i   : in      bit;
      nq  : out     bit;
      vdd : in      bit;
      vss : in      bit
 );
end component;


begin

x_ins : inv_x2
   port map (
      i   =&amp;gt; a,
      nq  =&amp;gt; x,
      vdd =&amp;gt; vdd,
      vss =&amp;gt; vss
   );


end structural;
============================

I now created a pattern to drive the input. However I see a ?u in the
output. I ran the following command
  asimut invg invg invg_out

I do not see this problem when I run behavioral simulations. The
output patterns file is as below. The input file contains ?* instead
of the ?u

============================
&lt;/pre&gt;</description>
    <dc:creator>Ashwith Rego</dc:creator>
    <dc:date>2012-05-20T09:29:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/476">
    <title>Re: [free-electronic-lab] asimut core dumps when there is a save in the pattern file</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/476</link>
    <description>&lt;pre&gt;Hi Shakti,

  &amp;gt;File a bug at bugzilla.redhat.com against the "alliance" package.
  &amp;gt; Chitlesh currently maintains the package.

I filed the bug now (# 823228).


  &amp;gt; Any reason for using F15? You might atleast want to upgrade to F16, or
  &amp;gt; you can try to use a F16 VM using virt-manager (for example).

I'm using Fedora 16 itself with the latest updates. The version of
alliance that gets installed when I run 'yum install alliance' is
alliance-5.0-32.20090901snap.fc15.x86_64. I tried 'yum install
alliance*fc16*' and that said that no package is available.

Thanks
Ashwith J. Rego
-----------------
My Webpage: http://ashwith.wordpress.com/
Find me on LinkedIn at: http://www.linkedin.com/in/ashwith
Follow Me on Twitter at: http://twitter.com/Louisda16th
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Ashwith Rego</dc:creator>
    <dc:date>2012-05-20T03:40:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/475">
    <title>Re: [free-electronic-lab] asimut core dumps when there is a save in the pattern file</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/475</link>
    <description>&lt;pre&gt;Hi Ashwith,

--- On Sat, May 19, 2012 at 11:11 PM, Ashwith Rego &amp;lt;ashwith&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
| I'm not sure where would be the right place to report this so I
| thought I'd post it here.
\--

File a bug at bugzilla.redhat.com against the "alliance" package.
Chitlesh currently maintains the package.

Any reason for using F15? You might atleast want to upgrade to F16, or
you can try to use a F16 VM using virt-manager (for example).

SK

&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-05-20T01:38:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/474">
    <title>[free-electronic-lab] asimut core dumps when there is a save in thepattern file</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/474</link>
    <description>&lt;pre&gt;Hi,

I was trying a structural simulation using asimut (I've attached the
files in mux.tar). The files andg.vst, org.vst and invg.vst were
generated by boog.I ran the following command:
    asimut mux mux_in mux_out

The output I got is the following:
###----- processing pattern 0 : 0 ps -----###
###----- processing pattern 1 : 0 ps -----###
###----- processing pattern 2 : 0 ps -----###
###----- processing pattern 3 : 0 ps -----###
###----- processing pattern 4 : 0 ps -----###
###----- processing pattern 5 : 0 ps -----###
###----- processing pattern 6 : 0 ps -----###
###----- processing pattern 7 : 0 ps -----###
###----- processing pattern 8 : 0 ps -----###
###----- processing pattern 9 : 0 ps -----###
###----- processing pattern 10 : 0 ps -----###
###----- processing pattern 11 : 0 ps -----###
###----- processing pattern 12 : 0 ps -----###
###----- processing pattern 13 : 0 ps -----###
###----- processing pattern 14 : 0 ps -----###
###----- processing pattern 15 : 0 ps -----###
Segmentation fault (core dumped)

I'm not sure where would be the right place to report this so I
thought I'd post it here. I also don't know where the core dump is
located or what to do with it.
I have generated a log file using the report feature in Fedora. That
has been attached as asimut_err.

Is there something I missed which caused the program to behave like
this? The issue doesn't come up if I remove the save at the end.

Thanks
Ashwith J. Rego
-----------------
My Webpage: http://ashwith.wordpress.com/
Find me on LinkedIn at: http://www.linkedin.com/in/ashwith
Follow Me on Twitter at: http://twitter.com/Louisda16th
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Ashwith Rego</dc:creator>
    <dc:date>2012-05-19T17:41:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/473">
    <title>Re: [free-electronic-lab] electronic-lab Digest, Vol 43, Issue 5</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/473</link>
    <description>&lt;pre&gt;Thanks for your reply Liu. The example you mention, is it for transistor
level simulation of chip?

On Fri, May 18, 2012 at 12:10 PM, liu &amp;lt;liuyang.grub&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:





&lt;/pre&gt;</description>
    <dc:creator>Yusuf Matcheswala</dc:creator>
    <dc:date>2012-05-18T18:39:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/472">
    <title>Re: [free-electronic-lab] electronic-lab Digest, Vol 43, Issue 5</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/472</link>
    <description>&lt;pre&gt;于 2012年05月18日 20:00, electronic-lab-request&amp;lt; at &amp;gt;lists.fedoraproject.org 
写道:
the ngspice simulation of large-scale circuit is very slow.Two NE555 
circuit, the use of“ tran 10ms 10s”
Command simulation takes about 10 minutes
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>liu</dc:creator>
    <dc:date>2012-05-18T16:10:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/471">
    <title>[free-electronic-lab] gnucap and ngspice usage and feedback</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/471</link>
    <description>&lt;pre&gt;If you have used gnucap and/or ngspice, what has been your experience with
the usage of these tools for simulation especially of larger analog blocks
regarding the tool's speed, accuracy, issues with convergence etc? I will
appreciate the valuable feedback form this forum.

Thanks,
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Yusuf Matcheswala</dc:creator>
    <dc:date>2012-05-17T21:42:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/470">
    <title>[free-electronic-lab] Xilinx System Generator Alternative</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/470</link>
    <description>&lt;pre&gt;Hi,

I have two questions.

1. Are there any alternatives to Xilinx's System generator? Possibly
something that converts octave or scilab (preferably xcos) code to
VHDL or Verilog.
2. What sort of support is available for SystemVerilog in FEL?

Thanks
Ashwith J. Rego
-----------------
My Webpage: http://ashwith.wordpress.com/
Find me on LinkedIn at: http://www.linkedin.com/in/ashwith
Follow Me on Twitter at: http://twitter.com/Louisda16th
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Ashwith Rego</dc:creator>
    <dc:date>2012-05-13T13:34:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/469">
    <title>[free-electronic-lab] FEL added to easyfix</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/469</link>
    <description>&lt;pre&gt;Hi,

I have added Fedora Electronic Lab Trac to easyfix:

  http://fedoraproject.org/easyfix/#fedora-electronic-lab

If there is a particular task/ticket that is easy for newbies to get
started with, one needs to add the word "easyfix" in the keyword
section of the ticket, and it will show up at the above URL.

Regards,

SK

&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-05-04T16:30:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/468">
    <title>Re: [free-electronic-lab] Help with installation</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/468</link>
    <description>&lt;pre&gt;Hola Jose,

I have seen the same error when I was installing Fedora16. Turned out my
DVD disk was bad. I had to re-burn the image on another disk and tried
again and it worked.

Hope this helps.

Yusuf

On Fri, May 4, 2012 at 2:39 AM, Jose Carlos Garcia Diaz &amp;lt;
feliciachepe&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>Yusuf Matcheswala</dc:creator>
    <dc:date>2012-05-04T14:32:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/467">
    <title>Re: [free-electronic-lab] Help with installation</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/467</link>
    <description>&lt;pre&gt;Hi,

--- On Fri, May 4, 2012 at 12:09 PM, Jose Carlos Garcia Diaz
&amp;lt;feliciachepe&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
| I have serious problems with the live-cd
| just blows up in intalacion
\--

From where did you download the .iso image from? Did you do a checksum
check on the downloaded .iso image?

How much virtual disk space did you allocate for the installation?

SK

--
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-05-04T09:38:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/466">
    <title>[free-electronic-lab] Help with installation</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/466</link>
    <description>&lt;pre&gt;I have serious problems with the live-cd just blows up in intalacion and not
actual mind is wrong, someone can help me

 "Primero Muerto Antes de Dejar Algo Inconcluso"

Jose Carlos Garcia Diaz

My profiles: [image: Facebook] &amp;lt;http://www.facebook.com/chepecarlos&amp;gt; [image:
WordPress] &amp;lt;http://alsw.wordpress.com/&amp;gt; [image:
Twitter]&amp;lt;http://twitter.com/alswBlog&amp;gt; [image:
devianArt] &amp;lt;http://chepecarlos.deviantart.com/&amp;gt; [image: Google
Plus]&amp;lt;https://plus.google.com/107649588304660451493/&amp;gt;
Contact me: [image: Google Talk] feliciachepe&amp;lt; at &amp;gt;gmail.com [image:
Skype]carlos.garcia.expor [image:
MSN] feliciachepe&amp;lt; at &amp;gt;hotmail.com [image: Google Talk] chepecarlos&amp;lt; at &amp;gt;alswblog.org
Mis ultima aporte en ALSW(Anime y linux): Un css para vestidos gala
:)&amp;lt;http://alswblog.org/2012/05/01/un-css-para-vestidos-gala/&amp;gt;
_______________________________________________
electronic-lab mailing list
electronic-lab&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/electronic-lab&lt;/pre&gt;</description>
    <dc:creator>Jose Carlos Garcia Diaz</dc:creator>
    <dc:date>2012-05-04T06:39:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/465">
    <title>Re: [free-electronic-lab] Test: FEL F17 Nightly build</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/465</link>
    <description>&lt;pre&gt;Hi,

Replying to my own post for the record.

--- On Fri, Apr 6, 2012 at 5:27 AM, Shakthi Kannan
&amp;lt;shakthimaan&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
| I would appreciate if anyone could install and test the F17 Fedora
| Electronic Lab nightly spin and report any issues:
|
|  http://alt.fedoraproject.org/pub/alt/nightly-composes/
|
|  http://koji.fedoraproject.org/koji/taskinfo?taskID=3940839
\--

I have been able to run this image as a LiveCD, and also install it
and use it with virt-manager.

SK

&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-04-24T22:42:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/464">
    <title>[free-electronic-lab] Test: FEL F17 Nightly build</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/464</link>
    <description>&lt;pre&gt;Hi,

I would appreciate if anyone could install and test the F17 Fedora
Electronic Lab nightly spin and report any issues:

  http://alt.fedoraproject.org/pub/alt/nightly-composes/

  http://koji.fedoraproject.org/koji/taskinfo?taskID=3940839

Thanks!

SK

&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-04-05T23:57:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/463">
    <title>[free-electronic-lab] Tools used by EE,IITM for semiconductor device modelling</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/463</link>
    <description>&lt;pre&gt;Hi,

Some of the tools required/used by EE, IIT, Madras [1] for
semiconductor device modelling:

1. Linear algebra

- gmm++  http://home.gna.org/getfem/download.html

  $ sudo yum install gmm-devel

2. Finite element libraries

- getfem++ http://download.gna.org/getfem/html/homepage/
- libmesh http://libmesh.sourceforge.net/
- deal.II  http://www.dealii.org/

  Need to be packaged. Tickets at:
  https://fedorahosted.org/fedora-electronic-lab/ticket/122
  https://fedorahosted.org/fedora-electronic-lab/ticket/123
  https://fedorahosted.org/fedora-electronic-lab/ticket/124

3. Meshing tools

- Gmsh http://geuz.org/gmsh/

  Need to be packaged. Ticket at:
  https://fedorahosted.org/fedora-electronic-lab/ticket/125

4. Visualization tools

- Paraview http://www.paraview.org/
- VisIt https://wci.llnl.gov/codes/visit/

  $ sudo yum install paraview

  VisIt needs to be packaged. Ticket is at:
  https://fedorahosted.org/fedora-electronic-lab/ticket/99

5. Drawing / Presentation

- sketch http://www.frontiernet.net/~eugene.ressler/
- ipe http://ipe7.sourceforge.net/

  $ sudo yum install sketch ipe

6. Device simulation

- Genius TCAD https://github.com/cogenda

  Need to be packaged. Ticket is at:
  https://fedorahosted.org/fedora-electronic-lab/ticket/61

SK

[1] EE, IIT, Madras. http://www.ee.iitm.ac.in/

&lt;/pre&gt;</description>
    <dc:creator>Shakthi Kannan</dc:creator>
    <dc:date>2012-02-22T06:28:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/462">
    <title>[free-electronic-lab] [Free Electronic Lab] #125: Package gmsh</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/462</link>
    <description>&lt;pre&gt;#125: Package gmsh
-------------------------+-----------------------
 Reporter:  shakthimaan  |       Owner:  chitlesh
     Type:  task         |      Status:  new
 Priority:  major        |   Milestone:  EPEL-6
Component:  FEL          |     Version:  devel
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+-----------------------
 Gmsh is a 3D finite element grid generator with a build-in CAD engine and
 post-processor. Its design goal is to provide a fast, light and user-
 friendly meshing tool with parametric input and advanced visualization
 capabilities. Gmsh is built around four modules: geometry, mesh, solver
 and post-processing. The specification of any input to these modules is
 done either interactively using the graphical user interface or in ASCII
 text files using Gmsh's own scripting language.

 http://geuz.org/gmsh/

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-22T06:23:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/461">
    <title>[free-electronic-lab] [Free Electronic Lab] #124: Package deal.II</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/461</link>
    <description>&lt;pre&gt;#124: Package deal.II
-------------------------+-----------------------
 Reporter:  shakthimaan  |       Owner:  chitlesh
     Type:  task         |      Status:  new
 Priority:  major        |   Milestone:  EPEL-6
Component:  FEL          |     Version:  devel
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+-----------------------
 deal.II is a C++ program library targeted at the computational solution of
 partial differential equations using adaptive finite elements. It uses
 state-of-the-art programming techniques to offer you a modern interface to
 the complex data structures and algorithms required.

 http://dealii.org/

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-22T06:21:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/460">
    <title>[free-electronic-lab] [Free Electronic Lab] #123: Package libmesh</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/460</link>
    <description>&lt;pre&gt;#123: Package libmesh
-------------------------+-----------------------
 Reporter:  shakthimaan  |       Owner:  chitlesh
     Type:  task         |      Status:  new
 Priority:  major        |   Milestone:  EPEL-6
Component:  FEL          |     Version:  devel
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+-----------------------
 The libMesh library provides a framework for the numerical simulation of
 partial differential equations using arbitrary unstructured
 discretizations on serial and parallel platforms. A major goal of the
 library is to provide support for adaptive mesh refinement (AMR)
 computations in parallel while allowing a research scientist to focus on
 the physics they are modeling.

 http://libmesh.sourceforge.net/

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-22T06:20:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/459">
    <title>[free-electronic-lab] [Free Electronic Lab] #122: Package GetFEM++</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/459</link>
    <description>&lt;pre&gt;#122: Package GetFEM++
-------------------------+-----------------------
 Reporter:  shakthimaan  |       Owner:  chitlesh
     Type:  task         |      Status:  new
 Priority:  major        |   Milestone:  EPEL-6
Component:  FEL          |     Version:  devel
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+-----------------------
 GetFEM++ is basically a generic C++ finite element library which aims to
 offer the widest range of finite element methods and elementary matrix
 computations for the approximation of linear or non-linear problems,
 possibly in hybrid form and possibly coupled

 http://download.gna.org/getfem/html/homepage/

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-22T06:18:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/458">
    <title>Re: [free-electronic-lab] [Free Electronic Lab] #120: Package dotgen</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/458</link>
    <description>&lt;pre&gt;#120: Package dotgen
--------------------------+-----------------------
  Reporter:  shakthimaan  |      Owner:  chitlesh
      Type:  task         |     Status:  new
  Priority:  major        |  Milestone:  Fedora 17
 Component:  FEL          |    Version:  devel
Resolution:               |   Keywords:
Blocked By:               |   Blocking:
--------------------------+-----------------------

Comment (by shakthimaan):

 Review request at:

   https://bugzilla.redhat.com/show_bug.cgi?id=787972

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-16T11:35:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/457">
    <title>Re: [free-electronic-lab] [Free Electronic Lab] #121: Packagedata-reify</title>
    <link>http://permalink.gmane.org/gmane.linux.redhat.fedora.electroniclab/457</link>
    <description>&lt;pre&gt;#121: Package data-reify
--------------------------+-----------------------
  Reporter:  shakthimaan  |      Owner:  chitlesh
      Type:  task         |     Status:  new
  Priority:  major        |  Milestone:  Fedora 17
 Component:  FEL          |    Version:  devel
Resolution:               |   Keywords:
Blocked By:               |   Blocking:
--------------------------+-----------------------

Comment (by shakthimaan):

 Review request at:

   https://bugzilla.redhat.com/show_bug.cgi?id=787977

&lt;/pre&gt;</description>
    <dc:creator>Free Electronic Lab</dc:creator>
    <dc:date>2012-02-16T11:35:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.electroniclab">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.electroniclab</link>
  </textinput>
</rdf:RDF>

