|
| type(c_ptr) function | hecmw_api_local_mesh::hecmw_api_mesh_new () |
| | メッシュハンドラの生成 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_delete (mesh) |
| | メッシュハンドラの破棄 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_set_node (mesh, nnode, node) |
| | 節点配列の設定 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_node (mesh) |
| | 節点数の取得 More...
|
| |
| type(c_ptr) function | hecmw_api_local_mesh::hecmw_api_mesh_get_node (mesh) |
| | 節点座標配列の取得 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_set_n_dof (mesh, ndof) |
| | 節点自由度の設定 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_get_n_dof (mesh) |
| | 節点自由度の取得 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_set_element (mesh, nelem, elemtype, element, sectionID) |
| | 要素の設定 More...
|
| |
| type(c_ptr) function | hecmw_api_local_mesh::hecmw_api_mesh_get_elem_type (mesh) |
| | 要素型の取得 More...
|
| |
| type(c_ptr) function | hecmw_api_local_mesh::hecmw_api_mesh_get_elem_node_item (mesh) |
| | 節点テーブルの取得 More...
|
| |
| type(c_ptr) function | hecmw_api_local_mesh::hecmw_api_mesh_get_section_id (mesh) |
| | セクション番号配列の取得 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_elem (mesh) |
| | 要素数の取得 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_elem_node_item (mesh) |
| | 要素節点配列の大きさの取得 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_ngrp (mesh) |
| | 節点グループのグループ数 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_append_ngrp (mesh, grp_name, count, list) |
| | 節点グループを追加 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_ngrp_name (mesh, i, buf, buflen) |
| | 節点グループの名前 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_ngrp (mesh, i, array, count) |
| | 節点グループの節点番号の配列 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_sgrp (mesh) |
| | 面グループのグループ数 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_append_sgrp (mesh, grp_name, count, list) |
| | 面グループを追加 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_sgrp_name (mesh, i, buf, buflen) |
| | 面グループの名前 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_sgrp (mesh, i, array, count) |
| | 面グループの要素番号、面番号の配列 More...
|
| |
| integer(c_int) function | hecmw_api_local_mesh::hecmw_api_mesh_n_egrp (mesh) |
| | 要素グループのグループ数 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_append_egrp (mesh, grp_name, count, list) |
| | 要素グループを追加 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_egrp_name (mesh, i, buf, buflen) |
| | 要素グループの名前 More...
|
| |
| subroutine | hecmw_api_local_mesh::hecmw_api_mesh_get_egrp (mesh, i, array, count) |
| | 要素グループの要素番号の配列 More...
|
| |