mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
commentary
This commit is contained in:
parent
3cce7fb357
commit
a510ad1b21
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user