README.md

# Thundara
[![hex.pm version](https://img.shields.io/hexpm/v/thundara.svg)](https://hex.pm/packages/thundara)
[![hex.pm](https://img.shields.io/hexpm/l/thundara.svg)](https://github.com/ma2gedev/thundara/blob/master/LICENSE)

FEM(Finite Element Method) Library
## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `thundara` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:thundara, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/thundara](https://hexdocs.pm/thundara).