Git Product home page Git Product logo

constrainedsystems.jl's Introduction

ConstrainedSystems.jl

Tools for solving constrained dynamical systems

Documentation Build Status
Stable Dev Build Status Coverage

This package contains several tools for solving and advancing (large-scale) dynamical systems with constraints. These systems generically have the form

dy/dt = L y - B1T z + r1(y,t)

B2 y + C z = r2(y,t)

y(0) = y0

where y is a state vector, L is a linear operator with an associated matrix exponential (integrating factor), and z is a constraint force vector (i.e., Lagrange multipliers).

Some of the key components of this package are

  • Tools for solving linear algebra problems with constraints and associated Lagrange multipliers, known generically as saddle point systems. The sizes of these systems might be large.

  • Time integrators that can incorporate these constraints, such as half-explicit Runge-Kutta (HERK) and integrating factor Runge-Kutta (IFRK), or their combination (IF-HERK). These extend the tools in the DifferentialEquations.jl package, and utilize the same basic syntax for setting up a problem and solving it.

  • Allowance for variable constraint operators B1T and B2, through the use of a variable parameter argument and an associated parameter update function.

  • The ability to add an auxiliary (unconstrained) system of equations that the constraint operators B1T and B2 depend upon.

The package is agnostic to the type of systems, and might arise from, e.g., fluid dynamics or rigid-body mechanics.

constrainedsystems.jl's People

Contributors

jdeldre avatar github-actions[bot] avatar diederikb avatar

Stargazers

Oleksandr B. avatar Elias Carvalho avatar Daniel avatar Jeff Carpenter avatar  avatar Igor Strozzi avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

diederikb

constrainedsystems.jl's Issues

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.