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