gf_mumps_context_get

概要

gf_mumps_context_get(mumps_context MC, 'display')
K = gf_mumps_context_get(mumps_context MC, 'matrix')
K = gf_mumps_context_get(mumps_context MC, 'distributed matrix')
vec = gf_mumps_context_get(mumps_context MC, 'vector')
VAL = gf_mumps_context_get(mumps_context MC, 'ICNTL', int ind)
VAL = gf_mumps_context_get(mumps_context MC, 'INFOG', int ind)
VAL = gf_mumps_context_get(mumps_context MC, 'RINFO', int ind)
VAL = gf_mumps_context_get(mumps_context MC, 'RINFOG', int ind)

説明 :

mumps_contextオブジェクトに関する情報を照会するための汎用的な関数です.

コマンドリスト

gf_mumps_context_get(mumps_context MC, 'display')

mumps_context オブジェクトの概要が表示されます.

K = gf_mumps_context_get(mumps_context MC, 'matrix')

スクリプトAPIのmumps_contextオブジェクトは、C++に格納されているija行列への参照を返すことはできません。 保存されている行列に関する情報を表示するだけです。

K = gf_mumps_context_get(mumps_context MC, 'distributed matrix')

スクリプトAPIのmumps_contextオブジェクトは、C++に格納されているija行列への参照を返すことはできません。 保存されている行列に関する情報を表示するだけです。

vec = gf_mumps_context_get(mumps_context MC, 'vector')

mumps_contextオブジェクトに格納されているベクトルのコピーを出力します。解答の前に、システムの右辺が含まれています。 解析の後、その解が入っています。

VAL = gf_mumps_context_get(mumps_context MC, 'ICNTL', int ind)

mumps_context オブジェクトに格納されている1ベースのインデックス ind にあるICNTL配列エントリーを出力します。

大文字の命名規則は、Fortranのインデックスを意味します。

VAL = gf_mumps_context_get(mumps_context MC, 'INFOG', int ind)

mumps_context オブジェクトに格納されている1ベースのインデックス ind にあるINFOG配列エントリーを出力します。

大文字の命名規則は、Fortranのインデックスを意味します。

VAL = gf_mumps_context_get(mumps_context MC, 'RINFO', int ind)

mumps_context オブジェクトに格納されている1ベースのインデックス ind にあるRINFO配列エントリーを出力します。

大文字の命名規則は、Fortranのインデックスを意味します。

VAL = gf_mumps_context_get(mumps_context MC, 'RINFOG', int ind)

mumps_context オブジェクトに格納されている1ベースのインデックス ind にあるRINFOG配列エントリーを出力します。

大文字の命名規則は、Fortranのインデックスを意味します。