commentary

This commit is contained in:
philippun 2023-08-09 17:34:57 +02:00
parent 3cce7fb357
commit a510ad1b21

View File

@ -151,6 +151,7 @@
"\n",
" # first row\n",
" # TODO check formula for alpha boundary cases\n",
" # added factor of 2 in front of alpha_y!!!\n",
" if row_index == 0:\n",
" for i in range(0, sv.shape[0]):\n",
" sv[i] = s_y * alpha_interblock(alpha_y[row_index+1,i],alpha_y[row_index,i]) * concentrations[row_index+1,i] \\\n",
@ -165,6 +166,7 @@
"\n",
" # last row\n",
" # TODO check formula for alpha boundary cases\n",
" # added factor of 2 in front of alpha_y!!!\n",
" if row_index == sv.shape[0]-1:\n",
" for i in range(0, sv.shape[0]):\n",
" i = i\n",