waterPML_sub/calculate_T_omp.h マニュアル
(The documentation of waterPML_sub/calculate_T_omp.h)
Last Update: 2023/8/3
waterPML_sub/calculate_T_omp.hでは
時刻\(t-\Delta t/2\)での応力場と時刻\(t\)での速度場を用いて
時刻\(t+\Delta t/2\)での応力場を計算する関数
(OpenMP並列化版)
が定義されている。
このヘッダファイル内で定義されている関数は内部のコードが異なるだけで
使い方はwaterPML_sub/calculate_T.hと全く同じである。
したがって関数の詳細は
waterPML_sub/calculate_T.hのマニュアル
を参照のこと。
Functions to compute the stress field at time \(t+\Delta t/2\)
given the stress field at time \(t-\Delta t/2\)
and the velocity field at time \(t\)
(a version for OpenMP parallelization)
are defined in waterPML_sub/calculate_T_omp.h.
Functions defined in this header file
have exactly the same usages as
those defined in waterPML_sub/calculate_T.h,
although internal codes are different.
Therefore, see
the documentation of waterPML_sub/calculate_T.h
for details of the functions in this header file.