|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.AbstractNodes
fem.border.AbstractElementBorder
fem.border.EdgeBorder
public class EdgeBorder
辺境界クラス
フィールドの概要 | |
---|---|
static java.lang.String |
BORDER_NAME
要素境界名称 |
static int |
NODE_COUNT
節点数 |
クラス fem.border.AbstractElementBorder から継承されたフィールド |
---|
element |
クラス fem.AbstractNodes から継承されたフィールド |
---|
nodes |
インタフェース fem.GaussianQuadrature から継承されたフィールド |
---|
C1_3, GTETRA2, GTRI2, GW3, GX2, GX3 |
コンストラクタの概要 | |
---|---|
EdgeBorder(int element,
int[] p)
要素境界を構築する |
|
EdgeBorder(int element,
int p1,
int p2)
要素境界を構築する |
メソッドの概要 | |
---|---|
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
java.lang.String |
getName()
要素境界名称を返す |
int |
nodeCount()
節点数を返す |
Matrix |
shapeFunctionMatrix(java.awt.geom.Point2D[] p,
double coef)
形状関数マトリックス { ∫NiNj dS } を返す |
Vector |
shapeFunctionVector(java.awt.geom.Point2D[] p,
double coef)
形状関数ベクトル { ∫Ni dS } を返す |
クラス fem.border.AbstractElementBorder から継承されたメソッド |
---|
clone, copyBorder, element, hashCode, resetElementLabel, 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
コンストラクタの詳細 |
---|
public EdgeBorder(int element, int p1, int p2)
element
- 要素ラベルp1
- 節点番号p2
- 節点番号public EdgeBorder(int element, int[] p)
element
- 要素ラベルp
- 節点番号を格納した配列メソッドの詳細 |
---|
public java.lang.String getName()
AbstractElementBorder
内の getName
public int nodeCount()
public Matrix shapeFunctionMatrix(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public Vector shapeFunctionVector(java.awt.geom.Point2D[] p, double coef)
p
- 節点を格納した配列coef
- 係数
public boolean equals(java.lang.Object obj)
AbstractElementBorder
内の equals
obj
- 比較対象のオブジェクト
EdgeBorder
のインスタンスで同じ値を持つ場合は true
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |