|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ElementBorder
要素境界インターフェイス
フィールドの概要 |
---|
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
メソッドの概要 | |
---|---|
ElementBorder |
copyBorder()
オブジェクトのコピーを返す |
int |
element()
要素ラベルを返す |
void |
resetElementLabel(int element)
要素ラベルを再設定する |
Matrix |
shapeFunctionMatrix(java.awt.geom.Point2D[] p,
double coef)
形状関数マトリックス { ∫NiNj dS } を返す |
Vector |
shapeFunctionVector(java.awt.geom.Point2D[] p,
double coef)
形状関数ベクトル { ∫Ni dS } を返す |
java.lang.String |
toString(Node[] p)
データ文字列を返す |
インタフェース fem.Nodes から継承されたメソッド |
---|
center, node, nodeCount, nodes, resetNodeLabel |
メソッドの詳細 |
---|
int element()
void resetElementLabel(int element)
element
- 要素ラベルMatrix shapeFunctionMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
Vector shapeFunctionVector(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
ElementBorder copyBorder()
java.lang.String toString(Node[] p)
p
- 節点を格納した配列
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |