Open Source Fortran Software for Mac - Page 3

Fortran Software for Mac

View 12531 business solutions

Browse free open source Fortran Software for Mac and projects below. Use the toggles on the left to filter open source Fortran Software for Mac by OS, license, language, programming language, and project status.

  • Manage your entire team in one app Icon
    Manage your entire team in one app

    With Connecteam you can manage every aspect of your business on the go, no workstation needed.

    Connecteam is an award-winning all-in-one employee management solution for daily operations, communications, and human resource management.
  • Migrate to innovate with Red Hat Enterprise Linux on Azure Icon
    Migrate to innovate with Red Hat Enterprise Linux on Azure

    Streamline your IT modernization journey with a holistic environment running Red Hat Enterprise Linux on Azure.

    With Red Hat Enterprise Linux on Azure, businesses can confidently modernize their IT environment, knowing they don’t have to compromise on security, scalability, reliability, and ease of management. Securely accelerate innovation and unlock a competitive edge with enterprise-grade modern cloud infrastructure.
  • 1
    FDS and Smokeview Development has moved to http://fire.nist.gov/fds please update your bookmarks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A collection of Fortran interfaces to the most common Open Source GIS libraries, plus some more Fortran-specific tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Ftcl package allows developers to include Tcl/Tk in their Fortran programs or to create Fortran-based extensions for Tcl/Tk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GNU Pinch is a tool for the analysis of the energy consumptions of industrial processes. Given a process involving energy requirements, the program delivers a report of the most efficient heat exchanger network in terms of consumption and fixed costs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
  • 5
    The GPU-BH tree solver is a FLASH4 module to calculate the gravitational potential using a CUDA device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Add-ons to the ECMWF GRIB API. This project is about developing and maintaining add-ons to the GRIB API, like language bindings or documentation. The main GRIB API page is at http://www.ecmwf.int/products/data/software/grib_api.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GVIB is a user friendly package for vibrational analysis. Given a molecular geometry, it will calculate vibrational frequencies and intensities using anharmonic internuclear potential.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    HostDesigner

    General purpose de novo molecular design software

    Although many potential applications exist in chemistry and material science, software to allow the general application of de novo structure-based design methods in supramolecular chemistry was non-existent. To address this limitation we created HostDesigner, a code that builds and evaluates millions of molecules in minutes. This command line executable builds 3D molecular structures by covalently connecting user-defined input fragments with pre-computed hydrocarbon fragments from a library. The results are ranked with respect to desired geometric constraints defined by the user. See the User's Manual for further details including a list of literature citations for example applications. Download includes User's Manual, HostDesigner 4.3 source code (in Fortran), data files, example input, HDViewer executables for MacOS, Linux, and Windows, and mengine source code (in C). HostDesigner was developed and posted by author Dr. Benjamin P Hay
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Hyperspectral data analysis in R

    Handling and basic analysis of hyperspectral data in R

    The hsdar package contains classes and functions to manage, analyse and simulate hyperspectral data. These might be either spectrometer measurements or hyperspectral images through the interface of rgdal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    Getting rid of the endian problems as well as the the multitude of numerical formats existing on different systems. say goodbye to #ifdef BIGENDIAN ... or #ifdef THAT_OS_FLOAT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LINARP - Linarp Is Not A Rietveld Program; Software for the analysis of crystallographic data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LibCPIXE is a library for simulation of Particle Induced X-ray emission spectra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LibppGam

    pp->gamma cross sections parametrization

    This library contains the parametrization of pp->gamma cross section functions based on Phys.Rev. D90 (2014) 12, 123014 (astro-ph/1406.7369) work. The functions are written in Python, Fortran and Matlab. Please, if you use this library DO NOT reference to this webpage, instead reference to Phys.Rev. D90 (2014) 12, 123014 (astro-ph/1406.7369), "Parametrization of gamma-ray production cross-sections for pp interactions in a broad proton energy range from the kinematic threshold to PeV energies" by Ervin Kafexhiu, Felix Aharonian, Andrew M. Taylor, Gabriela S. Vila
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Manufactured Analytical Solution Abstraction (MASA): a library for applying the Method of Manufactured Solutions to verification of numerical software used for solving systems of nonlinear algebraic and differential equations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    NKA

    Nonlinear Krylov acceleration of fixed-point and Newton-like methods

    Nonlinear Krylov Acceleration (NKA) is a method for accelerating the convergence of fixed-point (Picard) iterations. Many Newton-like and inexact Newton methods are fixed point iterations. The NKA project provides the canonical implementation of the method for several programming languages. The black-box accelerator is simple to integrate into existing code. Placed in the iteration loop, it observes the sequence of solution updates and replaces them with improved updates using information it has gleaned from previous solution iterates. It was only recently recognized (2011) that NLK is essentially equivalent to Anderson Acceleration for a specific choice of mixing parameter. NLK was independently devised in the late 1980's using a very different approach, and though it leads to the same algebraic method, NLK's organization is somewhat different, and arguably superior. The NLK approach also provides clear rationale for the proper choice of Anderson's arbitrary mixing parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Python environment for large and sparse linear and nonlinear optimization using intuitive interfaces to linear algebra tools and subproblem solvers written in low-level languages. It provides building blocks to experiment with new ideas and algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NOSE is a package for simulation of linear and non-linear optical and infrared spectra, including absorption, fluorescence, circular dichroism, pump-probe, photon echo and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Numerikus is an attempt to build a set of numerical libraries written in C/C++, Fortran, Java and C# for single processor and multi-core processors. It wil have from basic functions to Linear Algebra solvers and ODE's and PDE's methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Optimized Sparse Kernel Interface (OSKI) Library provides automatically tuned sparse matrix kernels, for use by solver libraries and applications. OSKI is part of the BeBOP project on performance tuning and analysis at U.C. Berkeley. (Go Bears!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open PHIGS

    Open PHIGS

    PHIGS (Programmer's Hierarchical Interactive Graphics System)

    PHIGS is an API standard for rendering 3D computer graphics. During the 1990's OpenGL became a more popular 3D API for professionals, and it still is today. PHIGS remains to be widely used in the film industry. Open PHIGS uses OpenGL for rendering graphics rather than implementing it's own abstraction layer to the graphics hardware, or using the PHIGS Extension to X (PEX). The reason for doing so is that today every graphics card manufacturer provides their own OpenGL implementation, which takes full advantage of the accelerated drawing capabilities in the hardware. PHIGS is a higher level API than OpenGL that works with a hierarchical scene graph. Models are built up in a Centralized Structure Store (CSS), a database containing the drawing primitives and their attributes (color, line style, etc.). CSSes cand be shared among a number of views, known under PHIGS as a workstation. PHIGS is defined by the ISO standards ISO/IEC 9592 & 9593. Open PHIGS provides a library for C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Project to develop a set of open source tool to help people working in the HVAC/R (heating, ventilation, air conditioning and refrigeration) area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenFrames

    OpenFrames

    Real-time interactive 3D graphics API for scientific simulations

    OpenFrames has moved its primary development repository to GitHub! Everything else will follow. Get it at https://github.com/ravidavi/OpenFrames/wiki OpenFrames is an Application Programming Interface (API) that allows developers to provides the ability to add interactive 3D graphics to any scientific simulation. A simulation developer can use OpenFrames to specify what they want to visualize, without having to know any details of computer graphics programming. OpenFrames is currently used by three NASA programs: Copernicus (NASA JSC), the General Mission Analysis Tool (GMAT, NASA GSFC), and a Virtual Reality exploration tool (NASA GSFC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OzAPI Tcl/Tk

    GUI and drawing for Fortran and 'C' programs

    OzAPI is source code that enables user interfaces to be developed and graphics output to be designed for FORTRAN and 'C' programs using Tcl/Tk libraries. An example fortran program is supplied which you would normally use as a starting point for your application. The GUI is usually menu driven, and there are various dialogs that can be used. Graphics are based on the GKS graphics standard for drawing text, lines polygons etc Code extracted from the OzGIS mapping system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PEBLS Evolutionary Biology Libraries (PEBLs) provides a framework to develop programs quickly and effectively in Java, C++, and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    **** This page is not used for this project any longer. *** Please update your bookmarks and go to https://github.com/UUPharmacometrics/PsN
    Downloads: 0 This Week
    Last Update:
    See Project