Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@boorlakov boorlakov released this 15 Mar 11:54
· 129 commits to main since this release

Version 1.0

Lab 1 is done ☺️

Features

With Finite Difference Method you can

  • Solve elliptic differential equations
  • JSON as standard for passing data, so with it you can store info about
    1. Accuracy of solving equation
    2. Area
    3. Boundary conditions (where what types of conditions should be)
    4. Lambda part of equation (only double constant)
    5. Gamma part of equation (only double constant)
  • Store boundary functions in specified class

Full Changelog: https://github.com/boorlakov/umf/commits/v1.0