public interface IAclfNetFormMatrix
extends org.eclipse.emf.ecore.EObject
AclfPackage.getIAclfNetFormMatrix()
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
formB11Matrix()
form the B11 matrix and cache it.
|
ISparseEqnDouble |
formB11Matrix(JacobianMatrixType type)
form the B11 matrix and cache it.
|
ISparseEqnDouble |
formB1Matrix()
form the B1 matrix and cache it.
|
ISparseEqnDouble |
formB1Matrix(JacobianMatrixType type)
form the B1 matrix and cache it.
|
ISparseEqnMatrix2x2 |
formJMatrix()
form the J-matrix
|
ISparseEqnMatrix2x2 |
formJMatrix(int n)
form the J-matrix with n extra elements
|
ISparseEqnMatrix2x2 |
formJMatrix(JacobianMatrixType type)
form the J-matrix according to the Type
|
ISparseEqnComplex |
formYMatrix()
form and return Y-matrix
|
ISparseEqnComplex |
formYMatrix(int areaFlag)
form and return Y-matrix for a sub-area in the network.
|
ISparseEqnComplex formYMatrix()
ISparseEqnComplex formYMatrix(int areaFlag)
areaFlag
- areaFlag for identifying the sub-area.
ISparseEqnMatrix2x2 formJMatrix(int n)
n
- number of the extra element
ISparseEqnMatrix2x2 formJMatrix(JacobianMatrixType type)
type
- J-matrix type
ISparseEqnMatrix2x2 formJMatrix()
ISparseEqnDouble formB1Matrix() throws InterpssException
InterpssException
ISparseEqnDouble formB11Matrix() throws InterpssException
InterpssException
ISparseEqnDouble formB1Matrix(JacobianMatrixType type) throws InterpssException
type
- J-matrix tpe
InterpssException
ISparseEqnDouble formB11Matrix(JacobianMatrixType type) throws InterpssException
type
- J-matrix type
InterpssException