Open source finite element software for multiphysical problems
Elmer is a finite element software for numerical solution of partial differential equations and multiphysical problems. It includes models of structural mechanics, fluid dynamics, heat transfer, electromagnetics etc. Elmer home is www.csc.fi/elmer
Arrowmatcher is a ballistics software for crossbow archers. It can calculate the speed, kinetic energy, trajectory, aiming solution and much more of an arrow (or bullet). It uses a simplified 6 degree of freedom model.
An optimized C library for numerically solving exterior ballistics problems. It supports standard drag models (Drag Functions G1-G8). The solution method is the common "3 degree of freedom" analysis found in many commercial programs.
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...
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
A self-sufficient java framework for numerical solution of ODEs (diff eqs) and visualization. Samples are aeronautics/astronautics/physics/rocketry themed. Focus on clean design, modularity, reusability and documentation. Educational project.