Skip to content

Commit

Permalink
Adds badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kboom committed Sep 1, 2018
1 parent 0542330 commit 2ffac75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

## TL;DR;

This solver describes a novel computational method which allows to perform certain IGA-FEM computations 1000x faster, with absolute stability guarantee with configurable error margin.

This numerical solver can be used for solving a certain subset of problems
in the field of Isogeometric Analysis. Utilizes an implicit Euler scheme which removes the dependency of time step size and mesh size.
In other words the time step can be arbitrarily long (it will never cause instability).
This in turn allows to perform efficient analysis of behavior in dense meshes.

## Sunburst coverage

Expand All @@ -14,8 +16,6 @@ the great majority of the tests relates to the core of the solver rather than to

![](https://codecov.io/gh/kboom/iga-adi-sm/commit/fb59eb31a2f0808c4caf9e19a6fbdeca3fc6ca60/graphs/sunburst.svg)

This numerical solver can be used for solving a certain subset of problems
in the field of Isogeometric Analysis. Utilizes an implicit Euler scheme which removes the dependency of time step size and mesh size. In other words the time step can be arbitrarily long (it will never cause instability). This in turn allows to perform efficient analysis of behavior in dense meshes.

## Usage

Expand Down

0 comments on commit 2ffac75

Please sign in to comment.