File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ The following is a description of the contents of the directory
17
17
``` bash
18
18
code/
19
19
│ .gitignore
20
- │ README.md # description of this repository
20
+ │ README.md # description of this repository
21
21
│ requirements.txt
22
22
│
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
27
27
│
28
- ├─model/ # saved model weights (empty)
29
- ├─outs/ # outputs (empty)
28
+ ├─model/ # saved model weights (empty)
29
+ ├─outs/ # outputs (empty)
30
30
└─src
31
- │ case1.py # scripts for each experiment
31
+ │ case1.py # scripts for each experiment
32
32
│ ...
33
33
│
34
- ├─configs # hyper-parameters for each experiment
34
+ ├─configs # hyper-parameters for each experiment
35
35
│ │
36
36
│ ├─case1
37
37
│ │ ...
@@ -42,12 +42,12 @@ code/
42
42
│ └─case3
43
43
│ ...
44
44
│
45
- ├─FBPINN/ # implementations of each model
45
+ ├─FBPINN/ # implementations of each model
46
46
├─HC/
47
47
├─PFNN/
48
48
├─xPINN/
49
49
│
50
- └─utils/ # some utils
50
+ └─utils/ # some utils
51
51
```
52
52
53
53
## Training & Evaluation
You can’t perform that action at this time.
0 commit comments