|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.AbstractNodes
fem.element.AbstractElement2D
fem.element.TriElement2D
public class TriElement2D
三角形 1 次要素クラス
フィールドの概要 | |
---|---|
static int |
BORDER_COUNT
要素境界数 |
static java.lang.String |
ELEMENT_NAME
要素名称 |
static int |
NODE_COUNT
節点数 |
クラス fem.element.AbstractElement2D から継承されたフィールド |
---|
label, material |
クラス fem.AbstractNodes から継承されたフィールド |
---|
nodes |
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
コンストラクタの概要 | |
---|---|
TriElement2D(int label,
int material,
int[] p)
要素を構築する |
|
TriElement2D(int label,
int material,
int p1,
int p2,
int p3)
要素を構築する |
メソッドの概要 | |
---|---|
ElementBorder |
border(int element,
int index)
要素境界を返す |
int |
borderCount()
要素境界数を返す |
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
java.lang.String |
getName()
要素名称を返す |
Matrix |
gradMatrix(java.awt.geom.Point2D[] p,
double coef)
拡散マトリックス { ∫∇Ni・∇Nj dV } を返す |
double |
jacobian(java.awt.geom.Point2D[] p)
ヤコビアンを返す |
int |
nodeCount()
節点数を返す |
Matrix |
shapeFunction(double xsi,
double eta)
形状関数行列 { Ni dNi /dξ dNi /dη } を返す |
Matrix |
shapeFunctionMatrix(java.awt.geom.Point2D[] p,
double coef)
形状関数マトリックス { ∫NiNj dV } を返す |
クラス fem.element.AbstractElement2D から継承されたメソッド |
---|
angle, borders, clone, copyElement, getMaterial, grad, grad, gradMatrix, gradMatrix, hashCode, jacobian, jacobianMatrix, jacobInv, label, setLabel, setMaterial, shapeFunctionMatrix, shapeFunctionMatrix, toString, toString |
クラス fem.AbstractNodes から継承されたメソッド |
---|
center, node, nodes, resetNodeLabel |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
インタフェース fem.Nodes から継承されたメソッド |
---|
center, node, nodes, resetNodeLabel |
フィールドの詳細 |
---|
public static final java.lang.String ELEMENT_NAME
public static final int NODE_COUNT
public static final int BORDER_COUNT
コンストラクタの詳細 |
---|
public TriElement2D(int label, int material, int p1, int p2, int p3)
label
- 要素ラベルmaterial
- 材料番号p1
- 節点番号p2
- 節点番号p3
- 節点番号public TriElement2D(int label, int material, int[] p)
label
- 要素ラベルmaterial
- 材料番号p
- 節点番号を格納した配列メソッドの詳細 |
---|
public java.lang.String getName()
AbstractElement2D
内の getName
public int nodeCount()
public int borderCount()
public ElementBorder border(int element, int index)
element
- 要素ラベルindex
- 要素境界のインデックス
public Matrix shapeFunction(double xsi, double eta)
xsi
- ξ 座標eta
- η 座標
public double jacobian(java.awt.geom.Point2D[] p)
p
- 節点を格納した配列
public Matrix shapeFunctionMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public Matrix gradMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public boolean equals(java.lang.Object obj)
AbstractElement2D
内の equals
obj
- 比較対象のオブジェクト
TriElement2D
のインスタンスで同じ値を持つ場合は true
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |