Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 6b2ca7c

Browse files
committed
update README
1 parent 9918df6 commit 6b2ca7c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

example/Burgers_FEM/README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Burgers_FEM
1+
# Burgers' equation resolved by finite element method
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://yuehhua.github.io/Burgers_FEM.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://yuehhua.github.io/Burgers_FEM.jl/dev)
5-
[![Build Status](https://github.com/yuehhua/Burgers_FEM.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/yuehhua/Burgers_FEM.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/yuehhua/Burgers_FEM.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/yuehhua/Burgers_FEM.jl)
3+
This example exhibits PDE problem for Burgers' equation resolved by finite element method. Change directory to `example/Burgers_FEM` and use following commend to solve the problem:
4+
5+
```julia
6+
$ julia --proj
7+
8+
julia> using Burgers_FEM; Burgers_FEM.run_fem()
9+
```

0 commit comments

Comments
 (0)