|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.AbstractNodes
fem.border.AbstractElementBorder
fem.border.TriangleBorder2
public class TriangleBorder2
三角形2次要素境界クラス
フィールドの概要 | |
---|---|
static java.lang.String |
BORDER_NAME
要素境界名称 |
protected static double[] |
ETA
節点の η 座標を格納した配列 |
static int |
NODE_COUNT
節点数 |
protected static double |
S_COEF
ヤコビアン - 面積係数 |
protected static double[] |
XSI
節点の ξ 座標を格納した配列 |
クラス fem.border.AbstractElementBorder から継承されたフィールド |
---|
element |
クラス fem.AbstractNodes から継承されたフィールド |
---|
nodes |
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
コンストラクタの概要 | |
---|---|
TriangleBorder2(int element,
int[] p)
|
|
TriangleBorder2(int element,
int p1,
int p2,
int p3,
int p4,
int p5,
int p6)
|
メソッドの概要 | |
---|---|
int[] |
cycleNodes()
周回順に並んだ節点ラベルを返す |
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
java.lang.String |
getName()
要素境界名称を返す |
int |
nodeCount()
節点数を返す |
Matrix |
shapeFunction(double xsi,
double eta)
形状関数行列 { Ni dNi /dξ dNi /dη } を返す |
Matrix |
shapeFunctionMatrix(Point3D[] p,
double coef)
形状関数マトリックス { ∫NiNj dS } を返す |
Vector |
shapeFunctionVector(Point3D[] p,
double coef)
形状関数ベクトル { ∫Ni dS } を返す |
ElementBorder[] |
splitBorder()
要素境界を分割する |
クラス fem.border.AbstractElementBorder から継承されたメソッド |
---|
clone, copyBorder, element, hashCode, jacobian, jacobianMatrix, normalVector, resetElementLabel, shapeFunctionMatrix, shapeFunctionVector, 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 BORDER_NAME
public static final int NODE_COUNT
protected static final double[] XSI
protected static final double[] ETA
protected static double S_COEF
コンストラクタの詳細 |
---|
public TriangleBorder2(int element, int p1, int p2, int p3, int p4, int p5, int p6)
public TriangleBorder2(int element, int[] p)
メソッドの詳細 |
---|
public java.lang.String getName()
AbstractElementBorder
内の getName
public int nodeCount()
public int[] cycleNodes()
ElementBorder
内の cycleNodes
AbstractElementBorder
内の cycleNodes
public ElementBorder[] splitBorder()
public Matrix shapeFunction(double xsi, double eta)
xsi
- ξ 座標eta
- η 座標public Matrix shapeFunctionMatrix(Point3D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public Vector shapeFunctionVector(Point3D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public boolean equals(java.lang.Object obj)
AbstractElementBorder
内の equals
obj
- 比較対象のオブジェクト
TriangleBorder2
のインスタンスで同じ値を持つ場合は true
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |