Browse Source

dfghjnkml

master
pauline 5 years ago
parent
commit
a31a100f7e
1 changed files with 1 additions and 1 deletions
  1. 2
      fuenfteabgabe.c

2
fuenfteabgabe.c

@ -40,7 +40,7 @@ void ujeins(soli_param *sp) {
+ u0[j];
} else if (j == 0) {
uj1[j] = (d * 6 * u0[j] * (u0[j + 1] - u0[j - 1]) / (2 * h))
uj1[j] = (d * 6 * u0[j] * (u0[j + 1]) / (2 * h))
- (d * (u0[j + 2]) / (2 * pow(h, 3))) + u0[j];
} else if (j == jmax - 1) {

Loading…
Cancel
Save