public interface XmeshInfoDofs extends PrimitiveModelEntity
Modifier and Type | Method and Description |
---|---|
double[][] |
coords()
Global coordinates for all degrees of freedom in the model length
unit.
|
double[][] |
coords(java.lang.String xdGeomTag)
Global coordinates for all degrees of freedom in the model length
unit, on the input geometry The k-th column of this matrix contains
the coordinates of degree of freedom number k.
|
java.lang.String[] |
dofNames()
A list of all degrees of freedom names.
|
double[][] |
gCoords()
Global coordinates for all degrees of freedom in the geometry unit
length unit.
|
int[] |
geomNums()
1-based geometry numbers for all degrees of freedom.
|
int[] |
nameInds()
0-based indices into dofNames() for all degrees of freedom.
|
int[] |
nodes()
0-based node numbers for all degrees of freedom.
|
int[] |
solVectorInds()
0-based indices into solution vector for all degrees of freedom.
|
getContainer, getDisplayString
double[][] coords()
double[][] coords(java.lang.String xdGeomTag)
xdGeomTag
- Geometry tag.java.lang.String[] dofNames()
double[][] gCoords()
int[] geomNums()
int[] nameInds()
int[] nodes()
int[] solVectorInds()