Skip to content

Commit 56e2f60

Browse files
authored
Fix spacing issues in README
1 parent 1187983 commit 56e2f60

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ The following is a description of the contents of the directory
1717
```bash
1818
code/
1919
│ .gitignore
20-
│ README.md # description of this repository
20+
│ README.md # description of this repository
2121
│ requirements.txt
2222
23-
├─data # data used in this paper
24-
│ case1_pack.txt # ground truth for "Simulation of a 2D battery pack (Heat Equation)"
25-
│ case2_airfoil.txt # ground truth for "Simulation of an Airfoil (Navier-Stokes Equations)"
26-
│ w1015.dat # achor points of the airfoil
23+
├─data # data used in this paper
24+
│ case1_pack.txt # ground truth for "Simulation of a 2D battery pack (Heat Equation)"
25+
│ case2_airfoil.txt # ground truth for "Simulation of an Airfoil (Navier-Stokes Equations)"
26+
│ w1015.dat # achor points of the airfoil
2727
28-
├─model/ # saved model weights (empty)
29-
├─outs/ # outputs (empty)
28+
├─model/ # saved model weights (empty)
29+
├─outs/ # outputs (empty)
3030
└─src
31-
│ case1.py # scripts for each experiment
31+
│ case1.py # scripts for each experiment
3232
│ ...
3333
34-
├─configs # hyper-parameters for each experiment
34+
├─configs # hyper-parameters for each experiment
3535
│ │
3636
│ ├─case1
3737
│ │ ...
@@ -42,12 +42,12 @@ code/
4242
│ └─case3
4343
│ ...
4444
45-
├─FBPINN/ # implementations of each model
45+
├─FBPINN/ # implementations of each model
4646
├─HC/
4747
├─PFNN/
4848
├─xPINN/
4949
50-
└─utils/ # some utils
50+
└─utils/ # some utils
5151
```
5252

5353
## Training & Evaluation

0 commit comments

Comments
 (0)