|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Element2D
2次元要素インターフェイス
フィールドの概要 |
---|
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
メソッドの概要 | |
---|---|
double[] |
angle(java.awt.geom.Point2D[] p)
要素節点の角度を返す |
ElementBorder |
border(int element,
int index)
要素境界を返す |
int |
borderCount()
要素境界数を返す |
ElementBorder[] |
borders(int element)
要素境界を返す |
Element2D |
copyElement()
オブジェクトのコピーを返す |
int |
getMaterial()
材料のインデックスを返す |
Matrix |
gradMatrix(java.awt.geom.Point2D[] p,
double coef)
拡散マトリックス { ∫∇Ni・∇Nj dV } を返す |
Matrix |
gradMatrix(java.awt.geom.Point2D[] p,
Material material)
拡散マトリックス { ∫∇Ni・∇Nj dV } を返す |
void |
setMaterial(int material)
材料のインデックスを設定する |
Matrix |
shapeFunction(double xsi,
double eta)
形状関数行列 { Ni dNi /dξ dNi /dη } を返す |
Matrix |
shapeFunctionMatrix(java.awt.geom.Point2D[] p,
double coef)
形状関数マトリックス { ∫NiNj dV } を返す |
Matrix |
shapeFunctionMatrix(java.awt.geom.Point2D[] p,
Material material)
形状関数マトリックス { ∫NiNj dV } を返す |
java.lang.String |
toString(int material,
Node[] p)
データ文字列を返す |
インタフェース fem.LabeledData から継承されたメソッド |
---|
label, setLabel |
インタフェース fem.Nodes から継承されたメソッド |
---|
center, node, nodeCount, nodes, resetNodeLabel |
メソッドの詳細 |
---|
int getMaterial()
void setMaterial(int material)
material
- 材料のインデックスint borderCount()
ElementBorder[] borders(int element)
element
- 要素ラベル
ElementBorder border(int element, int index)
element
- 要素ラベルindex
- 要素境界のインデックス
double[] angle(java.awt.geom.Point2D[] p)
p
- 節点を格納した配列
Matrix shapeFunction(double xsi, double eta)
xsi
- ξ 座標eta
- η 座標
Matrix shapeFunctionMatrix(java.awt.geom.Point2D[] p, Material material)
p
- 節点を格納した配列material
- 材料
Matrix shapeFunctionMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
Matrix gradMatrix(java.awt.geom.Point2D[] p, Material material)
p
- 節点を格納した配列material
- 材料
Matrix gradMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
Element2D copyElement()
java.lang.String toString(int material, Node[] p)
material
- 材料ラベルp
- 節点を格納した配列
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |