LWN.net Logo

SfePy 2009.3 released

From:  Robert Cimrman <robert.cimrman-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  ANN: SfePy 2009.3 released
Date:  Tue, 21 Jul 2009 06:47:02 -0700 (PDT)
Message-ID:  <956edd73-7c16-4bbb-a742-80e024fb7332@n11g2000yqb.googlegroups.com>
Archive-link:  Article, Thread

I am pleased to announce release 2009.3 of SfePy.

Description
-----------
SfePy (simple finite elements in Python) is a software, distributed
under the BSD license, for solving systems of coupled partial
differential equations by the finite element method. The code is based
on NumPy and SciPy packages.

Mailing lists, issue tracking, git repository: http://sfepy.org
Home page: http://sfepy.kme.zcu.cz

Highlights of this release
--------------------------
Finally, SfePy has a basic support for Windows installation via numpy
distutils:
- still very experimental!
- the tests will not finish if umfpack is not installed, as the
default direct solver in scipy cannot handle some problems (see recent
sfepy-devel mailing list discussions).

Major improvements
------------------
- new scripts:
  - cylindergen.py: cylindrical mesh generator
- updated scripts:
  - postproc.py:
    - quite usable now for fast first glance at the results
    - plots point, cell data of all kinds (scalar, vector, tensor)
    - Viewer is much more configurable
  - probe.py:
    - can probe selected quantities only
  - isfepy:
    - Viewer is much more configurable
- new tests and terms

Applications
------------
- phononic materials:
   - plotting improved
   - caching of eigen-problem solution and Christoffel acoustic tensor
- schroedinger.py:
   - choose and call DFT solver via solver interface

People who contributed to this release: Vladimir Lukes.

For more information on this release, see
http://sfepy.googlecode.com/svn/web/releases/2009.3_RELEA...

Best regards,
Robert Cimrman


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds