JPH08194685A - Node information retrieving device for finite element method - Google Patents

Node information retrieving device for finite element method

Info

Publication number
JPH08194685A
JPH08194685A JP630395A JP630395A JPH08194685A JP H08194685 A JPH08194685 A JP H08194685A JP 630395 A JP630395 A JP 630395A JP 630395 A JP630395 A JP 630395A JP H08194685 A JPH08194685 A JP H08194685A
Authority
JP
Japan
Prior art keywords
node
information
node number
storage address
storage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP630395A
Other languages
Japanese (ja)
Inventor
Shuji Asakawa
修二 浅川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fuji Facom Corp
Original Assignee
Fuji Facom Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Facom Corp filed Critical Fuji Facom Corp
Priority to JP630395A priority Critical patent/JPH08194685A/en
Publication of JPH08194685A publication Critical patent/JPH08194685A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE: To shorten the time for retrieval to provide information accompanied with nodes consisting of an element from an element table and a node table. CONSTITUTION: An element table 221 stores the node numbers of nodes consisting of the elements equipped with element numbers corresponding to the element numbers. A node table 222 stores the coordinate values of nodes corresponding to the node numbers. A node number correspondence table preparing part 211 possesses the node number and the storage address of that node number from the node table 222 and stores it at the position corresponding to the node number in a node number correspondence table 223. A node number exchanging part 212 possesses the node numbers of nodes consisting of the element from the element table 221, possesses a storage address corresponding to those node numbers from the node number correspondence table 223 and stores that storage address in the position corresponding to the node numbers in the element table 221. A node information retrieving part 213 possesses the storage address of nodes consisting of the element of a retrieving object from the element table 221 after node number exchange and possesses the coordinate values of the nodes from the node table 222 while using the storage address.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、有限要素法における節
点に付随する情報の検索を行う節点情報検索装置に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a node information retrieval device for retrieving information associated with a node in the finite element method.

【0002】[0002]

【従来の技術】有限要素法においては、解析対象領域を
複数の要素に分割することにより処理を行う。また、各
要素は、複数(例えば3つ)の節点で構成されている。
2. Description of the Related Art In the finite element method, processing is performed by dividing an analysis target area into a plurality of elements. Each element is composed of a plurality of (for example, three) nodes.

【0003】図8は、解析対象領域を5つの要素に分割
した例を示す図である。図8に示す例では、解析対象領
域は、要素番号5、7、12、26、31の5つの三角
形要素に分割されている。また、例えば、要素番号5の
要素(以下、単に要素5)は、節点番号5の節点(以
下、単に節点5)、節点7、節点4から構成され、要素
7は節点9、5、11から構成されている。
FIG. 8 is a diagram showing an example in which the analysis target area is divided into five elements. In the example shown in FIG. 8, the analysis target area is divided into five triangular elements having element numbers 5, 7, 12, 26 and 31. Further, for example, the element having the element number 5 (hereinafter, simply element 5) is composed of the node having the node number 5 (hereinafter, simply node 5), the node 7, and the node 4, and the element 7 is composed of the nodes 9, 5, and 11. It is configured.

【0004】図9は、図8に示された要素と該要素を構
成する節点の関係を示す要素テーブル90を表す図であ
る。要素テーブル90は、「要素番号」フィールドと
「節点番号」フィールドから成る。要素テーブル90の
「要素番号」フィールドには、要素番号が格納され、
「節点番号」フィールドには、要素番号に対応して、該
要素番号を持つ要素を構成する節点の節点番号が格納さ
れる。例えば、該テーブル90の格納アドレス1に格納
されたデータは、要素12が、節点5、9、4から構成
されていることを示している。
FIG. 9 is a diagram showing an element table 90 showing the relationship between the elements shown in FIG. 8 and the nodes forming the elements. The element table 90 includes an "element number" field and a "node number" field. The element number is stored in the “element number” field of the element table 90,
In the "node number" field, the node number of the node forming the element having the element number is stored corresponding to the element number. For example, the data stored in the storage address 1 of the table 90 indicates that the element 12 is composed of the nodes 5, 9, and 4.

【0005】また、節点に付随する情報、例えば節点の
座標値などは、節点番号に対応して図10に示すような
節点テーブル100に格納される。例えば、該テーブル
100の格納アドレス1に格納されているデータは、節
点11の座標値が、(x,y,z)=(11,17,
4)であることを示しており、格納アドレス5に格納さ
れているデータは、節点5の座標値が、(12,9,
4)であることを示している。
Information associated with a node, such as the coordinate value of the node, is stored in the node table 100 as shown in FIG. 10 corresponding to the node number. For example, in the data stored in the storage address 1 of the table 100, the coordinate value of the node 11 is (x, y, z) = (11, 17,
4), and the data stored in the storage address 5 has a coordinate value of the node 5 of (12, 9,
4).

【0006】有限要素法において解析処理を行っている
際、各要素について、該要素を構成している節点に付随
する情報、例えば節点の座標値が必要となることがあ
る。この場合は、該情報を得るために、まず、各要素に
ついて、要素テーブル90を参照し、該要素を構成する
節点番号を得る。そして、該節点番号について節点テー
ブル100を順次検索し、該節点番号の節点の座標値等
を得ていた。
When performing the analysis processing in the finite element method, it may be necessary for each element to have information associated with the node forming the element, for example, the coordinate value of the node. In this case, in order to obtain the information, the element table 90 is first referred to for each element, and the node number forming the element is obtained. Then, the node table 100 is sequentially searched for the node number to obtain the coordinate value of the node of the node number.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記し
た従来の方法では、節点情報を得るのに、各要素毎に該
要素を構成する節点それぞれに対して節点テーブル10
0を順次検索する必要があり、検索時間がかかるという
問題があった。
However, in the above-mentioned conventional method, in order to obtain the node information, the node table 10 is obtained for each node constituting each element.
There is a problem in that it is necessary to sequentially search for 0, and it takes time to search.

【0008】例えば、図8の要素5を構成する節点の座
標値を求める場合、まず、図9の要素テーブル90を検
索し、要素5を構成する節点の節点番号7、5、4を得
る。そして、こうして得られた各節点毎に、図10の節
点テーブル100を検索する。節点7に関しては、節点
テーブル100の「節点番号」フィールドの値が、7と
一致するものを、節点テーブル100の格納アドレス1
から順次検索する。そして、6回目の一致するか否かの
比較判定で「節点番号」フィールドの値が7と一致し、
節点7の座標値(4,5,2)が得られる。すなわち、
節点7の場合、座標値を得るのに、6回の一致比較判定
を行う必要がある。同様に、節点5の場合は、5回の一
致比較判定、節点4の場合は、3回の一致比較判定が必
要になる。このように、節点情報を得るために、多くの
処理が必要となり、検索時間がかかっていた。
For example, when obtaining the coordinate values of the nodes forming the element 5 in FIG. 8, first, the element table 90 in FIG. 9 is searched to obtain the node numbers 7, 5 and 4 of the nodes forming the element 5. Then, the node table 100 of FIG. 10 is searched for each node thus obtained. Regarding the node 7, if the value of the "node number" field of the node table 100 matches 7, the storage address 1 of the node table 100
Search sequentially from. Then, in the sixth comparison judgment as to whether or not they match, the value of the “node number” field matches 7, and
The coordinate values (4, 5, 2) of the node 7 are obtained. That is,
In the case of the node 7, it is necessary to perform six coincidence comparison determinations to obtain the coordinate value. Similarly, in the case of the node 5, the coincidence comparison judgment is required five times, and in the case of the node 4, the coincidence comparison judgment is required three times. As described above, a lot of processing is required to obtain the node information, and the search time is long.

【0009】本発明の課題は、節点の検索が容易に行
え、節点に付随する情報を得るための検索時間を短縮す
ることのできる節点情報検索装置を提供することにあ
る。
An object of the present invention is to provide a node information search device which can easily search for a node and shorten the search time for obtaining information associated with the node.

【0010】[0010]

【課題を解決するための手段】請求項1記載の発明は、
図1に示すように以下の各手段を備える。節点情報格納
手段1は、節点番号に対応して節点に付随する節点情報
を格納する。
According to the first aspect of the present invention,
As shown in FIG. 1, the following means are provided. The node information storage means 1 stores the node information associated with the node corresponding to the node number.

【0011】節点番号対応情報作成手段2は、節点情報
格納手段1から、節点番号と該節点番号の格納位置情報
を取得し、該格納位置情報を、節点番号対応情報格納手
段3の前記節点番号に対応する位置に格納する。
The node number correspondence information creation means 2 acquires the node number and the storage position information of the node number from the node information storage means 1, and stores the storage position information in the node number correspondence information storage means 3. Store in the position corresponding to.

【0012】節点番号対応情報格納手段3は、節点番号
に対応して、該節点番号の前記節点情報格納手段1にお
ける格納位置情報を格納する。第1の要素情報格納手段
4は、要素番号に対応して、該要素番号を持つ要素を構
成する節点の節点番号を格納する。
The node number correspondence information storage means 3 stores the storage position information of the node number in the node information storage means 1 corresponding to the node number. The first element information storage unit 4 stores the node number of the node that constitutes the element having the element number, corresponding to the element number.

【0013】節点番号付け替え手段5は、第1の要素情
報格納手段4から要素を構成する節点の節点番号を取得
し、該節点番号に対応する前記格納位置情報を前記節点
番号対応情報格納手段3から取得し、該格納位置情報を
第2の要素情報格納手段6の前記節点番号に対応する位
置に格納する。
The node number reassigning means 5 acquires the node numbers of the nodes forming the element from the first element information storing means 4, and stores the storage position information corresponding to the node numbers in the node number corresponding information storing means 3 And stores the storage position information in the position corresponding to the node number of the second element information storage means 6.

【0014】第2の要素情報格納手段6は、要素番号に
対応して、該要素番号を持つ要素を構成する節点の前記
格納位置情報を格納する。節点情報検索手段7は、検索
対象の要素を構成する節点の前記格納位置情報を前記第
2の要素情報格納手段6から取得し、該格納位置情報を
使って、節点情報格納手段1から節点情報を取得する。
The second element information storage means 6 stores the storage position information of the nodes forming the element having the element number corresponding to the element number. The node information search means 7 acquires the storage position information of the nodes forming the element to be searched from the second element information storage means 6, and uses the storage position information to store the node information from the node information storage means 1. To get.

【0015】なお、節点番号付け替え手段4が、前記格
納位置情報を第2の要素情報格納手段6に格納せずに、
第1の要素情報格納手段の内容を書き換えるようにして
もよい。
The node number reassigning means 4 does not store the storage location information in the second element information storing means 6,
The contents of the first element information storage means may be rewritten.

【0016】[0016]

【作用】第2の要素情報格納手段6は、各要素を構成す
る節点に対応する情報として、節点情報格納手段1にお
ける格納位置情報を格納している。したがって、前記節
点情報検索手段7は、第2の要素情報格納手段6を参照
することで、検索対象となる節点情報の節点情報格納手
段1における格納位置情報を得ることができ、該情報を
使って節点情報格納手段1から目的の節点に対応する節
点情報を即座に取得することができる。
The second element information storage means 6 stores the storage position information in the node information storage means 1 as information corresponding to the nodes forming each element. Therefore, the node information search means 7 can obtain the storage position information of the node information to be searched in the node information storage means 1 by referring to the second element information storage means 6, and use the information. The node information corresponding to the target node can be immediately obtained from the node information storage unit 1.

【0017】[0017]

【実施例】以下、本発明の実施例について、図面を参照
にしながら詳細に説明する。図2は、本発明による有限
要素法における節点情報検索装置の一実施例を示すシス
テム構成図である。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 2 is a system configuration diagram showing an embodiment of a node information retrieval device in the finite element method according to the present invention.

【0018】図2に示すように、本実施例は、CPU
(制御演算装置)20と、メモリ装置21と、磁気記憶
装置22と、入出力装置23と、印刷装置24から構成
されている。
As shown in FIG. 2, this embodiment has a CPU.
(Control arithmetic unit) 20, a memory device 21, a magnetic storage device 22, an input / output device 23, and a printing device 24.

【0019】CPU20は、メモリ装置21にロードさ
れた各種プログラム等を実行することにより装置全体の
制御を行う。磁気記憶装置22は、要素テーブル221
や節点テーブル222、後述する節点番号対応テーブル
223など各種ファイル等を記憶する。入出力装置23
は、各種データの入力や、装置の動作の指示や、処理結
果の出力等を行う。また、印刷装置24は、装置の処理
結果を紙などに出力する。
The CPU 20 controls the entire device by executing various programs loaded in the memory device 21. The magnetic storage device 22 has an element table 221.
Various files such as a node table 222 and a node number correspondence table 223 described later are stored. I / O device 23
Performs various data input, device operation instruction, output of processing results, and the like. Further, the printing device 24 outputs the processing result of the device to paper or the like.

【0020】メモリ装置21は、節点番号対応テーブル
作成部211と、節点番号付け替え部212と、節点情
報検索部213から構成される。節点番号対応テーブル
作成部211は、節点テーブル222から節点番号対応
テーブル223を作成する処理を行う。節点番号付け替
え部212は、節点番号対応テーブル223を使って、
要素テーブル221の節点番号を内部節点番号へ付け替
える処理を行う。節点情報検索部213は、内部節点番
号に付け替えられた要素テーブル221を使って、節点
に付随する情報の検索処理を行う。
The memory device 21 comprises a node number correspondence table creation unit 211, a node number reassignment unit 212, and a node information retrieval unit 213. The node number correspondence table creation unit 211 performs processing for creating the node number correspondence table 223 from the node table 222. The node number reassigning unit 212 uses the node number correspondence table 223 to
A process of reassigning the node number in the element table 221 to the internal node number is performed. The node information search unit 213 uses the element table 221 reassigned to the internal node number to search for information associated with the node.

【0021】以下、上記構成の実施例の動作を、図4〜
図6のフローチャート及び前述した図8〜図10に示さ
れた具体例に基づいて説明する。なお、以下に示すフロ
ーチャートの説明中、S1、S2、・・・・は処理手順
(ステップ)の番号を示す。
The operation of the embodiment having the above-described structure will be described below with reference to FIGS.
Description will be made based on the flowchart of FIG. 6 and the specific examples shown in FIGS. In the following description of the flow charts, S1, S2, ... Denote processing procedure (step) numbers.

【0022】本実施例の装置は、まず、節点テーブル1
00に基づいて、図3に示すような節点番号対応テーブ
ル30を作成する。節点番号対応テーブル30は、節点
テーブル100における節点番号の格納アドレスを、該
節点番号に対応して格納するテーブルである。なお、節
点テーブルにおける格納アドレスを、対応する節点の内
部節点番号と呼ぶ。
In the apparatus of this embodiment, first, the node table 1
On the basis of 00, the node number correspondence table 30 as shown in FIG. 3 is created. The node number correspondence table 30 is a table that stores the storage addresses of the node numbers in the node table 100 in correspondence with the node numbers. The storage address in the node table is called the internal node number of the corresponding node.

【0023】図4は、節点番号対応テーブルの作成処理
を説明するフローチャートである。該作成処理は、CP
U20がメモリ装置21内の節点番号対応テーブル作成
部211を実行することで行われる。
FIG. 4 is a flow chart for explaining the process of creating the node number correspondence table. The creation process is CP
This is performed by the U 20 executing the node number correspondence table creation unit 211 in the memory device 21.

【0024】節点番号対応テーブルの作成処理を開始す
ると、CPU20は、まず、節点テーブル222におけ
る格納アドレスiを1に初期化する(S1)。次に、節
点テーブル222から格納アドレスiの節点番号nを得
る(S2)。具体例では、まず、図10に示す節点テー
ブル100から格納アドレス1に格納されている節点番
号11を得る。
When the process of creating the node number correspondence table is started, the CPU 20 first initializes the storage address i in the node table 222 to 1 (S1). Next, the node number n of the storage address i is obtained from the node table 222 (S2). In the specific example, first, the node number 11 stored at the storage address 1 is obtained from the node table 100 shown in FIG.

【0025】次に、節点番号対応テーブル223の、前
記節点番号nに対応する位置に、節点テーブル222の
格納アドレスiを格納する(S3)。すなわち、具体例
では、節点番号対応テーブル30の節点番号11に対応
する位置に格納アドレス1を格納する。
Next, the storage address i of the node table 222 is stored in the position corresponding to the node number n in the node number correspondence table 223 (S3). That is, in the specific example, the storage address 1 is stored in the position corresponding to the node number 11 in the node number correspondence table 30.

【0026】次に、節点テーブル222の格納アドレス
iをひとつ増加させ(S4)、格納アドレスiが節点テ
ーブル222の最終格納アドレスNを越えているか否か
を判別する(S5)。該判別の結果、格納アドレスiが
最終格納アドレスN以下であれば(S5、NO)、上記
ステップS2〜S5の処理を繰り返す。すなわち、具体
例では、節点テーブル100の格納アドレス2〜6に対
して上記処理を行う。
Next, the storage address i of the node table 222 is incremented by 1 (S4), and it is determined whether or not the storage address i exceeds the final storage address N of the node table 222 (S5). If the storage address i is equal to or less than the final storage address N as a result of the determination (S5, NO), the processes of steps S2 to S5 are repeated. That is, in the specific example, the above processing is performed on the storage addresses 2 to 6 of the node table 100.

【0027】また、上記ステップS5で、格納アドレス
が最終格納アドレスNを越えていると判別した場合は
(S5、YES)、全ての節点に対して処理が終わった
ことになるので、節点番号対応テーブル作成処理を終了
する。
If it is determined in step S5 that the storage address exceeds the final storage address N (S5, YES), it means that the processing has been completed for all the nodes, so the node number correspondence The table creation process ends.

【0028】以上の処理によって、図3に示すような節
点番号対応テーブル30が作成される。図3に示すよう
に、例えば、節点番号対応テーブル30の節点番号9に
対応する位置には、節点テーブル100における節点9
の格納アドレスである2が格納される。また、節点5、
11の節点テーブル100における格納アドレスは、そ
れぞれ5、1であるから節点番号対応テーブル30の節
点番号5と11に対応する位置には、それぞれ5と1が
格納される。
Through the above processing, the node number correspondence table 30 as shown in FIG. 3 is created. As shown in FIG. 3, for example, at the position corresponding to the node number 9 in the node number correspondence table 30, the node 9 in the node table 100 is located.
The storage address of 2 is stored. Also, node 5,
Since the storage addresses of 11 in the node table 100 are 5 and 1, respectively, 5 and 1 are stored in the positions corresponding to the node numbers 5 and 11 in the node number correspondence table 30, respectively.

【0029】次に、上記の様にして作成された節点番号
対応テーブル30を使用して、要素テーブル90の節点
番号を内部節点番号に付け替える処理を行う。即ち、各
要素を構成する節点番号に基づいて、節点番号対応テー
ブル30を参照し、該節点番号に対応する内部節点番号
を得る。そして、得られた内部節点番号を、要素テーブ
ル90の前記節点番号を読み出してきた位置に格納す
る。
Next, the node number correspondence table 30 created as described above is used to perform a process of replacing the node number of the element table 90 with the internal node number. That is, the node number correspondence table 30 is referred to on the basis of the node numbers forming the respective elements, and the internal node numbers corresponding to the node numbers are obtained. Then, the obtained internal node number is stored in the element table 90 at the position where the node number is read.

【0030】図5は、内部節点番号付け替え処理を説明
するフローチャートである。該付け替え処理は、CPU
20がメモリ装置21内の節点番号付け替え部212を
実行することで行われる。
FIG. 5 is a flow chart for explaining the internal node number reassigning process. The replacement processing is performed by the CPU
20 by executing the node number reassigning unit 212 in the memory device 21.

【0031】内部節点番号付け替え処理を開始すると、
CPU20は、まず、要素テーブル221の格納アドレ
スjを1に初期化する(S10)。次に、各要素を構成
する複数の節点の一つを選択する要素節点番号dを1に
初期化する(S11)。そして、要素テーブル221か
ら、格納アドレスj及び要素節点番号dで指定される節
点番号nを得る(S12)。具体例では、まず、図9に
示す要素テーブル90から、格納アドレス1及び要素節
点番号1で指定される節点番号5を得る。
When the internal node number reassignment process is started,
The CPU 20 first initializes the storage address j of the element table 221 to 1 (S10). Next, the element node number d for selecting one of the plurality of nodes forming each element is initialized to 1 (S11). Then, the node number n specified by the storage address j and the element node number d is obtained from the element table 221 (S12). In the specific example, first, the node number 5 designated by the storage address 1 and the element node number 1 is obtained from the element table 90 shown in FIG.

【0032】次に、節点番号対応テーブル223の前記
節点番号nに対応する位置に格納されている内部節点番
号mを得る(S13)。すなわち、具体例では、節点番
号対応テーブル30から、節点番号5に対応する位置に
格納されている内部節点番号5を得る。
Next, the internal node number m stored in the position corresponding to the node number n in the node number correspondence table 223 is obtained (S13). That is, in the specific example, the internal node number 5 stored in the position corresponding to the node number 5 is obtained from the node number correspondence table 30.

【0033】次に、要素テーブル221の格納アドレス
j及び要素節点番号dで指定される位置に前記内部節点
番号mを格納する(S14)。すなわち、具体例では、
要素テーブル90の格納アドレス1及び要素節点番号1
で指定される位置に内部節点番号5を格納する。
Next, the internal node number m is stored at the position designated by the storage address j and the element node number d of the element table 221 (S14). That is, in the specific example,
Storage address 1 of element table 90 and element node number 1
The internal node number 5 is stored in the position designated by.

【0034】次に、要素節点番号dを1増加させ(S1
5)、該要素節点番号dが要素を構成する節点総数Dを
越えているか否かを判別する(S16)。該判別の結
果、要素節点番号dが要素を構成する節点総数D以下で
あった場合(S16、NO)、上記ステップS12〜S
16を繰り返す。すなわち、具体例では、要素テーブル
90の格納アドレス1に格納されている節点9(要素節
点番号2)、節点4(要素節点番号3)に対して上記処
理を行う。
Next, the element node number d is incremented by 1 (S1
5) It is determined whether or not the element node number d exceeds the total number D of nodes forming the element (S16). As a result of the discrimination, if the element node number d is less than or equal to the total number D of the nodes forming the element (S16, NO), the above steps S12 to S
Repeat 16 That is, in the specific example, the above processing is performed for the node 9 (element node number 2) and the node 4 (element node number 3) stored at the storage address 1 of the element table 90.

【0035】また、上記ステップS16で、要素節点番
号dが前記節点総数Dを越えていると判別した場合(S
16、YES)、格納アドレスjを1増加させ(S1
7)、該格納アドレスjが要素テーブル90の最終格納
アドレスEを越えているか否かを判別する(S18)。
該判別の結果、格納アドレスjが最終格納アドレスE以
下であった場合(S18、NO)、上記ステップS11
〜S18を繰り返す。すなわち、具体例では、要素テー
ブル90の格納アドレス2〜5に対して上記処理を行
う。
If it is determined in step S16 that the element node number d exceeds the total number of nodes D (S
16, YES), and the storage address j is incremented by 1 (S1
7) It is determined whether the storage address j exceeds the final storage address E of the element table 90 (S18).
As a result of the determination, when the storage address j is equal to or less than the final storage address E (S18, NO), the above step S11 is performed.
~ S18 is repeated. That is, in the specific example, the above processing is performed on the storage addresses 2 to 5 of the element table 90.

【0036】また、上記ステップS18で、格納アドレ
スjが最終格納アドレスEを越えていると判別した場合
(S18、YES)は、全ての要素に対する処理が終了
したことになるので、内部節点番号付け替え処理を終了
する。
If it is determined in step S18 that the storage address j exceeds the final storage address E (S18, YES), it means that the processing for all the elements has been completed, so the internal node number reassignment is performed. The process ends.

【0037】以上の処理によって、図7に示すような、
節点番号を内部節点番号に付け替えられた要素テーブル
70が得られる。次に、各要素について、要素を構成し
ている節点に付随する情報、例えば、節点の座標値など
を必要とした場合の、座標値情報の検索処理について説
明する。該検索処理は、内部節点番号に付け替えられた
要素テーブル70の「節点番号」フィールドを参照し、
内部節点番号を得た後、該内部節点番号を参照アドレス
として、節点テーブル100を参照することにより、座
標値を得る。
By the above processing, as shown in FIG.
The element table 70 in which the node numbers are replaced with the internal node numbers is obtained. Next, a description will be given of a process of searching coordinate value information when each item requires information associated with a node forming the element, for example, coordinate values of the node. The search processing refers to the "node number" field of the element table 70 that has been reassigned to the internal node number,
After obtaining the internal node number, the coordinate value is obtained by referring to the node table 100 using the internal node number as a reference address.

【0038】図6は、節点情報の検索処理を説明するフ
ローチャートである。該検索処理は、CPU20がメモ
リ装置21内の節点情報検索部212を実行することで
行われる。
FIG. 6 is a flow chart for explaining a node information search process. The search processing is performed by the CPU 20 executing the node information search unit 212 in the memory device 21.

【0039】節点情報の検索処理を開始すると、CPU
20は、まず、内部節点番号へ付け替えられた要素テー
ブル221の格納アドレスjを1に初期化する(S2
0)。次に、各要素を構成する複数の節点の内の一つを
選択する要素節点番号dを1に初期化する(S21)。
そして、内部節点番号へ付け替えられた要素テーブル2
21から、格納アドレスj及び要素節点番号dで指定さ
れる内部節点番号n’を取得する(S22)。具体例で
は、まず、図7に示す要素テーブル70から、格納アド
レス1及び要素節点番号1で指定される内部節点番号5
を得る。
When the node information retrieval process is started, the CPU
20 first initializes the storage address j of the element table 221 reassigned to the internal node number to 1 (S2).
0). Next, the element node number d for selecting one of the plurality of nodes forming each element is initialized to 1 (S21).
Then, the element table 2 reassigned to the internal node number
The internal node number n'specified by the storage address j and the element node number d is acquired from 21 (S22). In the specific example, first, from the element table 70 shown in FIG. 7, the internal node number 5 designated by the storage address 1 and the element node number 1 is set.
Get.

【0040】こうして取得される内部節点番号n’は、
節点テーブル222の格納アドレスなので、節点テーブ
ル222から節点情報を読み出す際の参照アドレスとし
て使える。したがって、該節点番号n’を節点テーブル
222の参照アドレスとして節点テーブル222を参照
することにより、格納アドレスj及び要素節点番号dで
指定される節点の座標値が得られる(S23)。すなわ
ち、具体例では、内部節点番号が5であるので、節点テ
ーブル100の格納アドレス5を参照することにより、
座標値(12,9,4)が得られる。
The internal node number n'obtained in this way is
Since it is the storage address of the node table 222, it can be used as a reference address when reading the node information from the node table 222. Therefore, the coordinate value of the node specified by the storage address j and the element node number d is obtained by referring to the node table 222 using the node number n'as the reference address of the node table 222 (S23). That is, in the specific example, since the internal node number is 5, by referring to the storage address 5 of the node table 100,
The coordinate value (12, 9, 4) is obtained.

【0041】次に、要素節点番号dを1増加させ(S2
4)、該要素節点番号dが、要素を構成する節点総数D
を越えているか否かを判別する(S25)。該判別の結
果、要素節点番号dが前記節点総数D以下であった場合
(S25、NO)、上記ステップS22〜S25を繰り
返す。すなわち、具体例では、要素テーブル70の格納
アドレス1に格納されている内部節点番号2の節点(要
素節点番号2)、内部節点番号3の節点(要素節点番号
3)に対して上記処理を行う。
Next, the element node number d is incremented by 1 (S2
4), the element node number d is the total number of nodes D that constitute the element
It is determined whether or not it exceeds (S25). As a result of the discrimination, when the element node number d is less than or equal to the total number of nodes D (S25, NO), the above steps S22 to S25 are repeated. That is, in the specific example, the above processing is performed on the node with the internal node number 2 (element node number 2) and the node with the internal node number 3 (element node number 3) stored in the storage address 1 of the element table 70. .

【0042】また、上記ステップS25で、要素節点番
号dが前記節点総数Dを越えていると判別した場合(S
25、YES)、格納アドレスjを1増加させ(S2
6)、該格納アドレスjが最終格納アドレスEを越えて
いるか否かを判別する(S27)。該判別の結果、格納
アドレスjが最終格納アドレスE以下であった場合(S
27、NO)、上記ステップS21〜S27を繰り返
す。すなわち、具体例では、要素テーブル70の格納ア
ドレス2〜5に対して上記処理を行う。
When it is determined in step S25 that the element node number d exceeds the total number of nodes D (S)
25, YES), and the storage address j is incremented by 1 (S2
6) It is determined whether the storage address j exceeds the final storage address E (S27). As a result of the determination, when the storage address j is equal to or less than the final storage address E (S
27, NO), and the above steps S21 to S27 are repeated. That is, in the specific example, the above processing is performed on the storage addresses 2 to 5 of the element table 70.

【0043】また、上記ステップS27で、格納アドレ
スjが最終格納アドレスEを越えていると判別した場合
(S27、YES)は、全ての要素に対する処理が終了
したことになるので、検索処理を終了する。
If it is determined in step S27 that the storage address j exceeds the final storage address E (S27, YES), it means that the processing for all the elements has ended, so the search processing ends. To do.

【0044】以上の処理により、各要素を構成している
節点の座標値を得ることができる。本実施例では、内部
節点番号に書き換えられた要素テーブル70を使用する
ことにより、節点テーブル100を順次検索することな
く、座標値を得ることができるので、検索時間を短縮す
ることができる。
By the above processing, the coordinate values of the nodes forming each element can be obtained. In the present embodiment, by using the element table 70 rewritten with the internal node number, the coordinate values can be obtained without sequentially searching the node table 100, so that the search time can be shortened.

【0045】なお、上記実施例では、元の要素テーブル
を書き換えているが、元の要素テーブルを書き換えず
に、検索専用に別の要素テーブルを作るようにしてもよ
い。
Although the original element table is rewritten in the above embodiment, another element table may be created for retrieval only without rewriting the original element table.

【0046】[0046]

【発明の効果】以上、詳細に説明したように、本発明に
よれば、節点テーブルを順次検索することなしに、要素
を構成している節点に付加された情報を得ることができ
るため、該情報の検索処理時間を短縮できる。
As described above in detail, according to the present invention, it is possible to obtain the information added to the nodes constituting the element without sequentially searching the node table. Information retrieval processing time can be shortened.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理を説明する図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の節点情報検索装置のシステム構成を示
す図である。
FIG. 2 is a diagram showing a system configuration of a node information search device of the present invention.

【図3】節点番号対応テーブルの構成図である。FIG. 3 is a configuration diagram of a node number correspondence table.

【図4】節点番号対応テーブルの作成処理手順を説明す
るフローチャートである。
FIG. 4 is a flowchart illustrating a procedure for creating a node number correspondence table.

【図5】節点番号付け替え処理手順を説明するフローチ
ャートである。
FIG. 5 is a flowchart illustrating a procedure for reassigning a node number.

【図6】節点情報の検索処理手順を説明するフローチャ
ートである。
FIG. 6 is a flowchart illustrating a node information search processing procedure.

【図7】内部節点番号に付け替えられた要素テーブルの
例を示す図である。
FIG. 7 is a diagram showing an example of an element table reassigned to an internal node number.

【図8】解析対象領域の要素分割例を示す図である。FIG. 8 is a diagram showing an example of element division of an analysis target area.

【図9】要素テーブルの例を示す図である。FIG. 9 is a diagram showing an example of an element table.

【図10】節点テーブルの例を示す図である。FIG. 10 is a diagram showing an example of a node table.

【符号の説明】[Explanation of symbols]

1 節点情報格納手段 2 節点番号対応情報作成手段 3 節点番号対応情報格納手段 4 第1の要素情報格納手段 5 節点番号付け替え手段 6 第2の要素情報格納手段 7 節点情報検索手段 1 Nodal Information Storage Means 2 Nodal Number Corresponding Information Creating Means 3 Nodal Number Corresponding Information Storage Means 4 First Element Information Storage Means 5 Nodal Number Reassigning Means 6 Second Element Information Storage Means 7 Nodal Information Retrieval Means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】節点番号に対応して節点情報を格納する節
点情報格納手段と、 前記節点情報格納手段から節点番号と該節点番号の格納
位置情報を取得し、該格納位置情報を、節点番号対応情
報格納手段の前記節点番号に対応する位置に格納する節
点番号対応情報作成手段と、 要素番号に対応して、要素を構成する節点の節点番号を
格納する第1の要素情報格納手段と、 該第1の要素情報格納手段から節点番号を取得し、該節
点番号に対応する前記格納位置情報を前記節点番号対応
情報格納手段から取得し、該格納位置情報を第2の要素
情報格納手段の前記節点番号に対応する位置に格納する
節点番号付け替え手段と、 前記格納位置情報を前記第2の要素情報格納手段から取
得し、該格納位置情報を使って、節点情報格納手段から
節点情報を取得する節点情報検索手段とを備えたことを
特徴とする有限要素法における節点情報検索装置。
1. A node information storage unit for storing node information corresponding to a node number, a node number and a storage position information of the node number are acquired from the node information storage unit, and the storage position information is stored as the node number. Node number correspondence information creating means for storing the correspondence number in a position corresponding to the node number in the correspondence information storing means, and first element information storing means for storing the node numbers of the nodes constituting the element corresponding to the element numbers, A node number is obtained from the first element information storage means, the storage position information corresponding to the node number is obtained from the node number correspondence information storage means, and the storage position information is obtained from the second element information storage means. Nodal number reassigning means for storing at a position corresponding to the nodal number, the storage position information is obtained from the second element information storage means, and the storage position information is used to obtain the nodal information from the nodal information storage means. A node information search device in the finite element method, comprising: a node information search means to be obtained.
【請求項2】前記第1の要素情報格納手段と第2の要素
情報格納手段が、同一のものであることを特徴とする請
求項1記載の節点情報検索装置。
2. The node information search device according to claim 1, wherein the first element information storage means and the second element information storage means are the same.
【請求項3】節点番号に対応して節点情報を格納する節
点情報格納手段と、 要素番号に対応して、要素を構成する節点の節点番号の
前記節点情報格納手段における格納位置情報を格納する
要素情報格納手段と、 前記格納位置情報を前記要素情報格納手段から取得し、
該格納位置情報を使って前記節点情報格納手段から節点
情報を取得する節点情報検索手段とを備えたことを特徴
とする有限要素法における節点情報検索装置。
3. A node information storage means for storing node information corresponding to a node number, and a storage position information in the node information storage means for a node number of a node constituting an element corresponding to an element number. Element information storage means, acquiring the storage location information from the element information storage means,
A nodal information search device in the finite element method, comprising nodal information searching means for obtaining nodal information from the nodal information storing means using the storage position information.
JP630395A 1995-01-19 1995-01-19 Node information retrieving device for finite element method Withdrawn JPH08194685A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP630395A JPH08194685A (en) 1995-01-19 1995-01-19 Node information retrieving device for finite element method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP630395A JPH08194685A (en) 1995-01-19 1995-01-19 Node information retrieving device for finite element method

Publications (1)

Publication Number Publication Date
JPH08194685A true JPH08194685A (en) 1996-07-30

Family

ID=11634616

Family Applications (1)

Application Number Title Priority Date Filing Date
JP630395A Withdrawn JPH08194685A (en) 1995-01-19 1995-01-19 Node information retrieving device for finite element method

Country Status (1)

Country Link
JP (1) JPH08194685A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101388675B1 (en) * 2012-08-07 2014-04-24 한양대학교 산학협력단 METHOD FOR SELECTING NODE SET TO ANALYZE SENSITIVITY OF stress constraint function AND METHOD FOR ANALYZING SENSITIVITY OF STRESS CONSTRAINT FUNCTION USED IN STRESS-BASED TOPOLOGY OPTIMIZATION USING THE SAME

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101388675B1 (en) * 2012-08-07 2014-04-24 한양대학교 산학협력단 METHOD FOR SELECTING NODE SET TO ANALYZE SENSITIVITY OF stress constraint function AND METHOD FOR ANALYZING SENSITIVITY OF STRESS CONSTRAINT FUNCTION USED IN STRESS-BASED TOPOLOGY OPTIMIZATION USING THE SAME

Similar Documents

Publication Publication Date Title
US5586292A (en) Data processing method using record division storing scheme and apparatus therefor
JPH08194685A (en) Node information retrieving device for finite element method
JP2984507B2 (en) File copy method
US20040088503A1 (en) Information processing method and information processor
JP2604787B2 (en) Two-dimensional data storage method
JP2000347878A (en) Method and device for memory reduction
JPS6058492B2 (en) Database search method
JP2507399B2 (en) Database equipment
JPH03164839A (en) Data storage system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JPH04116728A (en) Retrieval processing system in repetitive library search
JPH04138575A (en) Device for repreparing finite element data
JPH01106217A (en) Parallel storage/reading type data processor
JPH06162123A (en) Method and device for drawing generation using parameter information
JPH05158760A (en) Migration processing system
JP2003085013A (en) Pdm system and programming method for system connection
JPH04137035A (en) Software design structure storage device
JPH04230576A (en) Method for retrieving record
JPH0553886A (en) Table access managing system
JPH0784842A (en) Relative record batch read system
JPH0219971A (en) Data base processing system
JPH03166624A (en) Patch managing system
JPH0721064A (en) Data base reorganizing system
JPH03296136A (en) Data processor
JPH04232542A (en) Data base retrieval system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20020402