Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1056

ANN: SfePy 2013.3

Date 2013-09-18 16:20 +0200
From Robert Cimrman <cimrman3@ntc.zcu.cz>
Subject ANN: SfePy 2013.3
Newsgroups comp.lang.python.announce
Message-ID <mailman.123.1379517025.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


I am pleased to announce release 2013.3 of SfePy.

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

Home page: http://sfepy.org
Downloads, mailing list, wiki: http://code.google.com/p/sfepy/
Git (source) repository, issue tracker: http://github.com/sfepy

Highlights of this release
--------------------------
- implementation of Mesh topology data structures in C
- implementation of regions based on C Mesh (*)
- MultiProblem solver for conjugate solution of subproblems
- new advanced examples (vibro-acoustics, Stokes flow with slip conditions)

(*) Warning: region selection syntax has been changed in a principal way,
see [1]. Besides the simple renaming, all regions meant for boundary conditions
or boundary/surface integrals need to have their kind set explicitly to 'facet'
(or 'edge' in 2D, 'face' in 3D).

[1] http://sfepy.org/doc-devel/users_guide.html#regions

For full release notes see http://docs.sfepy.org/doc/release_notes.html#id1
(rather long and technical).

Best regards,
Robert Cimrman and Contributors (*)

(*) Contributors to this release (alphabetical order):

Vladimír Lukeš

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: SfePy 2013.3 Robert Cimrman <cimrman3@ntc.zcu.cz> - 2013-09-18 16:20 +0200

csiph-web