引数 Argument |
関数呼び出し前 Before the function call |
関数呼び出し後 After the function call |
V | 時刻 Velocity field at time |
時刻 Velocity field at time |
T |
時刻 Stress field at time |
引数 Argument |
関数呼び出し前 Before the function call |
関数呼び出し後 After the function call |
V |
時刻 Velocity field at time | |
T | 時刻 Stress field at time |
時刻 Stress field at time |
関数 Function |
OpenMP並列化版の定義ファイル The file in which the OpenMP version is defined |
並列化無し版の定義ファイル The file in which the non-parallelization version is defined |
TF_calculate_V | calculate_V_omp.h | calculate_V.h |
TF_calculate_T | calculate_T_omp.h | calculate_T.h |
引数番号 Argument |
意味 Meaning |
第1引数 1st argument |
速度成分を The index |
第2引数 2nd argument |
速度成分を The index |
第3引数 3rd argument |
位置を表す番号。 The index representing a location. |
引数番号 Argument |
意味 Meaning |
第1引数 1st argument |
応力成分を The combination of indices |
第2引数 2nd argument |
応力成分を The index l of a stress component |
第3引数 3rd argument |
位置を表す番号。 The index representing a location. |