Skip to content

Commit d1fc336

Browse files
authored
Include more description (#14)
* Include more description * Update README
1 parent dc8fd76 commit d1fc336

File tree

5 files changed

+154
-191
lines changed

5 files changed

+154
-191
lines changed

physics-informed-neural-networks-for-steady-cavity-flow/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ net = dlupdate(@double, net);
7373
% Visually inspect the network.
7474
analyzeNetwork(net)
7575
```
76-
![figure_2.png](./images/figure_2.png)
76+
![figure_0.png](./images/figure_0.png)
7777

7878
## Create training input
7979
```matlab
@@ -137,7 +137,7 @@ for iteration = 1:maxIterations
137137
end
138138
```
139139

140-
![figure_0.png](./images/figure_0.png)
140+
![figure_1.png](./images/figure_1.png)
141141
## Plot predictions
142142
```matlab
143143
% Create test set using meshgrid.
@@ -189,7 +189,7 @@ axis equal
189189
title('v')
190190
```
191191

192-
![figure_1.png](./images/figure_1.png)
192+
![figure_2.png](./images/figure_2.png)
193193
## Loss function and helper functions
194194
```matlab
195195
function [loss, grads, lossEqnX, lossEqnY, lossBC] = pinnsLossFunction(net, xyEquation, xyBoundary, zeroVector, uvBoundary, Re)

0 commit comments

Comments
 (0)