ZMENU is a utility designed to display a menu from within a command procedure, to select a menu item based on a user's instructions, and to communicate the user's selection to the procedure so that it can perform further processing based on which item w
Inspiring Operating System replaces Windows 8, Vista, XP and Mac OS X. (Are you tired of nasty viruses, worms, trojans, rootkits, dialers, spyware, and malware?). If so, make a smart move and get a newbie friendly free Linux Operating System today!
Fortran library with the Abaqus user material subroutines UMAT/VUMAT
This library contains several of user material subroutines for implicit quasi-static (UMAT) and explicit dynamic (VUMAT) versions of the Abaqus solver. The project web site: http://abumpack.sf.net. The Abaqus is a proprietary finite element (FE) code ( http://www.3ds.com/products-services/simulia/products/abaqus/). Users can write subroutines for use with the Abaqus. Linear elastic, isotropic hardening plasticity, Gurson-Tvergaard-Needleman (GTN), Rousselier constitutive models are provided. Quote this code as: A. Shterenlikht, N. A. Alexander, Levenberg-Marquardt vs Powell's dogleg method for Gurson-Tvergaard-Needleman plasticity model, Computer Methods in Applied Mechanics and Engineering 237-240:1-9 (2012). DOI: http://dx.doi.org/10.1016/j.cma.2012.04.018
open source Aerodynamics and 3-D CFD software (RANS, VLES, DNS) for compressible turbulent flows: 1.0.2 version with GUI (mar 2012)
Analyse output from MCMC codes like SPINspiral and lalinference_mcmc
analyseMCMC post-processes, analyses and plots output from the LIGO/Virgo gravitational-wave inspiral parameter-estimation codes SPINspiral and lalinference_mcmc.
When something that must be known by everybody, there come this project to ba as 'annoucement' program that tell everybody in this world via internet or cellphone what they must know. For example: tsunamis, earthquake or even meteorite downfall.
Cca-forum unifies the Common Component Architecture tools and tutorial. It includes the CCA specifications, the Ccaffeine framework for HPC, and related tools. These support multilanguage scientific and parallel computing.
cifget is a DDLm dictionary import expansion utility, which generates expanded dictionaries that could be used when reading, writing, or validating CIF files
Tools to read and convert CM1 HDF5 model output. Includes a VisIt plugin.
A free Fortran 2008, 2018 coarrays course with notes and exercises
Coarrays are native Fortran means for SPMD parallel programming. At runtime multiple copies of the executable (called images) are executing asynchronously. The F2008 standard provides coarray syntax, remote calls, coarray data objects, allocatable coarrays, syncronisation, atomics, etc. F2018 adds new functionality, e.g. collectives, teams, events, more atomics. Coarrays are used extensively in CASUP library for HPC (https://cgpack.sourceforge.io). The course is aimed at experienced Fortran users. Working knowledge of Fortran is assumed. The course is designed for a 1 day study with an instructor. Multiple exercises with full solutions are accompanied by notes. This course is taught to the University of Bristol HPC users. Exercises have been verified with Intel and GCC/OpenCoarrays. All course materials are released under BSD license. We welcome contributions, provided you are happy to release your work under BSD license. We welcome comments and problem reports.
Automatic creation of Makefile for Fortran projects
Creamake is a utility programmed in Fortran 90 that creates a Makefile for a Fortran project composed of several modules and a main program. Those modules can be distributed over several folders. Creamake searches all the dependencies between modules, so the Makefile will respect them.
Eclim is a set of eclipse and vim plugins to integrate the two projects.
error function and related functions in pure standard Fortran 2008
Fortran 2008 added 3 new intrinsic functions: erf, erfc, erfc_scaled. However, they take only real arguments. This package provides a BSD licensed Fortran 2008 module with erf(z), where z is a complex argument. The calculation is based on calculating w(z), the Faddeyeva (plasma dispersion) function. Two algorithms are implemented: TOMS 680 and 916, http://www.netlib.org/toms/. The simple test program calculates values in the Abramowitz, Stegun.
fBlog is a weblog engine for static content written in Fortran
fBlog is a stand-alone weblog page generator to be uploaded (website) or viewed on its own computer (diary or notebook).
finFoil is an application to help amateur surfboard fin makers foil their fins properly. Check out the homepage for the latest news and tutorials: http://hrobeers.github.io/finFoil/ hrobeers
indent, beautify Fortran source
findent indents and beautifies Fortran source, fixed and free format, and converts Fortran fixed format to Fortran free format. Plugins for vim and gedit are included.
for2html is a PERL script that translates FORTRAN sources into HTML pages. It automatically generates backward and forward links to all SUBROUTINE and FUNCTION calls, INCLUDEd files and BLOCK DATA sections.
This compact function parser module written in Fortran95 is intended for applications where a set of Fortran-style mathematical expressions is specified at runtime and is then evaluated for a large number of variable values.
python library for shock response spectrum (SRS) analysis.
The shock response spectrum (SRS) allows to estimate transient acceleration signals in terms of a maximum response of a dynamic vibration system. Its origin probably dates from civil engineering and the problem of seismic excitations, i.e. earthquake response of buildings, see Clough Penzien 1975. The SRS is a spectrum, i.e. a curve giving the maximum acceleration response depending on frequency. It is derived from a 1-mass-spring-damper vibration system being excited by a base excitation, i.e. an acceleration. freesrs calculates the shock response spectrum (SRS) and is a small library with Python and Fortran files. The Fortran files consist of • SmallwoodFilter.f and • GenShockTimeHistories.f They are linked to Python by using the comfortable f2py tool. Latest version is 1.1.1, including now the ability to perform a full install via setup.py.
fropho calculates phonon properties in crystal, which is based on Parlinski-Li-Kawazoe method. Information of forces acting on atoms when an atom is displaced is required as input information. fropho is going to be replaced by phonopy.sourceforge.net.
gMol molecular graphics
We've moved to https://github.com/tjod/gMol/wiki gMol is an interactive visualization system used to display and manipulate 3-dimensional models of scientific data, such as molecular structures and surfaces. It contains both OpenGL and web browser widgets that enable flexible user interfaces.
gputils is a collection of tools for Microchip PIC microcontrollers. Its goal is to be fully compatible with Microchip's tools, MPASM, MPLINK, and MPLIB.
Iterate is an implementation of the Bravais-lattice-finding algorithm from: Andrews and Bernstein, Acta Cryst. (1988). A44, 1009-1018 Lattices and Reduced Cells as Points in 6-Space and Selection of Bravais Lattice Type by Projections.
A shared memory parallel sparse matrix library including Sparse BLAS.
librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format. This format allows cache efficient and multi-threaded (that is, shared memory parallel) operations on large sparse matrices. The most common operations necessary to iterative solvers are available, e.g.: matrix-vector multiplication, triangular solution, rows/columns scaling, diagonal extraction / setting, blocks extraction, norm computation, formats conversion. The RSB format is especially well suited for symmetric and transposed multiplication variants. On these variants, librsb has been found to be faster than Intel MKL's implementation for CSR. Most numerical kernels code is auto generated, and the supported numerical types can be chosen by the user at build time. librsb implements the Sparse BLAS standard, as specified in the BLAS Forum documents.
http://loto.sourceforge.net/ hosts 4 projects of free software related to materials science and physics. They are loto, feram, compasses and xtalgrowth.