Showing 15 open source projects for "runge"

View related business solutions
  • All-In-One GRC Software - GRC Management Made Easy Icon
    All-In-One GRC Software - GRC Management Made Easy

    For Information Security teams at SMB and Enterprise across industries

    A GRC solution for technology-focused SMB and Enterprise Information Security teams. StandardFusion eliminates spreadsheet pain by using a single system of record. Identify, assess, treat, track and report on risks with confidence. Turn audit-based activities into a standardized process. Conduct audits with certainty and direct access to evidence. Manage compliance to multiple standards; ISO, SOC, NIST, HIPAA, GDPR, PCI-DSS, FedRAMP and more. Manage vendor and 3rd party risk, and security questionnaires easily in one place. StandardFusion is a Cloud-Based SaaS or on-premise GRC platform designed to make InfoSec compliance simple, approachable and scalable. Connect what your organization does, with what your organization needs to do.
  • Your trusted AI-powered community engagement platform for individuals and public agencies Icon
    Your trusted AI-powered community engagement platform for individuals and public agencies

    It is designed for both individuals managing a single project and teams managing an entire capital program

    Make every comment count
  • 1
    CasADi

    CasADi

    CasADi is a symbolic framework for numeric optimization

    ..., and Hessians. These expression graphs, encapsulated in Function objects, can be evaluated in a virtual machine or exported to stand-alone C code. Initial value problems in ordinary or differential-algebraic equations (ODE/DAE) can be calculated using explicit or implicit Runge-Kutta methods or interfaces to IDAS/CVODES from the SUNDIALS suite. Derivatives are calculated using sensitivity equations, up to arbitrary order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    basic_numerical_methods

    basic_numerical_methods

    Didactic application to aid students in learning Numerical Methods;

    A practical tool (for students and engineers) to foresee the result of calculus exercises. Calculation and visualization numerical methods for nonlinear equation, ODE, integration, linear system, polynomial fitting,.....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    Matrix Product State (MPS) Simulations

    Numerical routines for variational matrix product state simulations.

    Open Source MPS (OSMPS) is a collection of numerical routines for performing tensor network algorithms to simulate entangled, 1D many-body quantum systems. Our applications reach from ground state and excited states for statics to the dynamics of time-dependent Hamiltonians. We offer various time evolution methods with an emphasis on the support of long-range interactions through the matrix product state formalism. For more algorithms, see the list of features below. Please cite "M. L....
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4

    Fosite - advection problem solver

    numerical simulation code for solving transport equations in 1D/2D/3D

    Fosite is a generic framework for the numerical solution of hyperbolic conservation laws in generalized orthogonal coordinates. Its main purpose is the simulation of compressible flows in accretion disks. The underlying numerical solution method belongs to the family of unsplit conservative finite volume TVD schemes. The method is 2nd order accurate in space and uses high order Runge-Kutta and multistep schemes for time evolution. In addition to the pure advection code several source terms have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • DNS-layer security for businesses Icon
    DNS-layer security for businesses

    Modern cybersecurity, streamlined and scalable

    Cisco Umbrella is cloud-delivered enterprise network security which provides users with a first line of defense against cybersecurity threats.
  • 5

    Programs for Numerical Methods

    Didactic program to aid students in learning Numerical Methods.

    ..., Inverse Linear Interpolation, Regula-Falsi). 4.2 Open Methods (Newton-Raphson, Bailey). 5. Roots of polynomials (Birge-Vieta, Lin Bairstrow). 6. Numerical interpolation (Unique Interpolating Polynomial, Lagrange, Newton's and Aithen-Neville Interpolating Polynomials). 7. Curve fitting (Linear and Nonlinear). 8. Numerical integration (Undetermined Coefficients, Newton-Cotes, Romberg). 9. Ordinary differential equations (Euler, Runge-Kuta).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    Runge is an Interactive Solver for Systems of Ordinary Differential Equations. It solves initial value problem (aka Cauchy problem). Few advantages Runge provides: It's fast. It utilizes BLAS and LAPACK libraries optimized for modern multi-core processors. It's interactive. It allows you to start a solution by mouse click on a plane. It's precise. It uses Runge Rule to adjust step length to satisfy required precision on each step. It's effective. When it needs to compute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NOS Particle Tracking

    We are developing a C++ particle tracker for the chesapeake bay based

    The CBOLT project has been moribund for a number of years now. But we may re-birth it. For inspiration see the document (ACMGIS_2009_Vance.pdf) Integrating particle tracking models into a GIS for analysis and display of environmental phenomena, Tiffany Vance, Sharon Mesick, Scott Cross (2009). The software uses 4th order Runge Kutta, with a clever interpolation scheme based on irregular triangular mesh which can be adapted to any hydrodynamic model gridding method, from finite elements...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Glycosylation Microviewer

    Glycosylation Microviewer

    An application create, simulate and adjust N-linked glycosylation.

    Glycosylation Microviewer is an application that create N-linked glycosylation raction network. The model used in the application is based on two significant papers: 1.1997 Pablo Umana, James E.Bailey A Mathematical Model of N-linked Glycoform Biosynthesis. 2.2005 Frederick J.Krambeck, Michael J.Betenbaugh A Mathematical Model of N-linked Glycosylation. The application allow to simulate the network in dynamic form with various ODE solvers(Euler, Runge-Kutta etc). Genetic Algorithm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SphereSim

    SphereSim

    Physical simulation of particle movements

    Physical simulation of particle movements. The computer program SphereSim simulates and animates the behavior and the movement of particles in a space. By forces (such as gravity in a particular direction and between the particles, repulsion of the particles against each other and from the walls, Lennard-Jones-Potential between particles) different physical effects in particle groups are calculated and shown, such as the Brownian motion. The application uses the programming language C++...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The No-Code Test Automation Platform Icon
    The No-Code Test Automation Platform

    Simple to use and easy to learn. Tester-centric while being business-driven. A Test Automation Platform that truly understands your business needs.

    Introducing Sahi Pro Flowcharts, the no-code test automation framework. Empower business testers to achieve in-sprint, dependable test automation. Drastically reduce time, effort & complexity of test automation.
  • 10

    PyParticles

    PyParticles is an opensource particles simulation tool box entirely wr

    PyParticles is an opensource particles simulation tool box entirely written in python. It support the most popular integrations methods and the most relevant forces model. It also offer a nice looking OpneGL interface or at your preference a Matplotlib based GUI. PyParticles as a forces models implements Gravity, spring, constant force and electrostatic and the user defined vector field force. As a integrations method it includes Euler, Midpoint, Runge Kutta, Störmer Verlet and Leap...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    CheMecher is a fully-featured chemical simulator that supports an arbitrary number of reaction steps and chemical species. Uses the Runge-Kutta algorithm for numeric solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LibNav is a library providing general algorithms for navigation and positioning. It includes datum conversions, reference systems conversions, vector and matrix operations, Least-Mean-Squares, Kalman Filter, Runge-Kutta, statistical tools and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This server was developed together with a client (for Windows and Linux) for use in the Runge Gymnasium in Oranienburg, Germany to provide file storage and much more for pupils and teachers but if it's stable we want to provide it to other schools too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The runge-desktop is a client for the runge-server (project also hosted at sourceforge) for the pupil of the Runge-Gymnasium and probably other interested schools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Graph3 integrates with the TI-83+ OS to add new dimensions to the calculator's graphing abilities. Graph 3D functions, including rotation and hidden surface plots; or graph differential equations, complete with Runge-Kutta method, slope fields, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next