Skip to content

Commit

Permalink
readme edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewreisner committed May 30, 2018
1 parent 5d8ed7f commit eb64c40
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
stella
======
PETSc framework for solving:
\div dcoef \grad phi + bcoef phi = rhs
[n . dcoef \grad phi] = jump
phi = g_{dirichlet} on \Gamma_D
n \grad phi = 0 on \Gamma_N
```
\div dcoef \grad phi + bcoef phi = rhs
[n . dcoef \grad phi] = jump
phi = g_{dirichlet} on \Gamma_D
n \grad phi = 0 on \Gamma_N
```

Tools
-----
- [Single Block Testing](tools/single-block/README.md)




0 comments on commit eb64c40

Please sign in to comment.