[SciPy-User] ANN: SOLVCON 0.0.6

Yung-Yu Chen yyc at solvcon.net
Wed May 18 11:50:06 EDT 2011


Hello,

I am pleased to announce version 0.0.6 of SOLVCON.  SOLVCON is a
Python-based, multi-physics software framework for solving first-order
hyperbolic PDEs.

The source tarball can be downloaded at
http://bitbucket.org/yungyuc/solvcon/downloads .  More information can be
found at http://solvcon.net/ .

SOLVCON now partially supports GPU clusters.  Solvers for linear equations
and the velocity-stress equations are updated.  The CESE base solver is
enhanced.  This release also contains enhancements planned for 0.0.5, which
would not be released.

New features:

- Support GPU clusters.  SOLVCON can spread decomposed sub-domains to
multiple GPU devices distributed over network.  Currently only one GPU
device per compute node is supported.
- A generic solver for linear equations: ``solvcon.kerpak.lincuse``.  The
new version of generic linear solver support both CPU and CPU.
- A velocity-stress equaltions solver is ported to be based
on ``solvcon.kerpak.lincuse``.  The new solver is packaged
in ``solvcon.kerpak.vslin``.
- Add W-3 weighting scheme to ``solvcon.kerpak.cuse``.  W-3 scheme is
more stable than W-1 and W-2.

Bug-fixes:

- Consolidate reading quadrilateral mesh from CUBIT/Genesis/ExodusII;
CUBIT uses 'SHELL4' for 2D quad.
- Update SCons scripts for the upgrade of METIS to 4.0.3.

with regards,
Yung-Yu Chen

-- 
Yung-Yu Chen
http://solvcon.net/yyc/
+1 (614) 859 2436
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110518/bca7e862/attachment.html>


More information about the SciPy-User mailing list