Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Sempy 0.0.18

    Download button

    No screenshots available
    Downloads: 231  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Stian Jensen | More programs
    GPL / FREE
    March 3rd, 2011, 20:36 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Sempy description

    A Python implementation of the spectral element method

    Sempy is a numerical software package designed to solve partial differential equations arising from the analysis of fluid flow and heat transfer. It is written in Python and carries the intuitive syntax of this language. Furthermore, computational meshes can be imported from the Gmsh mesh generator, making Sempy flexible towards handling complex geometries.

    Using sempy

    Solve the Poisson problem with a simple script:

    import sempy

    X = sempy.Space(filename = 'square', n = 4, dim = 2)
    A = sempy.operators.Laplacian(X).matrix

    f = sempy.Function( X, basis_coeff = 1.0 )
    b = sempy.operators.Mass( X ).action_local( f.basis_coeff )
    u = sempy.Function( X, basis_coeff = 0.0 )

    [v, flag] = sempy.linsolvers.Krylov().solve(A, b, u.glob())
    u.basis_coeff = X.mapping_q(v)
    u.plot_wire()


    Documentation

    Please see http://www.sempy.org for more information.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    differential equations | equation solver | spectral element | spectral | element | equation

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM