Skip to content

Commit

Permalink
Using README.md rather than plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Gurgul authored Mar 15, 2018
1 parent 5a69d36 commit 39b006a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
IGA-ADS
=======
# IGA-ADS

IGA-ADS is a C++ framework designed to facilitate creating parallel numerical simulations for time-dependent PDEs using isogeometric finite element method.


Requirements
------------
## Requirements

1. Dependencies
- LAPACK, BLAS
Expand Down Expand Up @@ -39,10 +37,10 @@ Options are specified as -Doption=value, e.g.
$ cmake -DUSE_GALOIS=ON ..


Contents
--------
## Contents

Top-level structure:
```
Top-level structure:
src/ads/ - framework code
src/problems - example problem implementations
test/ - unit tests
Expand Down Expand Up @@ -164,4 +162,4 @@ Unit tests:
test/ads/lin/banded_solver_test.cpp
test/ads/lin/tensor_test.cpp
test/ads/util/multi_array_test.cpp

```

0 comments on commit 39b006a

Please sign in to comment.